summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-154-59/+35
* Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.phajdan.jr@chromium.org2009-06-151-1/+1
* Initialize IOBuffers in new FTP unit tests (issue detected by valgrind).phajdan.jr@chromium.org2009-06-151-4/+13
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-155-186/+706
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-158-58/+22
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-1519-243/+478
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-1225-60/+282
* Included text/css content type into list of the supported non image files. abarth@chromium.org2009-06-121-3/+9
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-127-64/+647
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-122-27/+11
* Temporarily disable tests causing memory leaks.ericroman@google.com2009-06-122-3/+10
* Fix TCPClientSocketPoolTest to play well with HostCache.willchan@chromium.org2009-06-121-60/+89
* Disable URLRequestTest.CancelTest4 since it started leaking.willchan@chromium.org2009-06-121-1/+1
* Include <stdlib.h> for the declarations of memcpy, malloc, free.ericroman@google.com2009-06-121-0/+1
* Experiment: turn off host caching to see if it relates to client socket pool ...ericroman@google.com2009-06-122-3/+9