summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-095-44/+27
* FlipSession should save the SSLInfo in the HttpResponseInfo beforewtc@chromium.org2009-12-092-1/+19
* Update commentsmbelshe@google.com2009-12-091-6/+1
* Minor cleanup; remove deprecate file_util function and some obsolete TODOs.estade@chromium.org2009-12-091-1/+1
* Sanitize index because it comes from the untrusted renderer.cevans@chromium.org2009-12-091-0/+4
* Compatibility improvements for "ls -l" FTP LIST response format.phajdan.jr@chromium.org2009-12-088-19/+104
* Fix build with use_system_zlib=1agl@chromium.org2009-12-081-0/+4
* Add support for wu-ftpd style FTP LIST response format.phajdan.jr@chromium.org2009-12-088-17/+204
* Remove bzip2 decoding support completely.thestig@chromium.org2009-12-089-680/+0
* Flip: Add LoadLog for TCP connect().willchan@chromium.org2009-12-073-4/+9
* Http cache: Unit test for cl 33919rvargas@google.com2009-12-071-0/+10
* Don't assert what the certificate's subjectAltName extensionwtc@chromium.org2009-12-072-10/+16
* net/ftp: Fix control response parsing for a corner cases where the first line...thestig@chromium.org2009-12-073-17/+42
* Implement parser for Netware-style FTP LIST response listing.phajdan.jr@chromium.org2009-12-0716-57/+388
* Fix WebSocket length parserukai@chromium.org2009-12-072-5/+8
* AddRef() / Release() while URLRequest is alive in OCSPRequestSessionukai@chromium.org2009-12-071-11/+20
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-0612-113/+179
* Http cache: Don't use multiple validation headers whenrvargas@google.com2009-12-051-1/+3
* Disabled ConnectFailure test due to flaky valgrind failures.willchan@chromium.org2009-12-051-1/+3
* Http cache: Second pass to move the HttpCache::Transactionrvargas@google.com2009-12-052-106/+211
* Enable LoadLog for Flip. Improve some LOG messages.willchan@chromium.org2009-12-044-1/+40
* Fix two connection error cases:mbelshe@google.com2009-12-042-6/+6
* Comment typo.avi@chromium.org2009-12-041-1/+1
* Temporarily disable enforcing test isolation for net_unittests.phajdan.jr@chromium.org2009-12-041-1/+1
* Disable the X509CertificateTest.UnoSoftCertParsing unit test becausewtc@chromium.org2009-12-041-1/+2
* Fix a couple of data races on booleanstimurrrr@chromium.org2009-12-042-9/+9
* Split FTP LIST parsing code into individual files for each listing style.phajdan.jr@chromium.org2009-12-0420-1014/+1175
* Fix bug where FLIP sessions can crash if the connect fails.mbelshe@google.com2009-12-043-2/+58
* Fix the retarded broken check deps.mbelshe@google.com2009-12-041-0/+3
* Don't check deps for flip_server yet.mbelshe@google.com2009-12-041-0/+1
* Landing the open source version of the FLIP server.mbelshe@chromium.org2009-12-0424-0/+10105
* Http cache: First pass to move the HttpCache::Transaction to a sate machine.rvargas@google.com2009-12-042-148/+222
* Fix incorrect error codes. 9999 is not a valid network errorwtc@chromium.org2009-12-041-3/+4
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-033-3/+4
* Implement "Email Link To Page" menu command.snej@chromium.org2009-12-032-0/+6
* Add mpeg audio mime type allowing mp3 to play with chrome on more websites.fbarchard@chromium.org2009-12-031-0/+1
* Do not set io_loop_ to NULL until we have deleted request_ and setwtc@chromium.org2009-12-031-4/+3
* Make new FTP LIST parsing code more robust.phajdan.jr@chromium.org2009-12-0315-16/+386
* Map EPIPE to ERR_CONNECTION_RESET.wtc@chromium.org2009-12-031-0/+1
* Sync NSS to pickup https://bugzilla.mozilla.org/show_bug.cgi?id=531188agl@chromium.org2009-12-032-12/+18
* [GTTF] Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-12-023-7/+17
* Http cache: Don't access entry_ if an error switchesrvargas@google.com2009-12-022-1/+39
* Update network priorities to support better granularitymbelshe@google.com2009-12-0216-149/+169
* Enable the FlipProtocolTests.mbelshe@google.com2009-12-012-14/+11
* Add a new event to LoadLog:eroman@chromium.org2009-12-014-21/+32
* Do not call GetServerCert whenever SSLHandshake returns. Callwtc@chromium.org2009-12-011-8/+13
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-017-28/+0
* Http cache: Add code to restart a network request when thervargas@google.com2009-12-015-28/+101
* Remove extraneous semicolons.wtc@chromium.org2009-12-011-3/+3
* Fix FlipSession cleanup to be unified through CloseSession. Because Flip ismbelshe@google.com2009-12-012-25/+45