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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-1
/
+1
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
2
-13
/
+15
*
[Sync] Added a separate type for a sync server for testserver.py
akalin@chromium.org
2010-11-12
2
-93
/
+137
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-11
1
-9
/
+17
*
All SSL UI tests work with ephemeral ports.
cbentzel@chromium.org
2010-11-11
1
-10
/
+16
*
Add device management test server to net infrastructure.
mnissler@chromium.org
2010-11-11
2
-1
/
+344
*
sync: bake 'explicit' passphrases into the nigori specifics, rather
tim@chromium.org
2010-11-10
1
-0
/
+14
*
Revert 65465 - testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-09
1
-17
/
+9
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-09
1
-9
/
+17
*
Revert 65313 - flip_in_mem_edsm_server builds again.
cbentzel@chromium.org
2010-11-06
3
-9
/
+14
*
flip_in_mem_edsm_server builds again.
cbentzel@chromium.org
2010-11-06
3
-14
/
+9
*
SSLUITest's work with ephemeral port testserver.
cbentzel@chromium.org
2010-11-06
1
-17
/
+33
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
1
-1
/
+1
*
Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...
rsleevi@chromium.org
2010-10-28
1
-4
/
+19
*
Revert 64202 - Initial support for built-in DNS resolver/cache.
yusukes@chromium.org
2010-10-28
1
-1
/
+1
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
1
-1
/
+1
*
Revert 64118 - Revert 64070 - Revert 64065 - testserver.py listens on ephemer...
nick@chromium.org
2010-10-27
1
-17
/
+9
*
Revert 64070 - Revert 64065 - testserver.py listens on ephemeral ports by def...
cbentzel@chromium.org
2010-10-27
1
-9
/
+17
*
Revert 64065 - testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-10-27
1
-17
/
+9
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-10-27
1
-9
/
+17
*
Implemented python XMPP server for use with sync integration tests.
akalin@chromium.org
2010-10-26
2
-0
/
+777
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-0
/
+1
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-1
/
+0
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-0
/
+1
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
2
-9
/
+9
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Implement generic GetUpdates support in python sync server. This was a recent
nick@chromium.org
2010-10-08
2
-48
/
+262
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-1
/
+2
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-2
/
+1
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-1
/
+2
*
Fix a couple of warnings.
mbelshe@chromium.org
2010-10-04
2
-3
/
+3
*
GTTF: Get rid of the test server's /kill switch
phajdan.jr@chromium.org
2010-10-04
1
-33
/
+0
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
2
-11
/
+14
*
Fixed compilation errors in flip_in_mem_edsm_server and dependencies.
mbelshe@chromium.org
2010-09-30
3
-7
/
+6
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
1
-1
/
+1
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
1
-1
/
+1
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-28
1
-1
/
+1
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
4
-27
/
+31
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Implement changes_remaining GetUpdates response; this will reduce
nick@chromium.org
2010-09-22
3
-43
/
+82
*
Wait on a pipe for the test server to start up
davidben@chromium.org
2010-09-22
1
-0
/
+17
*
Revert "net: add test for False Start corking."
agl@chromium.org
2010-09-21
1
-24
/
+0
*
net: add test for False Start corking.
agl@chromium.org
2010-09-21
1
-0
/
+24
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
1
-1
/
+1
*
GTTF: Make the parallel launcher use different ports for test https servers f...
phajdan.jr@chromium.org
2010-09-15
1
-39
/
+0
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-1
/
+1
*
Stabilize sync integration tests
rsimha@chromium.org
2010-09-15
2
-38
/
+1
*
Readability fixes to chromiumsync.py.
nick@chromium.org
2010-09-14
2
-90
/
+114
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
1
-1
/
+1
[next]