summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Use the new FTP LIST parsing code in the browser.phajdan.jr@chromium.org2009-11-073-6/+23
* Disable an FTP test which contains a date with year 2079 due to year-2038 pro...phajdan.jr@chromium.org2009-11-071-0/+3
* Implement Windows FTP directory listing parser.phajdan.jr@chromium.org2009-11-079-2/+341
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-074-22/+37
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-076-238/+550
* Take3:mbelshe@google.com2009-11-068-362/+654
* Revert 31277 - Take 2:willchan@chromium.org2009-11-068-654/+362
* Take 2:mbelshe@google.com2009-11-068-362/+654
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-0621-108/+180
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-3/+2
* Add some instrumentation to SystemHostResolverProc() to capture the hostname ...eroman@chromium.org2009-11-061-1/+20
* Revert 31252 - Rework the FlipProtocol to separate the Clike structs from thewillchan@chromium.org2009-11-068-652/+360
* Rework the FlipProtocol to separate the C-like structs from thembelshe@google.com2009-11-068-360/+652
* Change some logging for better debugging ofmbelshe@chromium.org2009-11-061-1/+2
* Improve Mac SSL code:avi@chromium.org2009-11-062-121/+27
* Add Websocket::DetachDelegateukai@chromium.org2009-11-063-5/+37
* Fix the "ls -l" FTP LIST format parser to understand correctlyphajdan.jr@chromium.org2009-11-068-2/+163
* Add error reporting in net/websocketsukai@chromium.org2009-11-063-2/+23
* OCSPTrySendAndReceive should always set *http_response_data_len, even onwtc@chromium.org2009-11-061-5/+13
* Flip: Refactor Flip stream reading and writing out of FlipNetworkTransaction ...willchan@chromium.org2009-11-064-209/+422
* 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