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
*
Fail rather than crash if username+password are unspecified for NTLM on Linux...
cbentzel@chromium.org
2010-08-24
1
-0
/
+5
*
Http cache: Make sure that the memory used to receive the
rvargas@google.com
2010-08-24
3
-11
/
+22
*
--auth-schemes specifies which authentication schemes are supported on the co...
cbentzel@chromium.org
2010-08-23
2
-0
/
+71
*
Address post-review comments on r56727.
agl@chromium.org
2010-08-23
1
-1
/
+3
*
Add option to simulate alternate protocol always being present.
mbelshe@chromium.org
2010-08-22
4
-3
/
+84
*
Remove obviously unneeded forward declarations from headers under src/{app,ba...
viettrungluu@chromium.org
2010-08-21
9
-21
/
+2
*
Reintegrate certificate selection in HttpNetworkTransaction DoLoop
davidben@chromium.org
2010-08-21
1
-4
/
+7
*
HTTP cache: Move DeleteCacheCompletionCallback to the anonymous namespace
rvargas@google.com
2010-08-21
1
-14
/
+14
*
Http cache: It turns out that the cache destructor
rvargas@google.com
2010-08-21
2
-17
/
+90
*
net: expect MITM attacks with HTTP proxies and command line flag.
agl@chromium.org
2010-08-19
1
-0
/
+3
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
1
-0
/
+1
*
Make sure we flush ssl pool when CloseCurrentConnections is called.
lzheng@chromium.org
2010-08-19
1
-0
/
+1
*
SpdySessionPool closes down sessions accurately now.
erikchen@google.com
2010-08-19
1
-1
/
+1
*
FBTF: Remove unnecessary STL #includes from src/net.
viettrungluu@chromium.org
2010-08-19
5
-8
/
+1
*
A WebKit layout test failed with the HttpNetworkTransaction refactoring.
mbelshe@chromium.org
2010-08-19
1
-1
/
+6
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
19
-1101
/
+2131
*
Send user agent with CONNECT requests.
vandebo@chromium.org
2010-08-18
7
-5
/
+60
*
Remove CRLF.
cbentzel@chromium.org
2010-08-18
1
-1
/
+1
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-1
/
+1
*
Initialize all data members in HTTPResponseInfo's new ctor and remove the rel...
michaeln@chromium.org
2010-08-13
1
-0
/
+2
*
Uninitialized member vars and inlined constructors.
finnur@chromium.org
2010-08-12
5
-5
/
+22
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
13
-19
/
+83
*
Add a field trial for the cache WRT prefetching
gavinp@chromium.org
2010-08-11
1
-2
/
+14
*
Remove a bunch of extra includes.
vandebo@chromium.org
2010-08-11
2
-3
/
+4
*
Removed spdy_network_transaction.h file.
erikchen@google.com
2010-08-09
1
-1
/
+0
*
More metrics for proxy connections impact A/B test.
ziadh@chromium.org
2010-08-09
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
1
-0
/
+2
*
Bad interaction between 2 A/B experiments
ziadh@chromium.org
2010-08-06
2
-1
/
+9
*
Remove the following States from HttpProxyClientSocket:
rch@chromium.org
2010-08-06
1
-2
/
+0
*
Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cc
cbentzel@chromium.org
2010-08-06
1
-3
/
+3
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-0
/
+3
*
Leftovers from wstring->string16 conversion in authentication code.
cbentzel@chromium.org
2010-08-05
1
-2
/
+3
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
2
-0
/
+33
*
Modify the SPDY v1 hack to only advertise v1 and not v2 over NPN.
mbelshe@chromium.org
2010-08-05
1
-1
/
+1
*
Minor change to: http://codereview.chromium.org/3064033
rch@chromium.org
2010-08-05
2
-221
/
+114
*
Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY
dhollowa@chromium.org
2010-08-04
2
-114
/
+221
*
Refactor HttpNetworkTransaction to eliminate the SPDY
rch@chromium.org
2010-08-04
2
-221
/
+114
*
Cleaning up flakiness of a URLSecurityManager unit test.
ahendrickson@chromium.org
2010-08-04
1
-23
/
+0
*
Mac: Some clang appeasing.
thakis@chromium.org
2010-08-04
1
-2
/
+2
*
Make Chrome capable of advertising spdy version 1.
mbelshe@chromium.org
2010-08-03
2
-5
/
+15
*
Fix valgrind error in unittests.
agl@chromium.org
2010-08-03
1
-1
/
+1
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-1
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
7
-0
/
+7
*
Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool.
vandebo@chromium.org
2010-08-03
1
-2
/
+9
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
8
-139
/
+346
*
SPDY Alternate-Protocol works through a Digest authentication proxy.
cbentzel@chromium.org
2010-08-03
4
-13
/
+188
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
8
-289
/
+91
*
Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.
nick@chromium.org
2010-08-02
4
-199
/
+13
*
Address a TODO: use HostPortPair rather than a naked host string.
eroman@chromium.org
2010-08-02
1
-2
/
+2
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
2
-7
/
+9
[next]