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
*
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
*
Fixing a bug in HttpResponseHeaders.GetContentRange
hclam@chromium.org
2009-06-16
2
-3
/
+14
*
* Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...
ericroman@google.com
2009-06-16
1
-0
/
+5
*
Make HttpNetworkLayer tests network-independent.
phajdan.jr@chromium.org
2009-06-16
3
-28
/
+44
*
Bypass the host cache when you refresh a page.
ericroman@google.com
2009-06-16
2
-6
/
+53
*
Add a regression test for 14056. This verifies that HttpNetworkTransaction se...
ericroman@google.com
2009-06-15
1
-0
/
+73
*
Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.
phajdan.jr@chromium.org
2009-06-15
1
-1
/
+1
*
Add unit tests for new FTP network transaction.
phajdan.jr@chromium.org
2009-06-15
1
-145
/
+54
*
[Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.
ericroman@google.com
2009-06-15
1
-1
/
+0
*
* Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...
ericroman@google.com
2009-06-15
1
-1
/
+20
*
Specify new methods for supporting SSL client authentication.
wtc@chromium.org
2009-06-12
7
-14
/
+118
*
Http Cache: First pass of byte-range requests support.
rvargas@google.com
2009-06-12
6
-64
/
+645
*
Remove most field trial uses of DNS impact test
jar@chromium.org
2009-06-12
1
-24
/
+10
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
9
-23
/
+48
*
Introduce HttpStream and HttpBasicStream.
willchan@chromium.org
2009-06-11
4
-5
/
+113
*
Simplify a proxy test.
willchan@chromium.org
2009-06-10
1
-20
/
+2
*
We don't handle certificate errors during SSL renegotiation.
wtc@chromium.org
2009-06-09
1
-0
/
+9
*
Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().
willchan@chromium.org
2009-06-06
2
-1
/
+48
*
Send the "Proxy-Connection: keep-alive" header with HTTP CONNECT
wtc@chromium.org
2009-06-05
2
-12
/
+21
*
Revert r17673, except for the code cleanup.
wtc@chromium.org
2009-06-05
1
-6
/
+38
*
Add two small features to the HttpCache for benchmarking/debugging.
mbelshe@google.com
2009-06-05
3
-11
/
+55
*
Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...
willchan@chromium.org
2009-06-05
1
-2
/
+2
*
Use a "SessionDependencies" helper in the http unit tests.
ericroman@google.com
2009-06-05
1
-194
/
+188
*
For connection-based authentication schemes such as NTLM,
wtc@chromium.org
2009-06-04
1
-41
/
+13
*
Disk cache: Interface for the sparse cache support.
rvargas@google.com
2009-06-04
1
-2
/
+77
*
Reland my ClientSocketPool refactor again...
willchan@chromium.org
2009-06-04
5
-196
/
+176
*
Sigh, revert "Reland my ClientSocketPool refactor."
willchan@chromium.org
2009-06-04
5
-176
/
+196
*
Reland my ClientSocketPool refactor.
willchan@chromium.org
2009-06-04
5
-196
/
+176
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
5
-135
/
+3
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
2
-0
/
+2
*
HttpResponseHeaders::GetContentRange() to handle implied LWS
hclam@chromium.org
2009-05-26
2
-20
/
+78
*
Extract socket mocks out of HttpNetworkTransactionTest.
phajdan.jr@chromium.org
2009-05-23
1
-501
/
+140
*
Fix gconf for the linux proxy config service.
sdoyon@chromium.org
2009-05-22
1
-1
/
+1
*
Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...
willchan@chromium.org
2009-05-22
5
-175
/
+196
*
Temporarily landing my ClientSocketPool refactor. Will revert right after.
willchan@chromium.org
2009-05-22
5
-196
/
+175
*
Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...
ericroman@google.com
2009-05-21
3
-43
/
+27
*
Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...
willchan@chromium.org
2009-05-18
5
-175
/
+196
[next]