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
*
Move EndsWith to base namespace.
brettw
2015-06-12
1
-3
/
+3
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
1
-7
/
+6
*
net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-11
2
-9
/
+10
*
Update references to RFC2616.
wtc
2015-06-04
1
-2
/
+2
*
Collect all ConnectionAttempts from both sockets in TransportConnectJob.
ttuttle
2015-05-15
1
-0
/
+5
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
1
-3
/
+2
*
Use of base::StringPairs appropriately in server
payal.pandey
2015-04-28
1
-2
/
+2
*
net cleanup: Remove unnecessary namespace prefixes.
ttuttle
2015-04-23
2
-8
/
+8
*
[WebSocketExtensionParser] Have Consume.* methods return bool instead of usin...
tyoshino
2015-04-13
1
-2
/
+1
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Support parsing a Sec-WebSocket-Extensions header with multiple elements
tyoshino
2015-04-01
2
-25
/
+36
*
HttpServer: don't crash in SetReceiveBufferSize/SetSendBufferSize if connecti...
vkuzkokov
2015-03-30
1
-4
/
+4
*
WebSocketEncoder::CreateServer must not include client_max_window_bits if the...
tyoshino
2015-03-18
3
-13
/
+63
*
Cleanup: Better constify some strings in net/.
thestig
2015-01-24
1
-3
/
+3
*
Support WebSocket per-message deflate extension in http server.
dgozman
2014-12-12
5
-200
/
+610
*
Start accepting http connections in next run loop.
byungchul
2014-10-31
2
-1
/
+12
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-1
/
+1
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
3
-52
/
+46
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
2
-35
/
+35
*
Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...
samuong
2014-09-26
3
-5
/
+30
*
Remove implicit conversions from scoped_refptr to T* in net/
dcheng
2014-08-27
1
-4
/
+3
*
Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....
byungchul
2014-08-25
10
-243
/
+1050
*
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...
estade@chromium.org
2014-08-22
10
-1017
/
+232
*
Disable an unittest failed on windows build bot.
byungchul@chromium.org
2014-08-22
1
-0
/
+3
*
Replace StreamListenSocket with StreamSocket in HttpServer.
byungchul@chromium.org
2014-08-22
10
-232
/
+1017
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
3
-6
/
+6
*
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
[next]