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
*
Fix Coverity UNINIT_CTOR defect in the HttpAuthCache::Entry
wtc@chromium.org
2011-02-11
1
-1
/
+2
*
Continuing with the out-of-lining of test code.
erg@google.com
2011-02-11
6
-78
/
+165
*
clang: Fix several -Woverloaded-virtual warnings.
thakis@chromium.org
2011-02-11
2
-2
/
+4
*
Remove unused HttpResponseHeaders::GetRawHeaders method.
adamk@chromium.org
2011-02-11
2
-27
/
+0
*
Fix Coverity UNINIT_CTOR defects in constructors.
wtc@chromium.org
2011-02-11
2
-2
/
+3
*
Fix Coverity UNINIT_CTOR defect in the
wtc@chromium.org
2011-02-11
2
-8
/
+10
*
Display more information at chrome://net-internals/#spdy
rch@chromium.org
2011-02-09
2
-2
/
+31
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
3
-14
/
+18
*
Add logging for ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS on AcquireCredentialsH...
cbentzel@chromium.org
2011-02-08
1
-1
/
+4
*
Test that the same socket is used for each round of connection-based auth.
cbentzel@chromium.org
2011-02-06
1
-5
/
+69
*
Return more specific error messages when performing a SSL client auth handsha...
rsleevi@chromium.org
2011-02-05
1
-2
/
+14
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
14
-284
/
+253
*
Unreverting: First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-02-01
1
-0
/
+4
*
Revert "First steps towards webRequest extension API."
mpcomplete@chromium.org
2011-01-31
1
-4
/
+0
*
First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-01-31
1
-0
/
+4
*
Require NTLM identity early
asanka@chromium.org
2011-01-31
2
-26
/
+42
*
Fixes eol on http_stream_parser.cc
maruel@chromium.org
2011-01-29
1
-1
/
+1
*
The HttpRequestInfo object must outlive the HttpNetworkTransaction object bec...
satish@chromium.org
2011-01-28
1
-309
/
+309
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
5
-263
/
+102
*
Add histogram for HTTP response codes
gavinp@chromium.org
2011-01-27
1
-0
/
+46
*
More net/ method ordering.
erg@google.com
2011-01-26
21
-762
/
+783
*
Clean up net unit testing code.
erg@google.com
2011-01-26
8
-213
/
+315
*
Fix comment in http_stream_request.cc.
willchan@chromium.org
2011-01-26
1
-2
/
+2
*
Prevent over-preconnecting when we already have a SpdySession.
willchan@chromium.org
2011-01-26
2
-5
/
+41
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
8
-315
/
+213
*
Clean up net unit testing code.
erg@google.com
2011-01-25
8
-213
/
+315
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
5
-14
/
+48
*
More net/ reordering.
erg@google.com
2011-01-21
4
-52
/
+52
*
Honor User-Agent header added by WebCore
caseq@google.com
2011-01-21
3
-0
/
+21
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
7
-147
/
+143
*
Remove unnecessary const from HttpAuthCache to appease the clang gods.
cbentzel@chromium.org
2011-01-13
1
-1
/
+1
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
17
-154
/
+209
*
Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...
rsleevi@chromium.org
2011-01-13
2
-5
/
+6
*
Remove extraneous #include's from http_auth_controller.cc
cbentzel@chromium.org
2011-01-12
1
-2
/
+0
*
net: Disable False Start and clear the SSL client auth cache for HTTPS proxie...
agl@chromium.org
2011-01-11
2
-0
/
+117
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
5
-62
/
+260
*
More reordering the methods in headers in net/.
erg@chromium.org
2011-01-11
6
-94
/
+96
*
Add a port to the SPDY debugging flags so that we can force SPDY for just a
mbelshe@chromium.org
2011-01-08
5
-6
/
+59
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
5
-41
/
+45
*
Remove auth token generation timing histograms.
cbentzel@chromium.org
2011-01-07
2
-29
/
+0
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
6
-47
/
+124
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
6
-124
/
+47
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
6
-47
/
+124
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
6
-124
/
+47
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
6
-47
/
+124
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
5
-10
/
+11
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+4
*
Http cache: Remove a histogram.
rvargas@google.com
2010-12-28
2
-46
/
+13
[next]