summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in ClientSocketPoolBase.willchan@chromium.org2009-06-233-48/+62
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-232-2/+2
* Revert the previous checkin r19037 because it causes test_shell towtc@chromium.org2009-06-231-2/+2
* Use the new portable FTP implementation on non-Windows platforms.wtc@chromium.org2009-06-231-2/+2
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-232-3/+25
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-232-3/+7
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-2311-50/+94
* Add some other missing header files to net.gyp.ericroman@google.com2009-06-231-0/+14
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-2310-10/+739
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-2245-147/+150
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-227-20/+312
* Handle proxy corruption including nesting of compressino algorithmsjar@chromium.org2009-06-226-80/+267
* Add "load_states.h" to net.gyp, since it was missing.ericroman@google.com2009-06-221-0/+1
* Remove some unused files.ericroman@google.com2009-06-223-160/+0
* Don't put CredHandleClass in std::map directly becausewtc@chromium.org2009-06-201-7/+16
* Implement the backend of SSL client authentication forwtc@chromium.org2009-06-194-34/+220
* Comments added to SSL unit tests.jrg@chromium.org2009-06-192-0/+35
* Linux: Fallback to SSL if server closes early during TLS handshake.willchan@chromium.org2009-06-191-1/+8
* Fix problem with how HttpResponseHeaders::Update() copies headers -- it assum...ericroman@google.com2009-06-192-2/+15
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-1814-14/+1603
* Refactor so checking for number error is done by ParseChunkSize() rather than...ericroman@google.com2009-06-182-6/+12
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-186-2/+167
* Revert cl 18723.rvargas@google.com2009-06-1814-1593/+14
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-1814-14/+1593
* Fix crashes stemming from ClientSocketPoolBase::ReleaseSocket().willchan@chromium.org2009-06-183-20/+61
* Revert r18683: "Add more CHECKs to ClientSocketPoolBase."willchan@chromium.org2009-06-181-17/+11
* Improve chunked encoding parsing.abarth@chromium.org2009-06-182-1/+9
* Add more CHECKs to ClientSocketPoolBase.willchan@chromium.org2009-06-181-11/+17
* Use factories for ConnectingSockets.willchan@chromium.org2009-06-182-33/+93
* Add CHECKs to keep the socket counts in sync.willchan@chromium.org2009-06-172-3/+42
* Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...willchan@chromium.org2009-06-174-59/+150
* Compile fetch_server on POSIX.phajdan.jr@chromium.org2009-06-175-41/+55
* Compile fetch_client on all platforms and add a TODO(port) for fetch_server.phajdan.jr@chromium.org2009-06-171-14/+15
* Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob.willchan@chromium.org2009-06-171-3/+3
* Re-land final subset of r18520.ericroman@google.com2009-06-172-10/+14
* Reorder members in URLRequestHttpJob to get correct destruction order.willchan@chromium.org2009-06-172-6/+7
* Re-land second-to-last subset of r18520 (now everything is relanded except no...ericroman@google.com2009-06-173-3/+17
* Re-land another subset of r18520.ericroman@google.com2009-06-174-16/+121
* Re-land a subset of r18520.ericroman@google.com2009-06-172-14/+35
* Revert 18520.ericroman@google.com2009-06-175-180/+28
* Fixing a bug in HttpResponseHeaders.GetContentRangehclam@chromium.org2009-06-162-3/+14
* Temporarily disable a test which appears to be causing valgrind errors.eroman@chromium.org2009-06-161-1/+2
* Refactor ConnectingSocket out of TCPClientSocketPool.willchan@chromium.org2009-06-162-111/+182
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-164-27/+178
* Make HttpNetworkLayer tests network-independent.phajdan.jr@chromium.org2009-06-164-31/+51
* Bypass the host cache when you refresh a page.ericroman@google.com2009-06-162-6/+53
* Take 2. Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-155-59/+79
* Revert "Make TCPClientSocketPool own the ConnectingSockets."willchan@chromium.org2009-06-154-35/+59
* Add a regression test for 14056. This verifies that HttpNetworkTransaction se...ericroman@google.com2009-06-151-0/+73
* Introduce parent and child entries for MemEntryImplhclam@chromium.org2009-06-155-32/+167