summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [Second attempt]wtc@chromium.org2009-06-251-2/+2
* Disk Cache: Split some time histograms in groups basedrvargas@google.com2009-06-255-35/+75
* If we get a connect error in DoCtrlConnectComplete, do not advance towtc@chromium.org2009-06-251-1/+2
* Make more things possible with mock sockets:phajdan.jr@chromium.org2009-06-252-25/+41
* Return potentially more specific error code in FtpNetworkTransaction.phajdan.jr@chromium.org2009-06-241-2/+2
* Prevent infinite loop in new FtpNetworkTransaction.phajdan.jr@chromium.org2009-06-241-1/+4
* Disk Cache: Add more clients to the current experiment.rvargas@google.com2009-06-241-5/+21
* Start to disable bzip2 support. First step: Stop advertising support.jar@chromium.org2009-06-242-9/+12
* svn cp net/socket/tcp_client_socket_pool_unittest.cc net/socket/client_socket...willchan@chromium.org2009-06-241-0/+621
* Http cache: Add support for ranges with an unknown start or end.rvargas@google.com2009-06-244-23/+112
* Merge WebKit r42737, which added port 3659wtc@chromium.org2009-06-241-6/+8
* Break out classes from tcp_client_socket_pool.h into their own files.willchan@chromium.org2009-06-245-590/+650
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-235-49/+47
* Disk Cache: Fix a dumb warning about a variable not being initialized.rvargas@google.com2009-06-231-1/+1
* Disk Cache: Implement GetAvailableRange for the regular disk cache.rvargas@google.com2009-06-233-17/+136
* 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