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
/
http_network_transaction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unescape username/passwords obtained from URLs before using them for HTTP auth.
ericroman@google.com
2009-08-14
1
-5
/
+13
*
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
1
-5
/
+7
*
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
1
-10
/
+45
*
SOCKS v5 implementation
arindam@chromium.org
2009-07-15
1
-5
/
+9
*
Reverting 20626.
arindam@chromium.org
2009-07-14
1
-9
/
+5
*
SOCKS v5 implementation
arindam@chromium.org
2009-07-14
1
-5
/
+9
*
Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...
willchan@chromium.org
2009-07-10
1
-0
/
+9
*
CHECK to make sure connection_group is never empty.
willchan@chromium.org
2009-07-07
1
-1
/
+5
*
Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...
arindam@chromium.org
2009-06-26
1
-20
/
+25
*
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
1
-2
/
+5
*
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
1
-9
/
+58
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-2
/
+2
*
Implement the backend of SSL client authentication for
wtc@chromium.org
2009-06-19
1
-3
/
+48
*
Bypass the host cache when you refresh a page.
ericroman@google.com
2009-06-16
1
-6
/
+1
*
[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
1
-9
/
+46
*
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
1
-1
/
+0
*
Introduce HttpStream and HttpBasicStream.
willchan@chromium.org
2009-06-11
1
-5
/
+7
*
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
1
-1
/
+4
*
Send the "Proxy-Connection: keep-alive" header with HTTP CONNECT
wtc@chromium.org
2009-06-05
1
-2
/
+4
*
Revert r17673, except for the code cleanup.
wtc@chromium.org
2009-06-05
1
-6
/
+38
*
For connection-based authentication schemes such as NTLM,
wtc@chromium.org
2009-06-04
1
-41
/
+13
*
Reland my ClientSocketPool refactor again...
willchan@chromium.org
2009-06-04
1
-103
/
+31
*
Sigh, revert "Reland my ClientSocketPool refactor."
willchan@chromium.org
2009-06-04
1
-31
/
+103
*
Reland my ClientSocketPool refactor.
willchan@chromium.org
2009-06-04
1
-103
/
+31
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...
willchan@chromium.org
2009-05-22
1
-30
/
+103
*
Temporarily landing my ClientSocketPool refactor. Will revert right after.
willchan@chromium.org
2009-05-22
1
-103
/
+30
*
Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...
ericroman@google.com
2009-05-21
1
-15
/
+12
*
Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...
willchan@chromium.org
2009-05-18
1
-30
/
+103
*
Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...
willchan@chromium.org
2009-05-17
1
-103
/
+30
*
Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...
willchan@chromium.org
2009-05-17
1
-30
/
+103
*
Add connected socket function to ClientSocketPool and ClientSocketHandle.
willchan@chromium.org
2009-05-17
1
-103
/
+30
*
Use the new HostNoBrackets() method in more places.
wtc@chromium.org
2009-05-16
1
-2
/
+2
*
Change the host() method of ProxyServer to strip the
wtc@chromium.org
2009-05-14
1
-2
/
+2
*
Use IOBuffers on UploadDataStream.
rvargas@google.com
2009-05-11
1
-8
/
+2
*
Extend the use of IOBuffers to the code underneath
rvargas@google.com
2009-04-30
1
-29
/
+40
*
Add a histogram to measure the number of idle sockets when a TCP connection i...
willchan@chromium.org
2009-04-30
1
-0
/
+6
*
Refactor HttpNetworkTransaction to remove side effects in some member functions.
willchan@chromium.org
2009-04-28
1
-106
/
+143
*
Add a histogram to record the dns resolution + tcp connection times.
willchan@chromium.org
2009-04-28
1
-2
/
+14
*
Log the "Proxy-Support: Session-Based-Authentication"
wtc@chromium.org
2009-04-21
1
-29
/
+60
[next]