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
*
On OS X, when accessing a certificate field (subject, issuer, extension, etc)...
rsleevi@chromium.org
2011-12-02
1
-154
/
+231
*
Fix shared library build in net.
simonjam@chromium.org
2011-12-02
1
-1
/
+1
*
BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking
sky@chromium.org
2011-12-01
1
-0
/
+2
*
Slow start pipelining.
simonjam@chromium.org
2011-12-01
19
-426
/
+1288
*
Remove all 192 static initializers from transport_security_state.cc
thakis@chromium.org
2011-12-01
1
-19
/
+19
*
base::Bind: Convert net::NetworkDelegate.
jhawkins@chromium.org
2011-12-01
10
-51
/
+54
*
Replace OldCompletionCallbacks and TestOldCompletionCallbacks in SocketStream...
yutak@chromium.org
2011-12-01
1
-31
/
+31
*
Convert TestOldCompletionCallback in WebSocketJobTest.
yutak@chromium.org
2011-12-01
1
-3
/
+3
*
Replace OldCompletionCallback in SocketStream::Delegate.
yutak@chromium.org
2011-12-01
7
-66
/
+78
*
export IsPortAllowedByDefault()
toyoshim@chromium.org
2011-12-01
1
-6
/
+5
*
Replace NewRunnableMethod in SocketStream.
yutak@chromium.org
2011-12-01
1
-5
/
+5
*
Ensure HttpResponseHeaders::raw_headers_ always ends with 2 '\0' characters.
mpcomplete@chromium.org
2011-12-01
2
-5
/
+16
*
Revert 112385 - Reland: Allow signing EC certs and creating EC origin-bound c...
rbyers@chromium.org
2011-12-01
6
-228
/
+98
*
Reland: Allow signing EC certs and creating EC origin-bound certs.
mattm@chromium.org
2011-12-01
6
-98
/
+228
*
base::Bind: More random cleanups.
jhawkins@chromium.org
2011-12-01
3
-39
/
+29
*
Disk cache: Add a hash to the entry's internal data.
rvargas@google.com
2011-11-30
20
-192
/
+38
*
Implement Drain() on HttpPipelinedStream.
simonjam@chromium.org
2011-11-30
11
-13
/
+247
*
base::Bind: Implement a 1-arity CancelableCallback and use this to implement
jhawkins@chromium.org
2011-11-30
1
-0
/
+3
*
SSL Host info: Make sure that we can update certificate chains in
rvargas@chromium.org
2011-11-30
5
-17
/
+111
*
net: add toto-dream.com to the False Start blacklist during their transition.
agl@chromium.org
2011-11-30
2
-0
/
+3
*
base::Bind fixes
groby@chromium.org
2011-11-30
2
-30
/
+16
*
Revert 112130 - Close idle connections / SPDY sessions when needed.
sail@chromium.org
2011-11-30
17
-660
/
+47
*
Close idle connections / SPDY sessions when needed.
willchan@chromium.org
2011-11-30
17
-47
/
+660
*
Change SpdyProxyClientSocket::OnClose to not call the write callback if this ...
rch@chromium.org
2011-11-29
3
-2
/
+103
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
5
-59
/
+59
*
net: make interstitials fatal for pinned sites
agl@chromium.org
2011-11-29
8
-465
/
+388
*
Disk cache: Update the remove/insert data files.
rvargas@google.com
2011-11-29
67
-17
/
+18
*
Replace Callback0::Type and NewCallback() in WebSocketJobTest.
yutak@chromium.org
2011-11-29
1
-33
/
+36
*
Convert ScopedRunnableMethodFactory in WebSocketJob.
yutak@chromium.org
2011-11-29
2
-6
/
+9
*
base::Bind: Convert the following files.
jhawkins@chromium.org
2011-11-29
1
-2
/
+2
*
SPDY changes from server.
rtenneti@chromium.org
2011-11-29
7
-97
/
+573
*
Revert 111850 - base::Bind: Convert the following files.
jhawkins@chromium.org
2011-11-29
1
-2
/
+2
*
base::Bind: Convert the following files.
jhawkins@chromium.org
2011-11-29
1
-2
/
+2
*
Cleanup: Convert ASCIIToUTF16("") to string16().
jhawkins@chromium.org
2011-11-28
1
-2
/
+3
*
Remove cozi.com from the False Start blacklist at their request.
agl@chromium.org
2011-11-28
1
-1
/
+0
*
Fix python scripts in src/net
maruel@chromium.org
2011-11-27
8
-8
/
+2
*
Extract similar code into SetJobObjectAsKillOnJobClose()
toyoshim@chromium.org
2011-11-23
1
-5
/
+2
*
base::Bind: Convert view_http_cache_job_factory.cc.
jhawkins@chromium.org
2011-11-23
3
-24
/
+23
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-23
18
-220
/
+259
*
Fix backoff_server.py python scripts in src/net
maruel@chromium.org
2011-11-23
1
-114
/
+114
*
Fix Win builder following r111314
rsleevi@chromium.org
2011-11-23
1
-5
/
+5
*
Remove unnecessary gtest dependency from some net/ non-test targets
rsleevi@chromium.org
2011-11-23
1
-2
/
+0
*
replace platform conditions with os_posix and os_bsd where applicable
robert.nagy@gmail.com
2011-11-22
2
-2
/
+4
*
Split DiskCacheBasedSSLHostInfo unit tests to its own
rvargas@google.com
2011-11-22
5
-703
/
+897
*
Add myself to net/OWNERS for cookie store.
erikwright@chromium.org
2011-11-22
1
-0
/
+1
*
Mark a cookie as session cookie, if the expiry date cannot be parsed
jochen@chromium.org
2011-11-22
2
-1
/
+10
*
Http Cache: Make sure that we don't switch to mode NONE when
rvargas@google.com
2011-11-22
2
-1
/
+56
*
Fixing some warning due to different signess of char
kristianm@chromium.org
2011-11-21
1
-1
/
+5
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
11
-97
/
+583
*
Upstream: Build net_unittests for Android.
jingzhao@chromium.org
2011-11-21
13
-94
/
+165
[next]