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
/
net.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove WebSocketFrameHandler.
yutak@chromium.org
2012-02-15
1
-3
/
+0
*
Properly parse UTF8Strings in certificates on Windows.
rsleevi@chromium.org
2012-02-15
1
-1
/
+7
*
[net/dns] Fixes to DnsConfigServiceWin
szym@chromium.org
2012-02-11
1
-0
/
+1
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
1
-0
/
+3
*
Move CookieStore unittests to a separate file.
droger@google.com
2012-02-03
1
-2
/
+6
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-0
/
+2
*
Improve parsing of the Content-Disposition header
abarth@chromium.org
2012-01-27
1
-0
/
+3
*
DnsClient refactoring + features (timeout, suffix search, server rotation).
szym@chromium.org
2012-01-26
1
-4
/
+0
*
net: Don't merge HTTP headers and body if the body is not in memory.
satorux@chromium.org
2012-01-24
1
-0
/
+1
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-21
1
-0
/
+1
*
Revert 118265 (added a static initializer on linux)
thakis@chromium.org
2012-01-19
1
-1
/
+0
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-19
1
-0
/
+1
*
Adds PriorityQueue and PrioritizedDispatcher.
szym@chromium.org
2012-01-06
1
-1
/
+6
*
base::Bind: Remove OldCompletionCallback.
jhawkins@chromium.org
2012-01-03
1
-1
/
+0
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-1
/
+0
*
Changes to read SPDY headers incrementally.
rtenneti@chromium.org
2011-12-25
1
-0
/
+3
*
Build-fix for ssl_false_start_blacklist_process
peter@chromium.org
2011-12-21
1
-0
/
+7
*
Miscellaneous net.gyp cleanups.
wtc@chromium.org
2011-12-21
1
-2
/
+3
*
Add request_priority.h to net.gyp.
mmenke@chromium.org
2011-12-20
1
-0
/
+1
*
net: add a tool to dump CRL sets.
agl@chromium.org
2011-12-19
1
-1
/
+12
*
Reland after fixes.
jhawkins@chromium.org
2011-12-17
1
-0
/
+1
*
net: remove DnsRRResolver
agl@chromium.org
2011-12-16
1
-3
/
+0
*
Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.
garykac@chromium.org
2011-12-16
1
-1
/
+0
*
base::Bind: Remove even moar OldCompletionCallback.
jhawkins@chromium.org
2011-12-16
1
-0
/
+1
*
fix kerberos support on OpenBSD by using the correct include dir and lib
robert.nagy@gmail.com
2011-12-16
1
-0
/
+5
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-4
/
+0
*
net: rename NSS's 'ssl' to 'libssl'
agl@chromium.org
2011-12-15
1
-4
/
+4
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-0
/
+4
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-4
/
+0
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-1
/
+0
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
1
-0
/
+1
*
Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".
eroman@chromium.org
2011-12-13
1
-3
/
+3
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-2
/
+0
*
Isolates generic DnsClient from AsyncHostResolver.
szym@chromium.org
2011-12-08
1
-0
/
+8
*
Revert 113282 - Isolates generic DnsClient from AsyncHostResolver.
cbentzel@chromium.org
2011-12-07
1
-8
/
+0
*
Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)
thakis@chromium.org
2011-12-07
1
-0
/
+1
*
Revert 113315 (speculative revert for http://crbug.com/106657)
thakis@chromium.org
2011-12-07
1
-1
/
+0
*
Save pipelining capabilities for the most used hosts between sessions.
simonjam@chromium.org
2011-12-07
1
-0
/
+1
*
Isolates generic DnsClient from AsyncHostResolver.
szym@chromium.org
2011-12-06
1
-0
/
+8
*
SSLClientSocketNSS::ClearSessionCache should initialize
wtc@chromium.org
2011-12-06
1
-1
/
+3
*
Support EC certs in OriginBoundCertService and OriginBoundCertStore.
mattm@chromium.org
2011-12-06
1
-0
/
+2
*
Revert 113085 - broke unittests
mmenke@chromium.org
2011-12-06
1
-2
/
+2
*
Move CapturingNetLog out of net project, as it's no longer
mmenke@chromium.org
2011-12-06
1
-2
/
+2
*
Slow start pipelining.
simonjam@chromium.org
2011-12-01
1
-2
/
+4
*
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
1
-1
/
+1
*
Split DiskCacheBasedSSLHostInfo unit tests to its own
rvargas@google.com
2011-11-22
1
-0
/
+3
*
Upstream: Build net_unittests for Android.
jingzhao@chromium.org
2011-11-21
1
-6
/
+33
*
Make ClientSocketPoolManager into an interface.
willchan@chromium.org
2011-11-17
1
-0
/
+4
*
Creation of cookie_utils.
droger@google.com
2011-11-17
1
-0
/
+2
[next]