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
*
Don't read message-body for HEAD responses.
ericroman@google.com
2009-03-05
1
-23
/
+40
*
Log an error message if the auth scheme is connection-based
wtc@chromium.org
2009-03-04
1
-0
/
+30
*
Implement the NTLM authentication scheme by porting
wtc@chromium.org
2009-02-28
1
-9
/
+32
*
Don't let an active network attacker play tricks with CONNECT tunnels throgh ...
abarth@chromium.org
2009-02-27
1
-25
/
+50
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-2
/
+2
*
Add parsing for PAC result strings -- ProxyInfo::UsePacString().
ericroman@google.com
2009-02-19
1
-11
/
+12
*
Perform HTTP authentication over a keep-alive connection.
wtc@chromium.org
2009-02-18
1
-12
/
+104
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-12
1
-0
/
+1
*
Sanitize proxy response codes to CONNECT requests. For
wtc@chromium.org
2009-02-11
1
-15
/
+24
*
Revert cl 9528 to fix mac test_shell_tests
rvargas@google.com
2009-02-10
1
-1
/
+0
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-10
1
-0
/
+1
*
Fix a minor style nit. Make a comment clearer.
wtc@chromium.org
2009-01-30
1
-4
/
+3
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-5
/
+5
*
revert r8603
rvargas@google.com
2009-01-24
1
-5
/
+5
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
1
-5
/
+5
*
Correct latency histograms for SDCH encoding
jar@chromium.org
2009-01-13
1
-1
/
+3
*
Measure how often the users are encountering MD5
wtc@google.com
2009-01-12
1
-2
/
+5
*
Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...
ericroman@google.com
2008-12-10
1
-0
/
+9
*
Add more info to the comment about www.yahoo.com's padding of
wtc@google.com
2008-11-14
1
-3
/
+6
*
- Add preemptive authorization (new http stack only)
ericroman@google.com
2008-11-08
1
-52
/
+188
*
Adaptively identify URL subresources and pre-resolve hosts via DNS
jar@google.com
2008-11-06
1
-1
/
+1
*
Add histogram to show network latency (first byte to last byte)
jar@google.com
2008-11-06
1
-0
/
+12
*
Remove the UploadDataStream::Reset method. Instead,
wtc@google.com
2008-11-05
1
-2
/
+6
*
Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).
ericroman@google.com
2008-11-05
1
-3
/
+4
*
Prevent recycling TCPClientSocket in the case of https, so as not to crash.
ericroman@google.com
2008-11-04
1
-2
/
+2
*
Remove the debugging instrumentation.
ericroman@google.com
2008-11-04
1
-59
/
+0
*
More instrumentation.
ericroman@google.com
2008-11-03
1
-14
/
+61
*
More no-op instrumentation code for bug 3772.
ericroman@google.com
2008-11-01
1
-45
/
+11
*
Add some debugging instrumentation for 3772. This replaces the previous instr...
ericroman@google.com
2008-10-31
1
-29
/
+46
*
Temporary code instrumentation to gather info on a crash.
ericroman@google.com
2008-10-29
1
-2
/
+31
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Call DidStartDnsResolution and DidFinishDnsResolutionWithStatus
wtc@google.com
2008-10-24
1
-1
/
+5
*
Port:
mark@chromium.org
2008-10-23
1
-1
/
+2
*
Bound the maximum buffer size for response headers.
ericroman@google.com
2008-10-23
1
-0
/
+4
*
Remove HttpTransaction::Destroy(), and do automatic memory management with sc...
ericroman@google.com
2008-10-21
1
-4
/
+0
*
We don't support SSL renegotiation yet. Add the
wtc@google.com
2008-10-21
1
-1
/
+4
*
Misc style changes.
ericroman@google.com
2008-10-16
1
-6
/
+5
*
Make zero-byte responses an error, rather than an empty HTTP/0.9 case.
ericroman@google.com
2008-10-16
1
-12
/
+31
*
Turn SSLClientSocket into an interface.
wtc@google.com
2008-10-15
1
-20
/
+7
*
The Schannel considers some cipher suites (e.g., the
wtc@google.com
2008-10-13
1
-11
/
+17
*
- Add auth integration tests to http_network_transaction_unitttest.cc
ericroman@google.com
2008-10-08
1
-4
/
+5
*
Unrollback 3024 (partially rolled back in 3027).
ericroman@google.com
2008-10-08
1
-14
/
+6
*
Revert 3024, broke mac build.
maruel@google.com
2008-10-08
1
-6
/
+14
*
Pull in new googleurl@94 which includes GURL::EffectiveIntPort().
ericroman@google.com
2008-10-08
1
-14
/
+6
*
Handle TLS-intolerant servers by retrying with TLS 1.0
wtc@google.com
2008-10-08
1
-3
/
+30
*
When an SSL connect is completed, we need to call
wtc@google.com
2008-09-30
1
-6
/
+7
*
Add comments to explain the ERR_NAME_NOT_RESOLVED case.
darin@google.com
2008-09-29
1
-0
/
+6
*
Add code to call ReconsiderProxyAfterError when we encounter a failure to res...
darin@chromium.org
2008-09-29
1
-3
/
+41
*
Initial stab at http authentication (basic + digest) in new http stack.
ericroman@google.com
2008-09-27
1
-11
/
+147
[next]