summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix Linux build break.jam@chromium.org2009-11-061-3/+0
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0577-133/+333
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-0510-6/+274
* HTTP cache: Add tests to verify that we don't remove thervargas@google.com2009-11-051-5/+50
* Coverity: Fix leaking UCharsetDetector in ftp code.mattm@chromium.org2009-11-054-0/+61
* Fix kServerHandshakeHeaderukai@chromium.org2009-11-052-9/+9
* Map WSAEACCES (which is reported by connect if Windows Firewallwtc@chromium.org2009-11-052-14/+38
* Improve error code mapping between our network error codes and thewtc@chromium.org2009-11-041-6/+47
* Implement VMS FTP directory listing parser.phajdan.jr@chromium.org2009-11-0413-79/+1006
* Enable localization of default downloaded filename.tony@chromium.org2009-11-043-59/+82
* Fix memory leak in WebSocketThrottle.ukai@chromium.org2009-11-041-1/+3
* Implement websocket throttling.ukai@chromium.org2009-11-048-25/+741
* Minor fixes in SocketStream.ukai@chromium.org2009-11-041-2/+8
* Flip: FlipSessionPool changes.willchan@chromium.org2009-11-0411-90/+130
* Update the FLIP session to use the FlipIOBuffer.mbelshe@google.com2009-11-044-121/+49
* Http cache: Make sure that we handle byte range requests thatrvargas@google.com2009-11-032-3/+30
* Allow trailing dots on hostnames.pkasting@chromium.org2009-11-033-14/+12
* Add a command line flag to force all network traffic through a particular ser...mbelshe@google.com2009-11-034-5/+103
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-034-26/+48
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-0231-206/+543
* Http cache: Allow multiple external validation headers.rvargas@google.com2009-11-022-55/+153
* Correctly handle FTP servers which unexpectedly close the control connection.phajdan.jr@chromium.org2009-11-022-0/+35
* Enable the Wells Fargo WellsSecure Public Root CA for EV.wtc@chromium.org2009-10-301-0/+6
* X509Certificate::Verify should honor thewtc@chromium.org2009-10-302-13/+28
* Re-apply DevTools: Support delete cookie by name.pfeldman@chromium.org2009-10-302-6/+62
* Reverting 30578.pfeldman@chromium.org2009-10-302-61/+6
* DevTools: Allow deleting cookies.pfeldman@chromium.org2009-10-302-6/+61
* Set STATE_CLOSE when error occured.ukai@chromium.org2009-10-301-6/+23
* Refactor SocketStream to report error to the delegate.ukai@chromium.org2009-10-302-40/+57
* Reverting 30551.ukai@chromium.org2009-10-302-48/+35
* Refactor SocketStream to report error to the delegate.ukai@chromium.org2009-10-302-35/+48
* Make LoadLog refcounted-thread safe.eroman@chromium.org2009-10-292-10/+8
* Rename PrioritizedIOBuffer to FlipIOBuffer, refactor it intombelshe@google.com2009-10-293-0/+74
* FLIP: fix new[]/delete mismatch.agl@chromium.org2009-10-291-1/+1
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-292-0/+35
* Also parse file size in new FTP LIST parsing code.phajdan.jr@chromium.org2009-10-296-15/+37
* Rename FlipStreamImpl to FlipStream and separate it out intombelshe@chromium.org2009-10-295-182/+229
* FLIP requests were missing the host header.mbelshe@google.com2009-10-292-18/+26
* Document that the handshake_failure alert message is alsowtc@chromium.org2009-10-291-2/+4
* Pass the SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT flagwtc@chromium.org2009-10-291-1/+10
* Map errSSLPeerHandshakeFail to ERR_SSL_PROTOCOL_ERROR.willchan@chromium.org2009-10-291-0/+3
* Missed review comment. Minor change.vandebo@chromium.org2009-10-281-2/+2
* Change update threshold in CookieMonster for testing from 1s to 20ms to speed...vandebo@chromium.org2009-10-282-9/+9
* Cleanup the FlipDelegate API a bit in prep for fixing upload.mbelshe@google.com2009-10-284-15/+50
* Minor defense-in-depth tweak. end - start + 1 can actually go negative ifcevans@chromium.org2009-10-281-1/+1
* Fix SCOPED_TRACE to not access memory in a wrong way.phajdan.jr@chromium.org2009-10-281-1/+1
* First parts of new FTP LIST response parsing code.phajdan.jr@chromium.org2009-10-2812-0/+748
* Update the unit test to test the FLIP client writes as wellmbelshe@google.com2009-10-283-22/+126
* Check cert_handle_ is not NULL to Verify()ukai@chromium.org2009-10-281-10/+18
* Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.dkegel@google.com2009-10-281-1/+9