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
*
Add a feature to the HostResolverRules to be able to match rules only
mbelshe@chromium.org
2010-08-21
2
-2
/
+42
*
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
*
x509_certificate_nss: remove unused ScopedCERTCertificate and ScopedCERTCertList
mattm@chromium.org
2010-08-21
1
-32
/
+0
*
NSS cert database cleanups
mattm@chromium.org
2010-08-20
2
-50
/
+48
*
Move nsNSSCertTrust from chrome/third_party to net/third_party.
mattm@chromium.org
2010-08-20
3
-0
/
+499
*
Give keys friendly names in NSS and OS X
davidben@chromium.org
2010-08-19
6
-10
/
+65
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-1
/
+2
*
GTTF: Remove TryKillingOldServer from testserver.py, it's broken.
phajdan.jr@chromium.org
2010-08-19
1
-14
/
+0
*
net: expect MITM attacks with HTTP proxies and command line flag.
agl@chromium.org
2010-08-19
7
-8
/
+44
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
2
-0
/
+2
*
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
6
-33
/
+53
*
Don't run some more HttpNetworkTransactionTest under ThreadSanitizer
timurrrr@chromium.org
2010-08-19
3
-8
/
+6
*
Don't run HttpNetworkTransactionTest.UseAlternateProtocolForNpnSpdyWithExisti...
timurrrr@chromium.org
2010-08-19
1
-0
/
+4
*
FBTF: Remove unnecessary STL #includes from src/net.
viettrungluu@chromium.org
2010-08-19
29
-59
/
+16
*
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
28
-1150
/
+2227
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
4
-12
/
+8
*
Add a command-line flag to disable SSL/TLS False Start
davidben@chromium.org
2010-08-18
6
-2
/
+49
*
Send user agent with CONNECT requests.
vandebo@chromium.org
2010-08-18
8
-6
/
+61
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-18
6
-85
/
+139
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
1
-2
/
+1
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
1
-1
/
+2
*
DnsRRResolver: hoist inner class and callback on MessageLoop.
agl@chromium.org
2010-08-18
3
-125
/
+191
*
Remove CRLF.
cbentzel@chromium.org
2010-08-18
1
-1
/
+1
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
8
-40
/
+530
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
18
-370
/
+96
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
18
-96
/
+370
*
Syncing url_to_filename_encoder with internal version.
mbelshe@chromium.org
2010-08-17
11
-420
/
+510
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
11
-1006
/
+821
*
Clean up the client certificate filtering code on Linux
davidben@chromium.org
2010-08-17
1
-29
/
+26
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
2
-1
/
+2
*
Revert 56376 - This CL will introduce a new way to do exponential back-off on...
joi@chromium.org
2010-08-17
13
-856
/
+9
*
Revert 56384 - Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
7
-130
/
+91
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
7
-91
/
+130
*
This CL will introduce a new way to do exponential back-off on failure within
joi@chromium.org
2010-08-17
13
-9
/
+856
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
8
-76
/
+93
*
Revert "DnsRRResolver: hoist inner class and callback on MessageLoop."
agl@chromium.org
2010-08-17
3
-111
/
+49
*
DnsRRResolver: hoist inner class and callback on MessageLoop.
agl@chromium.org
2010-08-17
3
-49
/
+111
*
More uninitialized class member vars.
finnur@chromium.org
2010-08-17
3
-5
/
+8
*
Watch the Internet Explorer registry keys so we can detect proxy settings cha...
eroman@chromium.org
2010-08-17
4
-18
/
+191
*
Revert the workaround for servers that use tiny DH keys.
wtc@chromium.org
2010-08-17
8
-68
/
+69
*
FBTF: Header cleanup in renderer_host.
jhawkins@chromium.org
2010-08-16
2
-5
/
+5
*
Remove test isolation enforcement code.
phajdan.jr@chromium.org
2010-08-16
1
-1
/
+0
*
Fix a bug in the mock sockets. For SSL sockets, when they were
mbelshe@chromium.org
2010-08-16
1
-2
/
+2
*
Re-land just the project file changes from r55416. This makes projects that use
brettw@chromium.org
2010-08-15
1
-0
/
+1
*
Cleanup Registry API: part 3.
tfarina@chromium.org
2010-08-14
1
-4
/
+6
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
2
-2
/
+2
*
Simple offline startup integration test.
skrul@chromium.org
2010-08-13
2
-1
/
+38
[next]