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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.
willchan@chromium.org
2009-08-14
1
-7
/
+7
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
8
-91
/
+91
*
Unescape username/passwords obtained from URLs before using them for HTTP auth.
ericroman@google.com
2009-08-14
3
-7
/
+95
*
Implement SSL certificate error handling on the Mac. If the user gives
wtc@chromium.org
2009-08-13
1
-1
/
+4
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
8
-80
/
+94
*
Http cache: Extend support for byte range requests.
rvargas@google.com
2009-08-12
7
-48
/
+374
*
Http Cache: Deactivate entries without having the key of the
rvargas@google.com
2009-08-07
3
-6
/
+77
*
Update a comment.
ericroman@google.com
2009-08-04
1
-1
/
+2
*
Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.
eroman@chromium.org
2009-08-04
1
-5
/
+2
*
Support user-constructed conditional requests to HttpCache updating the cache.
ericroman@google.com
2009-08-03
2
-50
/
+425
*
Http cache: dump the transaction and active entry key
rvargas@google.com
2009-07-29
1
-2
/
+11
*
Http cache: revert dumping the transaction key.
rvargas@google.com
2009-07-29
1
-9
/
+2
*
Http cache: dump the transaction and active entry key
rvargas@google.com
2009-07-29
1
-2
/
+9
*
Store the url into a stack variable for the CHECK when connection_group.empty().
willchan@chromium.org
2009-07-29
1
-3
/
+11
*
Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...
willchan@chromium.org
2009-07-27
2
-13
/
+48
*
Strip embedded "#" in URLs when constructing HTTP cache key.
ericroman@google.com
2009-07-23
2
-5
/
+28
*
Add unit-test for 16199, to check caching behavior of conditonalized cache re...
ericroman@google.com
2009-07-23
1
-3
/
+132
*
Limit total number of sockets in the system.
phajdan.jr@chromium.org
2009-07-22
2
-8
/
+19
*
Add synchronous-mode operation to MockHostResolver; this helps clarify some t...
ericroman@google.com
2009-07-18
1
-3
/
+3
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
2
-16
/
+17
*
SOCKS v5 implementation
arindam@chromium.org
2009-07-15
2
-9
/
+137
*
Reverting 20626.
arindam@chromium.org
2009-07-14
2
-137
/
+9
*
SOCKS v5 implementation
arindam@chromium.org
2009-07-14
2
-9
/
+137
*
Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...
willchan@chromium.org
2009-07-10
1
-0
/
+9
*
Fix some coverity warnings in src/net.
willchan@chromium.org
2009-07-10
1
-1
/
+1
*
Validate offset / length of extra field in the message. Note these fields are
cevans@chromium.org
2009-07-09
1
-2
/
+9
*
CHECK to make sure connection_group is never empty.
willchan@chromium.org
2009-07-07
1
-1
/
+5
*
Add more code to debug a crash inside HttpCache::DeactivateEntry
rvargas@google.com
2009-07-06
2
-5
/
+34
*
Fix a browser crash during cache validation.
rvargas@google.com
2009-06-30
2
-0
/
+34
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
4
-15
/
+15
*
Reverting 19425.
ericroman@google.com
2009-06-26
4
-15
/
+15
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
4
-15
/
+15
*
Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...
arindam@chromium.org
2009-06-26
4
-23
/
+145
*
Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) when
wtc@chromium.org
2009-06-25
1
-2
/
+2
*
Add some checks to make sure header_buf_body_offset_ is never used when negat...
ericroman@google.com
2009-06-25
2
-6
/
+10
*
Http cache: Add support for ranges with an unknown start or end.
rvargas@google.com
2009-06-24
4
-23
/
+112
*
Following the style guide, replace the overloaded operator==
wtc@chromium.org
2009-06-23
1
-1
/
+1
*
Define the == operator for X509Certificate::Fingerprint.
wtc@chromium.org
2009-06-23
1
-3
/
+1
*
Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().
ukai@chromium.org
2009-06-23
1
-0
/
+3
*
Adding socks4 support for chromium. tested for windows and linux.
arindam@chromium.org
2009-06-23
3
-9
/
+172
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
7
-11
/
+12
*
Http cache: Return valid Content-Range headers for a byte range request.
rvargas@google.com
2009-06-22
7
-20
/
+312
*
Implement the backend of SSL client authentication for
wtc@chromium.org
2009-06-19
2
-4
/
+49
*
Fix problem with how HttpResponseHeaders::Update() copies headers -- it assum...
ericroman@google.com
2009-06-19
2
-2
/
+15
*
Refactor so checking for number error is done by ParseChunkSize() rather than...
ericroman@google.com
2009-06-18
2
-6
/
+12
*
Add a simple cache of certificates for SSL client authentication.
wtc@chromium.org
2009-06-18
1
-1
/
+6
*
Improve chunked encoding parsing.
abarth@chromium.org
2009-06-18
2
-1
/
+9
*
Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...
willchan@chromium.org
2009-06-17
1
-6
/
+6
*
Re-land another subset of r18520.
ericroman@google.com
2009-06-17
1
-0
/
+5
*
Revert 18520.
ericroman@google.com
2009-06-17
1
-5
/
+0
[next]