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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
HttpServer: Handling of multiple header fields with the same name and multipl...
vkuzkokov@chromium.org
2014-05-10
4
-7
/
+131
*
Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...
henrika@chromium.org
2014-04-30
3
-21
/
+2
*
HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.
gunsch@chromium.org
2014-04-30
3
-2
/
+21
*
Fixes flaky HttpServer.SendRaw failures.
gunsch@chromium.org
2014-04-28
1
-10
/
+20
*
Disable HttpServerTest.SendRaw
rockot@chromium.org
2014-04-21
1
-1
/
+2
*
HttpServer: allows sending raw response data for streamed responses.
gunsch@chromium.org
2014-04-19
3
-19
/
+111
*
Revert 263948 "HttpServer: allows sending raw response data for ..."
fischman@chromium.org
2014-04-15
3
-112
/
+19
*
HttpServer: allows sending raw response data for nontypical responses.
gunsch@chromium.org
2014-04-15
3
-19
/
+112
*
Gets the peer address (if available) in server requests.
gunsch@chromium.org
2014-03-20
3
-0
/
+9
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-1
/
+1
*
Fix building of net_unittests on Windows systems with Russian locale.
vchigrin@yandex-team.ru
2013-10-24
1
-1
/
+1
*
Remove ref-counting from StreamListenSocket
szym@chromium.org
2013-09-03
5
-24
/
+17
*
Fix crash when calling HttpServer::GetLocalAddress when there is no server sock.
kkania@chromium.org
2013-08-09
1
-1
/
+3
*
Extend net::HttpServer to be able to parse request body.
kkania@chromium.org
2013-07-31
5
-19
/
+363
*
Allow HttpServer response to include custom headers.
kkania@chromium.org
2013-07-23
8
-39
/
+195
*
Change HttpConnection to reuse GetHttpReasonPhrase.
kkania@chromium.org
2013-07-22
1
-17
/
+1
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
3
-6
/
+6
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
2
-6
/
+6
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
net: move socket files from net/base to net/socket
phajdan.jr@chromium.org
2013-04-09
3
-3
/
+3
*
DevTools: extract web socket's frame encode/decode methods in devtools' serve...
pfeldman@chromium.org
2013-03-22
2
-111
/
+152
*
DevTools: add /json/activate/ command to the discovery protocol.
pfeldman@chromium.org
2012-12-11
5
-58
/
+53
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-01
1
-6
/
+6
*
Add a menu item to content_shell to open devtools to make it more discoverable.
jam@chromium.org
2012-08-09
2
-2
/
+9
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
4
-4
/
+0
*
Decouple DevTools from socket implementation.
pliard@chromium.org
2012-05-23
3
-11
/
+12
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
1
-3
/
+2
*
Refactor TCPListenSocket.
pliard@chromium.org
2012-05-16
4
-20
/
+21
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
2
-94
/
+97
*
Upstream changes making ListenSocket an abstract class.
pliard@chromium.org
2012-04-23
1
-2
/
+3
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
1
-2
/
+2
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
2
-14
/
+4
*
Fix Win builder following r111314
rsleevi@chromium.org
2011-11-23
1
-5
/
+5
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
1
-3
/
+5
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
1
-2
/
+1
*
Upgrade DevTools WebSocket server implementation from Hybi10 to Hybi17.
loislo@chromium.org
2011-10-24
1
-23
/
+14
*
Expected version of WebSocket was adjusted for hybi17 that was introduced at ...
loislo@chromium.org
2011-10-20
1
-1
/
+1
*
DevTools: web socket does not expect frames other than text.
loislo@chromium.org
2011-09-26
3
-5
/
+27
*
Remove senseless code.
thakis@chromium.org
2011-08-02
1
-1
/
+1
*
DevTools: no way to remote debug using ToT build as a client.
pfeldman@chromium.org
2011-08-02
8
-234
/
+649
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
base: Put md5.* into base namespace.
tfarina@chromium.org
2011-07-18
1
-2
/
+2
*
net: Put net/server/* into namespace net.
tfarina@chromium.org
2011-04-18
4
-12
/
+29
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
DevTools: remove HttpListenSocket dependency on flush events.
pfeldman@chromium.org
2011-02-04
2
-9
/
+31
*
DevTools: follo up to http server introduction. Report OnClose from Connectio...
pfeldman@chromium.org
2011-02-03
2
-5
/
+8
*
DevTools: split http_listen_socket into http_server and connection.
pfeldman@chromium.org
2011-02-03
3
-184
/
+267
[next]