summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...willchan@chromium.org2009-07-101-0/+9
* Fix some coverity warnings in src/net.willchan@chromium.org2009-07-101-1/+1
* Validate offset / length of extra field in the message. Note these fields arecevans@chromium.org2009-07-091-2/+9
* CHECK to make sure connection_group is never empty.willchan@chromium.org2009-07-071-1/+5
* Add more code to debug a crash inside HttpCache::DeactivateEntryrvargas@google.com2009-07-062-5/+34
* Fix a browser crash during cache validation.rvargas@google.com2009-06-302-0/+34
* Make net::HostResolver refcounted.ericroman@google.com2009-06-274-15/+15
* Reverting 19425.ericroman@google.com2009-06-264-15/+15
* Make net::HostResolver refcounted.ericroman@google.com2009-06-264-15/+15
* Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...arindam@chromium.org2009-06-264-23/+145
* Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) whenwtc@chromium.org2009-06-251-2/+2
* Add some checks to make sure header_buf_body_offset_ is never used when negat...ericroman@google.com2009-06-252-6/+10
* Http cache: Add support for ranges with an unknown start or end.rvargas@google.com2009-06-244-23/+112
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-231-1/+1
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-231-3/+1
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-0/+3
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-233-9/+172
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-227-11/+12
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-227-20/+312
* Implement the backend of SSL client authentication forwtc@chromium.org2009-06-192-4/+49
* Fix problem with how HttpResponseHeaders::Update() copies headers -- it assum...ericroman@google.com2009-06-192-2/+15
* 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-181-1/+6
* Improve chunked encoding parsing.abarth@chromium.org2009-06-182-1/+9
* Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...willchan@chromium.org2009-06-171-6/+6
* Re-land another subset of r18520.ericroman@google.com2009-06-171-0/+5
* Revert 18520.ericroman@google.com2009-06-171-5/+0
* Fixing a bug in HttpResponseHeaders.GetContentRangehclam@chromium.org2009-06-162-3/+14
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-0/+5
* Make HttpNetworkLayer tests network-independent.phajdan.jr@chromium.org2009-06-163-28/+44
* Bypass the host cache when you refresh a page.ericroman@google.com2009-06-162-6/+53
* Add a regression test for 14056. This verifies that HttpNetworkTransaction se...ericroman@google.com2009-06-151-0/+73
* Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.phajdan.jr@chromium.org2009-06-151-1/+1
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-151-145/+54
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+20
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-127-14/+118
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-126-64/+645
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-24/+10
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-129-23/+48
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-114-5/+113
* Simplify a proxy test.willchan@chromium.org2009-06-101-20/+2
* We don't handle certificate errors during SSL renegotiation.wtc@chromium.org2009-06-091-0/+9
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-062-1/+48
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-052-12/+21
* Revert r17673, except for the code cleanup.wtc@chromium.org2009-06-051-6/+38
* Add two small features to the HttpCache for benchmarking/debugging.mbelshe@google.com2009-06-053-11/+55
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-051-2/+2
* Use a "SessionDependencies" helper in the http unit tests.ericroman@google.com2009-06-051-194/+188
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13