summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update CloseIdleSockets to close out FLIP connections asmbelshe@google.com2009-12-011-0/+3
* NSS: sync with CVS version.agl@chromium.org2009-12-015-44/+40
* When force-closing sessions we need to close them as abortedmbelshe@google.com2009-11-301-1/+1
* Call SSL_SetSockPeerID for proper SSL session reuse, especially whenwtc@chromium.org2009-11-301-0/+10
* Add -profile command line switchdavemoore@chromium.org2009-11-301-1/+2
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-3012-7/+376
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-304-34/+38
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-309-25/+20
* Add suppression while I fix this WriteError leak.mbelshe@google.com2009-11-301-0/+8
* Small header cleanup.mbelshe@google.com2009-11-301-3/+4
* Sync ParseFTPList with Mozilla upstream.phajdan.jr@chromium.org2009-11-302-177/+193
* Fix case where SynReply messages which were missingmbelshe@google.com2009-11-302-16/+110
* Ressurrect the WriteError test by making a scopedmbelshe@google.com2009-11-301-7/+14
* Fix leak when we get an error during a write. Wembelshe@chromium.org2009-11-301-0/+1
* Remove the unused GetDefaultCertNickname function.wtc@chromium.org2009-11-301-47/+2
* Backout test change.mbelshe@google.com2009-11-301-17/+7
* Ressurrect the WriteError test by making a scopedmbelshe@google.com2009-11-301-7/+17
* Revert 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-305-94/+28
* Revert 33251 - Http cache: Delete the response headers when the network trans...rvargas@google.com2009-11-301-2/+0
* Http cache: Delete the response headers when the network transactionrvargas@google.com2009-11-291-0/+2
* Reland: Fix the FlipSession to support partial writes.mbelshe@google.com2009-11-295-342/+316
* Revert "Apply test isolation goodness to net_unittests."phajdan.jr@chromium.org2009-11-263-16/+7
* Fix a memory leak in DnsReloadTimerphajdan.jr@chromium.org2009-11-261-0/+1
* Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-11-263-7/+15
* Http cache: Add code to restart a network request when thervargas@google.com2009-11-255-28/+94
* Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).mdm@chromium.org2009-11-251-1/+1