index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
chrome.experimental.downloads.download() implementation
benjhayden@chromium.org
2011-09-16
3
-0
/
+123
*
Don't leak SSPILibraryDefault objects
asanka@chromium.org
2011-09-13
2
-11
/
+9
*
Don't interpret embeded NULLs in a response header line as a line terminator.
eroman@chromium.org
2011-09-13
5
-10
/
+46
*
Change AuthChallengeInfo to better represent underlying encodings.
cbentzel@chromium.org
2011-09-12
8
-226
/
+195
*
Exposing CloseIdleConnections in HttpCache, and close idle spdy sessions
kristianm@chromium.org
2011-09-08
3
-0
/
+12
*
Move test utilities into test_file_util.*.
ahendrickson@chromium.org
2011-09-02
1
-0
/
+1
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job
rch@chromium.org
2011-09-02
10
-57
/
+87
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Remove use of <iostream> where unnecessary.
evan@chromium.org
2011-09-01
1
-1
/
+1
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
1
-3
/
+3
*
Don't try to use explicit credentials with schemes that don't support it.
asanka@chromium.org
2011-08-31
13
-57
/
+249
*
Fix a linking error with -Dlinux_link_kerberos on Gentoo.
phajdan.jr@chromium.org
2011-08-30
1
-2
/
+0
*
Only mark a proxy as bad if we have confirmation that another proxy succeeded...
asanka@chromium.org
2011-08-29
2
-0
/
+100
*
Previously i was recording number of RTT's vs Kilobytes of data downloaded pe...
gagansingh@google.com
2011-08-27
2
-65
/
+1
*
Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared with
wtc@chromium.org
2011-08-24
3
-17
/
+64
*
Linux: allow linking directly with Kerberos instead of using dlopen.
phajdan.jr@chromium.org
2011-08-24
7
-11
/
+30
*
Remove unneeded headers in http_auth.cc
cbentzel@chromium.org
2011-08-24
1
-4
/
+2
*
Revert 97925 - Linux: allow linking directly with Kerberos instead of using d...
dpolukhin@chromium.org
2011-08-24
7
-30
/
+11
*
Trying to measure the impact of warmest socket from the following histograms:
gagansingh@google.com
2011-08-24
1
-0
/
+19
*
Linux: allow linking directly with Kerberos instead of using dlopen.
phajdan.jr@chromium.org
2011-08-23
7
-11
/
+30
*
Revert 97821 - Do not call callback->Run() until we are about to return from ...
rsleevi@chromium.org
2011-08-23
3
-61
/
+15
*
Do not call callback->Run() until we are about to return from this
wtc@chromium.org
2011-08-23
3
-15
/
+61
*
Remove unnecessary forward declarations. Declare
wtc@chromium.org
2011-08-20
3
-14
/
+2
*
Http Cache: Detect Content_length mismatches and mark entries as
rvargas@google.com
2011-08-18
2
-4
/
+55
*
Linux: control usage of Kerberos via use_kerberos gyp flag
phajdan.jr@chromium.org
2011-08-15
3
-3
/
+19
*
net: Notify the http job and cache transaction about a filter
rvargas@google.com
2011-08-12
7
-6
/
+78
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
37
-107
/
+111
*
Change HttpAuthHandlerMock to accept and return more than one http_auth_handler.
rch@chromium.org
2011-08-11
4
-30
/
+33
*
Instantiate OriginBoundCertService in relevant places and do plumbing to pass...
rkn@chromium.org
2011-08-11
2
-0
/
+6
*
Remove obsolete use of CLIPPED_HISTOGRMAS
jar@chromium.org
2011-08-05
1
-25
/
+24
*
HostResolver: don't interpret NULL callback argument as a request to do synch...
agayev@chromium.org
2011-08-04
1
-9
/
+12
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
2
-5
/
+4
*
Inform disk cache of WebKit memory cache hits.
simonjam@chromium.org
2011-08-02
3
-5
/
+22
*
Add WARN_UNUSED_RESULT to crypto/hmac.h
rsleevi@chromium.org
2011-07-30
3
-27
/
+53
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-9
/
+22
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
2
-4
/
+5
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
2
-5
/
+4
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
1
-22
/
+9
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-9
/
+22
*
MD5Update function uses StringPiece instead of raw buffer.
dominich@chromium.org
2011-07-26
1
-1
/
+1
*
Minor cleanup of unit tests for spdy_session_ool.
rtenneti@chromium.org
2011-07-26
1
-31
/
+36
*
Revert 93704 - Remove Content-Length mismatch checks.
cbentzel@chromium.org
2011-07-22
2
-5
/
+8
*
Remove Content-Length mismatch checks.
cbentzel@chromium.org
2011-07-22
2
-8
/
+5
*
Http Cache: Keep track of whether we are doing byte range
rvargas@google.com
2011-07-22
3
-22
/
+27
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
5
-3
/
+9
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-1
/
+7
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
8
-8
/
+8
*
Changed SPDY's ip connection pooling logic to only add the used IP,
rtenneti@chromium.org
2011-07-19
1
-0
/
+39
[next]