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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync server should return correct version number on item deletion.
rsimha@chromium.org
2010-07-16
1
-4
/
+7
*
Remove now unused states (cleanup).
vandebo@chromium.org
2010-07-16
2
-10
/
+0
*
Added mock libraries for GSSAPI.
ahendrickson@google.com
2010-07-16
6
-30
/
+1037
*
Fix crash bug in new SSLClientSocketPool.
vandebo@chromium.org
2010-07-16
7
-63
/
+58
*
Remove extraneous uses of iostream in x509_cert_types.h, which creates static...
davemoore@chromium.org
2010-07-16
1
-1
/
+0
*
Mac compile warning fix for r52670.
erikchen@google.com
2010-07-16
1
-51
/
+47
*
spdy network tests now use http network transaction (production code).
erikchen@google.com
2010-07-16
1
-604
/
+347
*
DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...
pfeldman@chromium.org
2010-07-16
1
-0
/
+4
*
base: Return bool instead of void in EnvVarGetter::SetEnv.
tfarina@chromium.org
2010-07-16
1
-1
/
+3
*
Make Objective-C++ compiler happy with net/socket/ssl_test_util.h
suzhe@chromium.org
2010-07-16
1
-1
/
+1
*
Http Cache: chain GetLoadState from transactions waiting for
rvargas@google.com
2010-07-15
6
-6
/
+60
*
On multi-round authentication schemes, the info_ field in the HttpAuthControl...
cbentzel@chromium.org
2010-07-15
4
-2
/
+122
*
Increase npn_spdy to 50%, npn_http 25%.
lzheng@chromium.org
2010-07-15
1
-1
/
+3
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
4
-26
/
+82
*
Disk cache: Code cleanup after the last cl.
rvargas@google.com
2010-07-15
6
-364
/
+316
*
Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.
willchan@chromium.org
2010-07-15
17
-128
/
+164
*
Disk cache: Read the index and data_0 files in a single
rvargas@google.com
2010-07-15
8
-86
/
+174
*
net: add comments
agl@chromium.org
2010-07-15
2
-3
/
+9
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
16
-8
/
+25
*
FTP: add more detailed error codes based on RFC 959.
phajdan.jr@chromium.org
2010-07-15
4
-106
/
+154
*
Fix bad merge in ClientSocketPoolBaseHelper.
vandebo@chromium.org
2010-07-15
1
-6
/
+0
*
TTF: enable HTTPS* tests on mac.
dmuir@chromium.org
2010-07-15
1
-37
/
+3
*
Mark the "StartCom Certification Authority" root CA as EV.
wtc@chromium.org
2010-07-15
1
-0
/
+6
*
Mark KeygenHandlerTest.ConcurrencyTest no longer flakey.
davidben@chromium.org
2010-07-15
1
-8
/
+1
*
Revert 52334 - Http Cache: chain GetLoadState from transactions waiting for
rvargas@google.com
2010-07-14
6
-55
/
+6
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
16
-22
/
+5
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
11
-250
/
+13
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
11
-13
/
+250
*
Converted CanonicalCookies over to containing a domain.
rdsmith@google.com
2010-07-14
4
-32
/
+175
*
Reland r52336.
erg@chromium.org
2010-07-14
16
-5
/
+22
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
16
-22
/
+5
*
Init GSSAPI library in HttpAuthHandlerNegotiate.
cbentzel@chromium.org
2010-07-14
1
-0
/
+6
*
More header cleanup:
erg@chromium.org
2010-07-14
16
-5
/
+22
*
Http Cache: chain GetLoadState from transactions waiting for
rvargas@google.com
2010-07-14
6
-6
/
+55
*
DevTools: provide network log details to the WebCore's InspectorController.
pfeldman@chromium.org
2010-07-14
1
-0
/
+3
*
Update effective-TLD data files using the latest data from Mozilla.
pam@chromium.org
2010-07-14
3
-4749
/
+4789
*
Exclude one test from TSan/Win run
timurrrr@chromium.org
2010-07-14
1
-0
/
+1
*
Implement SSLClientSocketPool.
vandebo@chromium.org
2010-07-14
39
-465
/
+2253
*
Clean up FTP code a bit:
phajdan.jr@chromium.org
2010-07-14
3
-78
/
+12
*
SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...
erikchen@google.com
2010-07-14
2
-1
/
+2
*
Display the proxy PAC javascript errors in the NetLog.
eroman@chromium.org
2010-07-14
15
-142
/
+547
*
Remove |net_log_| as a class member and pass it in where needed and a little ...
vandebo@chromium.org
2010-07-13
6
-47
/
+42
*
Rewrite X509Certificate::SupportsSSLClientAuth to be more accurate
davidben@chromium.org
2010-07-13
1
-12
/
+39
*
Add the URLRequest's priority to the net-log.
eroman@chromium.org
2010-07-13
3
-6
/
+20
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
21
-240
/
+1543
*
My fix didn't work. No idea why tsan is unhappy.
mbelshe@chromium.org
2010-07-13
1
-0
/
+3
*
Disk cache: Add a few more histograms.
rvargas@google.com
2010-07-12
3
-2
/
+42
*
Fixes a crash when xdg_mime library is unable to handle a long file path.
inferno@chromium.org
2010-07-12
1
-0
/
+5
*
Remove hex frames from spdy_session_unittest.cc
mlloyd@chromium.org
2010-07-12
1
-27
/
+10
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
9
-263
/
+47
[next]