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
*
Revert "net: Change how we detect OCSP vs CRL requests from NSS."
agl@chromium.org
2010-07-01
1
-53
/
+24
*
net: Change how we detect OCSP vs CRL requests from NSS.
agl@chromium.org
2010-07-01
1
-24
/
+53
*
Make the Negotiate Authentication Handler a state machine.
cbentzel@chromium.org
2010-07-01
20
-497
/
+301
*
Add histograms for HTTP authentication token generation times.
cbentzel@chromium.org
2010-07-01
2
-1
/
+32
*
Cancel proxy request when context is about to change in SocketStream.
ukai@chromium.org
2010-07-01
1
-0
/
+6
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
19
-1453
/
+213
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
19
-213
/
+1453
*
Remove gmail.com from the list of strict servers.
akalin@chromium.org
2010-06-30
1
-1
/
+4
*
Make KeygenHandlerTest.ConcurrencyTest flaky on mac.
erikkay@chromium.org
2010-06-30
1
-1
/
+8
*
More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...
mlloyd@chromium.org
2010-06-30
4
-186
/
+226
*
Add histograms for the duration of OCSP and CRL fetches.
agl@chromium.org
2010-06-30
1
-0
/
+12
*
Require renegotiation info from a whitelist of servers.
agl@chromium.org
2010-06-30
5
-15
/
+59
*
Handle the zero-length name or value case when parsing frame headers.
cbentzel@chromium.org
2010-06-30
2
-0
/
+30
*
Re-enable ConcurrencyTest
davidben@chromium.org
2010-06-30
2
-3
/
+2
*
Don't run ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit under TSa...
timurrrr@chromium.org
2010-06-29
1
-0
/
+3
*
Add Spdy support in WebSocketHandshake*Handler
ukai@chromium.org
2010-06-29
3
-14
/
+259
*
Ignore OnConnected event if the job state is already CLOSED.
ukai@chromium.org
2010-06-29
1
-0
/
+2
*
Cleanup svn:executable prop from r51049.
thestig@chromium.org
2010-06-29
1
-0
/
+0
*
We basically don't do late socket binding when a connect has already
mbelshe@chromium.org
2010-06-29
4
-309
/
+389
*
Refactors SPDY frame construction methods out of
mlloyd@chromium.org
2010-06-28
5
-504
/
+602
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
8
-267
/
+42
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
8
-42
/
+267
*
Hooking GSSAPI code into HTTP authenticate Negotiate handler.
ahendrickson@google.com
2010-06-28
11
-216
/
+717
*
SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...
willchan@chromium.org
2010-06-28
8
-45
/
+109
*
Cache the peer's intermediate CA certificates in session ID, so that
wtc@chromium.org
2010-06-28
3
-0
/
+45
*
Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...
rsleevi@chromium.org
2010-06-26
9
-30
/
+41
*
Fix a renderer crash while processing FTP directory listing.
phajdan.jr@chromium.org
2010-06-26
4
-1
/
+3
*
Add field trial stats for alternate_protocol. The histogram we collected are:
lzheng@chromium.org
2010-06-26
5
-10
/
+31
*
Disable concurrency test added in r50903
davidben@chromium.org
2010-06-26
1
-1
/
+3
*
Add virtual to some base classes that have virtual methods
jar@chromium.org
2010-06-25
3
-2
/
+7
*
Add a unit test to check KeygenHandler's thread-safety
davidben@chromium.org
2010-06-25
4
-16
/
+101
*
ChromeOS compile fix, attempt 2.
pkasting@chromium.org
2010-06-25
1
-2
/
+2
*
Try to fix ChromeOS compile.
pkasting@chromium.org
2010-06-25
1
-1
/
+1
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
49
-826
/
+511
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
6
-0
/
+0
*
X509CertificateTest.IntermediateCertificates leaks several native certificate...
rsleevi@chromium.org
2010-06-24
1
-24
/
+29
*
Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.
mlloyd@chromium.org
2010-06-24
4
-4
/
+66
*
Don't close the socket in the HttpNetworkTransaction
mlloyd@chromium.org
2010-06-24
2
-3
/
+67
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
13
-445
/
+680
*
Http Cache: Avoid re-validation of sparse entries if a
rvargas@google.com
2010-06-24
2
-13
/
+107
*
Time cache lock waits
gavinp@google.com
2010-06-24
2
-0
/
+7
*
Create HttpAuthController. (again)
vandebo@chromium.org
2010-06-24
8
-409
/
+538
*
Change Windows' application/x-x509-user-cert handling to allow any certificat...
rsleevi@chromium.org
2010-06-24
9
-319
/
+3
*
Windows and NSS implementations allow for any certificate, while the Mac impl...
rsleevi@chromium.org
2010-06-24
1
-2
/
+0
*
Fix crash in GetSpdySessionFromSSLSocket in the case where the
mbelshe@chromium.org
2010-06-24
6
-19
/
+84
*
Don't need to copy the challenge data before calling DER_Encode because
wtc@chromium.org
2010-06-24
2
-10
/
+8
*
Revert 50647 - Create HttpAuthController.
vandebo@chromium.org
2010-06-23
8
-539
/
+409
*
Add a locked version of CryptAcquireContext
davidben@chromium.org
2010-06-23
1
-4
/
+7
*
Create HttpAuthController.
vandebo@chromium.org
2010-06-23
8
-409
/
+539
*
Remove some unused code.
eroman@chromium.org
2010-06-23
1
-4
/
+0
[next]