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
*
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
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
1
-1
/
+1
*
net: add DNSSEC tool and CNAME support.
agl@chromium.org
2010-09-09
1
-0
/
+108
*
Implement gallery install API
rafaelw@chromium.org
2010-09-09
1
-1
/
+2
*
Restore run_testserver, it's needed for PPAPI and possibly others.
phajdan.jr@chromium.org
2010-09-03
1
-0
/
+57
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
1
-0
/
+1
*
Disable request logging in test HTTP server to declutter log output.
phajdan.jr@chromium.org
2010-08-26
1
-0
/
+4
*
Add the apps datatype to the python sync server.
rsimha@chromium.org
2010-08-25
1
-1
/
+6
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
2
-2
/
+3
*
Remove obviously unneeded forward declarations from headers under src/{app,ba...
viettrungluu@chromium.org
2010-08-21
1
-2
/
+1
*
Improve support for requesting client certs in tlslite
rsleevi@chromium.org
2010-08-21
1
-4
/
+21
*
GTTF: Remove TryKillingOldServer from testserver.py, it's broken.
phajdan.jr@chromium.org
2010-08-19
1
-14
/
+0
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-5
/
+3
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
2
-3
/
+2
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
2
-2
/
+3
*
Syncing url_to_filename_encoder with internal version.
mbelshe@chromium.org
2010-08-17
10
-419
/
+505
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
2
-74
/
+28
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
1
-1
/
+1
*
Simple offline startup integration test.
skrul@chromium.org
2010-08-13
2
-1
/
+38
*
sync: Add sessions to protocol and chromiumsync python test server.
jerrica@google.com
2010-08-13
1
-6
/
+6
*
Uninitialized member vars in CacheDumper.
finnur@chromium.org
2010-08-12
1
-4
/
+5
*
Remove all but one last caller of CommandLine::GetSwitchValue().
evan@chromium.org
2010-08-09
2
-6
/
+9
*
Add rudimentary support for client auth in testserver.py and unit tests
davidben@chromium.org
2010-08-07
1
-3
/
+9
[next]