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 the registration mode field to the protobuf.
pastarmovj@chromium.org
2012-02-24
1
-1
/
+11
*
Add an associative map type that allows values to expire after certain durati...
rsleevi@chromium.org
2012-02-24
3
-0
/
+409
*
Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...
thestig@chromium.org
2012-02-24
1
-1
/
+1
*
Remove spammy log message from SpdySession.
rch@chromium.org
2012-02-24
1
-1
/
+0
*
net: Split file_stream.h to file_stream_posix.h and win.h
satorux@chromium.org
2012-02-24
9
-102
/
+358
*
SPDY - Better SPDY error logging in NetLog.
rtenneti@chromium.org
2012-02-23
12
-85
/
+397
*
Disk Cache: Remove the deleted list experiment.
rvargas@google.com
2012-02-23
4
-96
/
+21
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
25
-1174
/
+1174
*
Revert "net: remove DnsRRResolver"
agl@chromium.org
2012-02-23
6
-0
/
+1193
*
iCleanup: Delete a bunch of empty directories, part 4.
thestig@chromium.org
2012-02-23
1
-4
/
+0
*
net: switch off online revocation checking by default.
agl@chromium.org
2012-02-23
2
-3
/
+6
*
Revert change to delay network requests on startup for webRequest extensions.
mpcomplete@chromium.org
2012-02-23
1
-2
/
+0
*
Simplify the initialization of the various NPN fields in SSLSocketDataProvider.
rch@chromium.org
2012-02-22
5
-85
/
+32
*
Add apis.google.com upon explicit request.
cevans@chromium.org
2012-02-22
2
-0
/
+4
*
Expose a static configuration value for the host to use for URLRequestTestHTT...
erikwright@chromium.org
2012-02-22
3
-13
/
+73
*
Add '--host' option to testserver.py and expose it via a new TestServer const...
erikwright@chromium.org
2012-02-22
3
-23
/
+77
*
Remove hard-coded source ids from net_log_source_type_list.h,
mmenke@chromium.org
2012-02-22
3
-35
/
+51
*
While calling IO methods on accepted TCP sockets we run into problem that Ass...
ygorshenin@chromium.org
2012-02-22
2
-7
/
+70
*
Always log the SSL server certificate received and being verified.
rsleevi@chromium.org
2012-02-22
5
-20
/
+13
*
net: Add a "async read and delete" test to FleStream.
satorux@chromium.org
2012-02-22
1
-0
/
+32
*
Disable certificate cache for NSS.
mnissler@chromium.org
2012-02-22
1
-7
/
+21
*
Fix some unintentional pointer arithmetic.
eroman@chromium.org
2012-02-22
1
-5
/
+9
*
Fixing some error handling log spam.
gspencer@chromium.org
2012-02-21
2
-6
/
+4
*
net: log the number of certificates from NSS.
agl@chromium.org
2012-02-21
1
-0
/
+2
*
net: Simplify FileStream implementation on POSIX.
satorux@chromium.org
2012-02-21
2
-281
/
+133
*
Make GetNetworkList on Windows filter out 'down' interfaces, as on POSIX.
erikwright@chromium.org
2012-02-21
1
-1
/
+5
*
[net] Asynchronous DNS ready for experiments.
szym@chromium.org
2012-02-21
26
-1649
/
+962
*
Fix a (harmless) clang warning in nss.
thakis@chromium.org
2012-02-21
3
-1
/
+18
*
net: remove special case for Kaspersky HTTPS
agl@chromium.org
2012-02-21
3
-20
/
+2
*
net: Get back the blocking behavior in FileStream's destructor.
satorux@chromium.org
2012-02-21
3
-7
/
+8
*
Revert 122780 - net: Simplify FileStream implementation on POSIX.
yutak@chromium.org
2012-02-21
2
-93
/
+281
*
net: Simplify FileStream implementation on POSIX.
satorux@chromium.org
2012-02-21
2
-281
/
+93
*
Valgrind: Initialize |frames_received_|.
jhawkins@chromium.org
2012-02-20
2
-2
/
+3
*
Refactor BufferedSpdyFramer so that SpdySession is not a visitor of
rch@chromium.org
2012-02-20
7
-259
/
+216
*
Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...
jam@chromium.org
2012-02-20
2
-69
/
+7
*
While calling IO methods on accepted TCP sockets we run into problem that Ass...
ygorshenin@chromium.org
2012-02-20
2
-7
/
+69
*
net: Clarify comments for FileStream about on what thread callbacks are run.
satorux@chromium.org
2012-02-19
1
-8
/
+11
*
net: Minor cleanup for FileStream implementation on Windows.
satorux@chromium.org
2012-02-19
1
-7
/
+7
*
net: Add FileStream::Open() and Close() that perform asynchronously.
satorux@chromium.org
2012-02-17
4
-53
/
+416
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
15
-69
/
+75
*
Send RST_STREAM on receipt of non-lowercased header names. Add new
rch@chromium.org
2012-02-17
6
-20
/
+209
*
Pull out debug instrumentation.
mattm@chromium.org
2012-02-17
4
-83
/
+0
*
SPDY Proxy - Bug fix to handle flow control (spdy/2.1)
rtenneti@google.com
2012-02-16
3
-5
/
+15
*
Disk cache: Handle clearing the memory cache when it is already empty.
rvargas@google.com
2012-02-16
2
-3
/
+5
*
net: permit EV without online revocation checking.
agl@chromium.org
2012-02-16
5
-24
/
+25
*
net: check cached revocations on Windows when online checks are disabled.
agl@chromium.org
2012-02-16
2
-2
/
+29
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
7
-160
/
+222
*
Add myself to OWNERS for Python test server.
phajdan.jr@chromium.org
2012-02-16
1
-0
/
+3
*
Enable Certum Trusted Network CA for EV.
wtc@chromium.org
2012-02-16
1
-0
/
+7
*
SPDY - Don't call AdjustWindowSize on PendingCreateStreams.
rtenneti@google.com
2012-02-16
1
-20
/
+0
[next]