summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Map a return value of 0 to ERR_CONNECTION_CLOSED forwtc@chromium.org2009-11-121-19/+16
* Enable async IO completions on MockSockets through thembelshe@google.com2009-11-112-22/+108
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-114-1582/+1641
* Metrics of SocketStreamukai@chromium.org2009-11-115-1/+186
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-1110-426/+430
* Lands http://codereview.chromium.org/379007 for Dave:sky@chromium.org2009-11-111-0/+2
* Use GURL::is_valid() in place of !GURL::is_empty() in a condition.eroman@chromium.org2009-11-102-1/+23
* Add a couple of methods to the StaticMockSocket for verifyingmbelshe@google.com2009-11-101-0/+7
* Grab SOCKS settings from system prefs.avi@chromium.org2009-11-101-1/+14
* Distinguish between old and new FTP LIST response parsersphajdan.jr@chromium.org2009-11-102-10/+18
* Get rid of unused function, UTF8ToFilePathString.tony@chromium.org2009-11-101-12/+0
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-104-35/+15
* Pickup some server nits from the checkin on the GFE side.mbelshe@google.com2009-11-102-32/+49
* Use URLRequestContext's host_resolver instead of SystemHostResolver.ukai@chromium.org2009-11-101-1/+2
* Fix a style nit in client_socket.h.wtc@chromium.org2009-11-103-49/+51
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-101-4/+4
* Fix integer overflow in calculation of sparse I/O extent.cevans@chromium.org2009-11-101-1/+1
* Switch chrome to requesting full-urls over FLIP rather thanmbelshe@google.com2009-11-102-18/+14
* Fix some over-80-char lines.mbelshe@google.com2009-11-091-4/+11
* Remove unnecessary null pointer tests to avoid a false Coveritywtc@chromium.org2009-11-091-7/+13
* 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