summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-163-0/+123
* Don't leak SSPILibraryDefault objectsasanka@chromium.org2011-09-132-11/+9
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-135-10/+46
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-128-226/+195
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-083-0/+12
* Move test utilities into test_file_util.*.ahendrickson@chromium.org2011-09-021-0/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-0210-57/+87
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-3/+3
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-3113-57/+249
* Fix a linking error with -Dlinux_link_kerberos on Gentoo.phajdan.jr@chromium.org2011-08-301-2/+0
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-292-0/+100
* Previously i was recording number of RTT's vs Kilobytes of data downloaded pe...gagansingh@google.com2011-08-272-65/+1
* Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared withwtc@chromium.org2011-08-243-17/+64
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-247-11/+30
* Remove unneeded headers in http_auth.cccbentzel@chromium.org2011-08-241-4/+2
* Revert 97925 - Linux: allow linking directly with Kerberos instead of using d...dpolukhin@chromium.org2011-08-247-30/+11
* Trying to measure the impact of warmest socket from the following histograms:gagansingh@google.com2011-08-241-0/+19
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-237-11/+30
* Revert 97821 - Do not call callback->Run() until we are about to return from ...rsleevi@chromium.org2011-08-233-61/+15
* Do not call callback->Run() until we are about to return from thiswtc@chromium.org2011-08-233-15/+61
* Remove unnecessary forward declarations. Declarewtc@chromium.org2011-08-203-14/+2
* Http Cache: Detect Content_length mismatches and mark entries asrvargas@google.com2011-08-182-4/+55
* Linux: control usage of Kerberos via use_kerberos gyp flagphajdan.jr@chromium.org2011-08-153-3/+19
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-127-6/+78
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-1237-107/+111
* Change HttpAuthHandlerMock to accept and return more than one http_auth_handler.rch@chromium.org2011-08-114-30/+33
* Instantiate OriginBoundCertService in relevant places and do plumbing to pass...rkn@chromium.org2011-08-112-0/+6
* Remove obsolete use of CLIPPED_HISTOGRMASjar@chromium.org2011-08-051-25/+24
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-9/+12
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-032-5/+4
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-023-5/+22
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-303-27/+53
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-9/+22
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-282-4/+5
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-282-5/+4
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-22/+9
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-9/+22
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-261-1/+1
* Minor cleanup of unit tests for spdy_session_ool.rtenneti@chromium.org2011-07-261-31/+36
* Revert 93704 - Remove Content-Length mismatch checks.cbentzel@chromium.org2011-07-222-5/+8
* Remove Content-Length mismatch checks.cbentzel@chromium.org2011-07-222-8/+5
* Http Cache: Keep track of whether we are doing byte rangervargas@google.com2011-07-223-22/+27
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-215-3/+9
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-1/+7
* some cleanup for base/stl_utildilmah@chromium.org2011-07-198-8/+8
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-191-0/+39