summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-252-20/+18
* Remove a redefined variable.eroman@chromium.org2009-09-241-1/+1
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-248-80/+118
* Because we use scoped_refptr<> to the HttpResponseInfombelshe@google.com2009-09-221-3/+2
* Revert 25873.eroman@chromium.org2009-09-223-89/+35
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-215-11/+74
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-189-59/+44
* Addressing two comments from Darin.tommi@chromium.org2009-09-181-2/+1
* Moving two http utility functions to a separate source file due to dependency...tommi@chromium.org2009-09-182-16/+32
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-163-83/+1
* Add a histogram for measuring SSL Connect times.mbelshe@google.com2009-09-112-2/+14
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-102-8/+8
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-103-35/+89
* Http cache: Don't delete sparse entries when wervargas@google.com2009-09-092-11/+54
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-062-13/+89
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-053-2/+36
* [Second attempt of r25461]wtc@chromium.org2009-09-058-703/+1092
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-045-44/+282
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-044-6/+25
* Re-enabled URLRequestTestHTTP.BasicAuth.eroman@chromium.org2009-09-041-2/+2
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-044-6/+98
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-047-968/+697
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-047-697/+968
* Display the LoadLogs for recent and in-progress URLRequests on the net-intern...eroman@chromium.org2009-09-031-1/+2
* Http cache: reorder some functions. No code change.rvargas@google.com2009-09-011-77/+74
* Http cache: Cleanup from tracking of bug 9952.rvargas@google.com2009-09-012-68/+12
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+5
* Http cache: Bypass the cache for range requests that have validation headers.rvargas@google.com2009-08-282-1/+41
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-262-6/+54
* Refactor function to unpack an Entry from its pickle to a HttpResponseInfo.mbelshe@google.com2009-08-252-12/+22
* Add UMA Histogram for FieldTrial for Async Socket SlowStartmbelshe@google.com2009-08-251-1/+14
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-242-5/+8
* Add more histograms to understand idle sockets.willchan@chromium.org2009-08-241-10/+50
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-243-39/+56
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-221-1/+2
* Revert cl 24015rvargas@google.com2009-08-213-55/+39
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-213-39/+55
* Cleanups for SSLConfigService and SSLConfigServiceManager.mattm@chromium.org2009-08-211-1/+1
* Pulling new version of googleurl into the tree.cira@chromium.org2009-08-211-4/+2
* Http cache: Fix the code that handles 206s when revalidatingrvargas@google.com2009-08-203-22/+91
* 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