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
/
tools
/
fetch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ref-counting from StreamListenSocket
szym@chromium.org
2013-09-03
3
-20
/
+26
*
SocketDescriptor moved to separate file.
vitalybuka@chromium.org
2013-08-28
2
-7
/
+7
*
[HTTP2] Turn on HTTP/2 for fetch_client
akalin@chromium.org
2013-08-06
1
-0
/
+3
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
4
-4
/
+4
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-0
/
+4
*
Use a direct include of strings headers in net/test/, net/third_party/, net/t...
avi@chromium.org
2013-06-11
2
-3
/
+3
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
2
-4
/
+4
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
2
-5
/
+5
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
3
-5
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-2
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+2
*
net: move socket files from net/base to net/socket
phajdan.jr@chromium.org
2013-04-09
1
-2
/
+2
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-1
/
+3
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
[net] Change factory methods for HostResolver and HostCache to return a scope...
szym@chromium.org
2012-10-22
1
-4
/
+1
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-1
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
Add net/base/unix_domain_socket_posix*.
pliard@chromium.org
2012-06-01
2
-4
/
+4
*
Refactor TCPListenSocket.
pliard@chromium.org
2012-05-16
4
-49
/
+47
*
Upstream changes making ListenSocket an abstract class.
pliard@chromium.org
2012-04-23
2
-11
/
+11
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-2
/
+3
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-10
/
+12
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
2
-7
/
+7
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Fix build.
thakis@chromium.org
2011-11-09
1
-1
/
+1
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-0
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Moved the ListenSocket class (found in net/base/listen_socket.h) to the net n...
rkn@chromium.org
2011-06-23
2
-19
/
+21
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-0
/
+1
*
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+0
*
Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-0
/
+1
*
Changes for not reading ssl prefs from user_prefs since we have
rtenneti@chromium.org
2011-05-13
1
-2
/
+2
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-3
/
+3
*
Undo raw DNS resolver changes, this will be implemented differently, on IO-th...
agayev@chromium.org
2011-04-27
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-4
/
+4
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
1
-2
/
+2
*
Cleanup the net/tools/ directory so there are no warnings from our clang plugin.
erg@google.com
2011-02-04
6
-7
/
+33
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-15
/
+9
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
1
-16
/
+19
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-3
/
+7
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-4
/
+5
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-5
/
+4
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-4
/
+5
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-1
/
+2
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-2
/
+1
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-1
/
+2
[next]