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
*
Remove URLRequestJobMetrics and related code.
adamk@chromium.org
2011-03-16
7
-144
/
+0
*
More cleanup in Filter/FilterContext: pass and store FilterContext only where...
adamk@chromium.org
2011-03-16
6
-29
/
+23
*
The SPDY Exclusions were broken; the intent of the exclusion is so that our
mbelshe@chromium.org
2011-03-16
4
-19
/
+20
*
Downgrade CHECK to DCHECK on buffer that doesn't fully decompress.
mbelshe@chromium.org
2011-03-16
1
-3
/
+4
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
2
-55
/
+32
*
Various small cleanups in URLRequestJob:
adamk@chromium.org
2011-03-16
2
-39
/
+23
*
Add some additional instrumention for bug 74585. It does the following:
eroman@chromium.org
2011-03-16
2
-6
/
+84
*
Fix DCHECK in UDPSocket::RecvFrom().
sergeyu@chromium.org
2011-03-16
4
-57
/
+91
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
2
-0
/
+36
*
Move MapWinsockError() and MapPosixError() to net_errors.h.
sergeyu@chromium.org
2011-03-15
10
-173
/
+149
*
wstring: remove some simple uses of FromWStringHack
evan@chromium.org
2011-03-15
1
-1
/
+1
*
Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-15
6
-21
/
+9
*
Keep expired and file: cookies when using the cookie monster as dumb data store
jochen@chromium.org
2011-03-15
3
-5
/
+58
*
Code cleanup related to allowed_bad_certs.
wtc@chromium.org
2011-03-14
3
-6
/
+7
*
Removed the DCHECK for single common name in the certificate.
rtenneti@chromium.org
2011-03-14
1
-2
/
+6
*
Revert 78034 - Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-14
6
-9
/
+21
*
Don't fire callbacks on Close(). Caller should take care of this already,
mbelshe@chromium.org
2011-03-14
3
-11
/
+16
*
Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-14
6
-21
/
+9
*
Don't require the SSL_CONNECT end event to be last in client auth
davidben@chromium.org
2011-03-14
1
-3
/
+19
*
Disable IPEndPointTest.ToString
sergeyu@chromium.org
2011-03-12
1
-1
/
+1
*
Use IPEndPoint for P2P IPC messages
sergeyu@chromium.org
2011-03-12
3
-4
/
+34
*
Reland rest of r77399.
willchan@chromium.org
2011-03-12
15
-457
/
+659
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-12
11
-160
/
+787
*
Don't drain response bodies for SpdyHttpStreams.
willchan@chromium.org
2011-03-11
8
-21
/
+43
*
Revert 77870 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
11
-787
/
+160
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
11
-160
/
+787
*
Revert 77855 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
11
-786
/
+161
*
Revert r77399 in preparation for merging a small portion of it to 696.
willchan@chromium.org
2011-03-11
21
-702
/
+478
*
Revert to CHECK when null entries appear in the throttler map.
joi@chromium.org
2011-03-11
1
-2
/
+1
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
11
-161
/
+786
*
net: delete a random 5% of the False Start blacklist
agl@chromium.org
2011-03-11
1
-262
/
+0
*
Coverity: Fix unnecessary call by values.
vandebo@chromium.org
2011-03-11
4
-4
/
+4
*
This header defines variables, which is unconventional, but okay for test code.
mbelshe@chromium.org
2011-03-11
1
-4
/
+14
*
Temporarily disable CookieMonsterTest.GarbageCollectionTriggers, since it is ...
eroman@chromium.org
2011-03-11
1
-1
/
+7
*
Add appengine.google.com to HSTS list, with permission from team.
cevans@chromium.org
2011-03-11
1
-0
/
+1
*
Litter CookieMonster with some more assertions, to hopefully crash earlier wh...
eroman@chromium.org
2011-03-11
2
-1
/
+31
*
Add the empty_subject_cert.der certificate for the upcoming
wtc@chromium.org
2011-03-11
1
-0
/
+0
*
Use NewRunnableFunction in file_stream_posix.cc to get rid of custom Task sub...
adamk@chromium.org
2011-03-11
1
-64
/
+19
*
Separate GetMacSecurityServicesLock from cssm_init.h so that we can use
wtc@chromium.org
2011-03-10
2
-1
/
+2
*
Add gavinp@chromium.org to src/net/OWNERS.
wtc@chromium.org
2011-03-10
1
-0
/
+1
*
Implement IPv6Supported() for Windows using the
wtc@chromium.org
2011-03-10
1
-32
/
+50
*
Follow-up to r57247: when asserting that an event object is not
wtc@chromium.org
2011-03-10
1
-11
/
+21
*
Added new checks:
rdsmith@chromium.org
2011-03-10
3
-8
/
+22
*
An RSA SSL server certificate whose Key Usage extension
wtc@chromium.org
2011-03-10
2
-0
/
+38
*
Adds empty implementation of CryptoModule for openssl
bulach@chromium.org
2011-03-10
2
-0
/
+29
*
Strip canonical name from the list of addresses being appended.
mbelshe@chromium.org
2011-03-10
1
-2
/
+11
*
Add in a checker to help narrow down 74585.
eroman@chromium.org
2011-03-10
3
-0
/
+17
*
Define a new CertDatabase::Observer abstract class which can be implemented b...
rch@chromium.org
2011-03-10
13
-15
/
+133
*
It's not necessary to include base/crypto/signature_verifier.h
wtc@chromium.org
2011-03-10
1
-1
/
+0
*
Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...
tony@chromium.org
2011-03-10
5
-0
/
+29
[next]