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
*
enable android GetMimeTypeFromExtention in mime_util
james.wei@intel.com
2012-06-12
1
-6
/
+0
*
Reorganize dns_fuzz_stub a little
ttuttle@chromium.org
2012-06-11
1
-37
/
+55
*
Change comment in SSL keylog file.
agl@chromium.org
2012-06-11
2
-4
/
+7
*
Remove splendidbacon.com from HSTS list.
agl@chromium.org
2012-06-11
3
-6
/
+0
*
Add arivo.com.br to HSTS preloaded.
agl@chromium.org
2012-06-11
2
-0
/
+2
*
Mark TURKTRUST as an EV root
rsleevi@chromium.org
2012-06-11
1
-0
/
+6
*
SocketStream error handling improvement
toyoshim@chromium.org
2012-06-11
1
-13
/
+14
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
25
-493
/
+634
*
Add a new OnHostResolutionCallback to TransportSocketParams
rch@chromium.org
2012-06-08
29
-196
/
+494
*
Make the other Java modules debuggable
haitao.feng@intel.com
2012-06-08
1
-1
/
+1
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
24
-161
/
+141
*
Revert "Add field trial for domain bound certificates." The field trial is d...
mattm@chromium.org
2012-06-08
2
-11
/
+0
*
Print #EOF when DNS fuzz stub finishes successfully
ttuttle@chromium.org
2012-06-08
1
-24
/
+32
*
Move CapturingNetLog over to net_test_support from net.
mmenke@chromium.org
2012-06-08
2
-10
/
+7
*
Disk cache: Pre-read file headers when opening files (posix).
rvargas@google.com
2012-06-08
1
-2
/
+8
*
Make dns_fuzz_stub read and parse JSON test case
ttuttle@chromium.org
2012-06-08
1
-12
/
+82
*
[net/dns] Don't use memset to initialize a struct with string16 members.
szym@chromium.org
2012-06-08
1
-2
/
+1
*
Linux: KDE: support recent KDE's socksProxy setting.
mdm@chromium.org
2012-06-08
2
-6
/
+37
*
Add DCHECK in SSL sockets to check that callbacks are not set to null.
sergeyu@chromium.org
2012-06-08
2
-0
/
+5
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
43
-69
/
+68
*
Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLog
wtc@chromium.org
2012-06-07
3
-11
/
+57
*
Add SocketErrorParams, based on SSLErrorParams. This will be used by
wtc@chromium.org
2012-06-07
3
-0
/
+57
*
Export key logging in normal builds.
agl@chromium.org
2012-06-07
5
-22
/
+281
*
Introduce a delegate to avoid hardcoding "chrome-extension" in net/.
joi@chromium.org
2012-06-07
15
-123
/
+103
*
WebSocket: Client certificate authentication support for secure servers.
toyoshim@chromium.org
2012-06-07
2
-11
/
+7
*
Move NSS SSL functions off the IO thread on Linux.
rsleevi@chromium.org
2012-06-07
1
-4
/
+5
*
Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...
pkasting@chromium.org
2012-06-07
1
-1
/
+9
*
Utility to resolve a hostname using Chromium's code in net/dns
dcastagna@google.com
2012-06-07
2
-0
/
+197
*
Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT
wtc@chromium.org
2012-06-07
4
-20
/
+37
*
Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.
mmenke@chromium.org
2012-06-07
3
-70
/
+126
*
Revert 140846 - (relanding r140697)
rsleevi@chromium.org
2012-06-06
5
-1625
/
+2572
*
Revert 140697 - Maybe caused sizes regression (which would be acceptable
rsleevi@chromium.org
2012-06-06
5
-2572
/
+1625
*
Upstream Android proxy config service.
pliard@chromium.org
2012-06-06
8
-2
/
+1217
*
SocketStream should have independent state to wait for cert validation.
toyoshim@chromium.org
2012-06-06
2
-61
/
+117
*
Move the core state machine of SSLClientSocketNSS into a thread-safe Core
rsleevi@chromium.org
2012-06-06
5
-1625
/
+2572
*
Move function for classifying a string as a mime type into MimeUtil
gbillock@chromium.org
2012-06-06
3
-0
/
+89
*
nss: support SECWouldBlock from ChannelID callback.
agl@chromium.org
2012-06-05
5
-62
/
+364
*
Don't pass GSS_C_NO_CONTEXT into gss_inquire_context()
asanka@chromium.org
2012-06-05
1
-1
/
+3
*
[net/dns] Remove FilePathWatcherWrapper after refactoring of FilePathWatcher.
szym@chromium.org
2012-06-05
7
-328
/
+27
*
Implement RFC 5764 (DTLS-SRTP).
wtc@chromium.org
2012-06-05
6
-8
/
+331
*
Unwire the clear on exit preference from the storage systems.
jochen@chromium.org
2012-06-05
9
-31
/
+29
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
1
-1
/
+1
*
Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the...
rch@chromium.org
2012-06-04
4
-7
/
+105
*
Use ByteStream in downloads system to decouple source and sink.
rdsmith@chromium.org
2012-06-04
3
-4
/
+21
*
Revert 140300 - Remove splendidbacon.com from HSTS preload.
acolwell@chromium.org
2012-06-04
2
-0
/
+2
*
Remove splendidbacon.com from HSTS preload.
agl@chromium.org
2012-06-04
2
-2
/
+0
*
Prefer 'filename' parameters if both 'name' and 'filename' parameters are spe...
asanka@chromium.org
2012-06-04
2
-5
/
+16
*
Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro...
mdm@chromium.org
2012-06-02
1
-1
/
+1
*
net: Inline the implementation of virtual destructor of URLFetcherFactory.
tfarina@chromium.org
2012-06-02
3
-16
/
+3
*
Update JSONReader to take base::StringPiece instead of std::string
mitchellwrosen@chromium.org
2012-06-02
1
-1
/
+1
[next]