summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing break statement.jhawkins@chromium.org2009-08-191-3/+5
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-199-29/+53
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-196-18/+16
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-182-3/+4
* Remove an unused header from proxy_service.h.ericroman@google.com2009-08-181-0/+1
* Reference count ProxyService.eroman@chromium.org2009-08-185-32/+24
* Http Cache: Additional byte-range support.rvargas@google.com2009-08-184-53/+327
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-172-18/+76
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-7/+7
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-148-91/+91
* Unescape username/passwords obtained from URLs before using them for HTTP auth.ericroman@google.com2009-08-143-7/+95
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-131-1/+4
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-128-80/+94
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-127-48/+374
* Http Cache: Deactivate entries without having the key of thervargas@google.com2009-08-073-6/+77
* Update a comment.ericroman@google.com2009-08-041-1/+2
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-5/+2
* Support user-constructed conditional requests to HttpCache updating the cache.ericroman@google.com2009-08-032-50/+425
* Http cache: dump the transaction and active entry keyrvargas@google.com2009-07-291-2/+11
* Http cache: revert dumping the transaction key.rvargas@google.com2009-07-291-9/+2
* Http cache: dump the transaction and active entry keyrvargas@google.com2009-07-291-2/+9
* Store the url into a stack variable for the CHECK when connection_group.empty().willchan@chromium.org2009-07-291-3/+11
* Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...willchan@chromium.org2009-07-272-13/+48
* Strip embedded "#" in URLs when constructing HTTP cache key.ericroman@google.com2009-07-232-5/+28
* Add unit-test for 16199, to check caching behavior of conditonalized cache re...ericroman@google.com2009-07-231-3/+132
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-222-8/+19
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-3/+3
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-152-16/+17
* SOCKS v5 implementationarindam@chromium.org2009-07-152-9/+137
* Reverting 20626.arindam@chromium.org2009-07-142-137/+9
* SOCKS v5 implementationarindam@chromium.org2009-07-142-9/+137
* 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