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] Make sync integration tests use local xmpp servers.
akalin@chromium.org
2010-11-27
2
-2
/
+12
*
Fixed port boundary check in test_server.cc
akalin@chromium.org
2010-11-27
1
-1
/
+1
*
Spin up XMPP server for testservers of type sync.
akalin@chromium.org
2010-11-27
2
-10
/
+92
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-27
5
-16
/
+74
*
Make URLRequestThrottlerEntryInterface inherit RefCountedThreadSafe,
joi@chromium.org
2010-11-26
1
-1
/
+2
*
Added server_data json dictionary to testserver.py
akalin@chromium.org
2010-11-26
1
-0
/
+4
*
Fixed UnblockPipe() in test_server_win.cc to work with any number of bytes
akalin@chromium.org
2010-11-26
1
-7
/
+11
*
Revert 67437 - Added server_data json dictionary to testserver.py
akalin@chromium.org
2010-11-26
1
-5
/
+0
*
Added server_data json dictionary to testserver.py
akalin@chromium.org
2010-11-26
1
-0
/
+5
*
Added simplejson import line to testserver.py.
akalin@chromium.org
2010-11-26
1
-0
/
+1
*
Added third_party to python path for testserver.
akalin@chromium.org
2010-11-26
1
-0
/
+5
*
Added ReadData() function to test_server_{posix,win}.cc
akalin@chromium.org
2010-11-26
2
-64
/
+92
*
Revert 67428 - Added server_data json dictionary to testserver.py
akalin@chromium.org
2010-11-26
2
-13
/
+1
*
Added server_data json dictionary to testserver.py
akalin@chromium.org
2010-11-26
2
-1
/
+13
*
Revert 67398 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
5
-159
/
+71
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
5
-71
/
+159
*
Pass cookie options to content settings delegate.
jochen@chromium.org
2010-11-25
4
-0
/
+6
*
Revert 67386 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
5
-151
/
+74
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
5
-74
/
+151
*
Implement exponential back-off mechanism.
joi@chromium.org
2010-11-25
13
-2
/
+1139
*
net: Implement DNS certificate provenance check uploads.
agl@chromium.org
2010-11-24
3
-5
/
+47
*
Landing fix for keindsay@gmail.com (Strangeloop Networks)
mbelshe@google.com
2010-11-24
10
-641
/
+1668
*
Prevent re-entrancy into ProxyScriptFetcherImpl from ~URLRequestContext.
willchan@chromium.org
2010-11-23
1
-0
/
+3
*
Fix shutdown crash in CertVerifier by using a MessageLoopProxy.
willchan@chromium.org
2010-11-23
1
-16
/
+19
*
Make NetLog::EventParameters RefCountedThreadSafe.
mmenke@chromium.org
2010-11-23
1
-1
/
+1
*
Implements openssl session caching
joth@chromium.org
2010-11-23
2
-56
/
+172
*
Fixed handling of context_ in URLRequestHttpJob
akalin@chromium.org
2010-11-23
1
-1
/
+4
*
Reconstructing 67000.
bradnelson@google.com
2010-11-23
2
-2
/
+2
*
Revert 67018 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-23
5
-151
/
+63
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-22
5
-63
/
+151
*
nss: add support for OCSP stapling.
agl@chromium.org
2010-11-22
11
-1
/
+778
*
Reverting 67000.
bradnelson@google.com
2010-11-22
2
-2
/
+2
*
Switching chrome to use python26 in place of python24.
bradnelson@google.com
2010-11-22
2
-2
/
+2
*
Add delay when resuming load when network connection is restured.
oshima@chromium.org
2010-11-22
1
-5
/
+5
*
Remove two placeholder files.
agl@chromium.org
2010-11-22
2
-2
/
+0
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
39
-316
/
+470
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
39
-467
/
+316
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
39
-316
/
+467
*
Always send the device ID when making device management requests.
mnissler@chromium.org
2010-11-22
1
-1
/
+3
*
Use a service to create device management backends.
mnissler@chromium.org
2010-11-22
1
-8
/
+8
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
13
-206
/
+163
*
Remember if a user declines to provide a server with a client certificate
rsleevi@chromium.org
2010-11-22
4
-44
/
+131
*
Fix ThreadChecker to use Locks and not use scoped_ptr.
willchan@chromium.org
2010-11-21
3
-38
/
+32
*
Revert 66879 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-20
5
-134
/
+66
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-20
5
-66
/
+134
*
FTP: a successful response to SIZE does not mean the resource is a file.
phajdan.jr@chromium.org
2010-11-20
2
-13
/
+43
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
1
-1
/
+0
*
Address a TODO about not using recursion to handle synchronous completions of...
eroman@chromium.org
2010-11-20
2
-23
/
+41
*
Revert 66722 - This prevents crashes due to URLRequestHttpJobs hanging on pas...
kkania@chromium.org
2010-11-19
1
-4
/
+1
*
Reland 66791 (change was innocent)
willchan@chromium.org
2010-11-19
8
-54
/
+66
[next]