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
*
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
*
If we read nothing (EOF) after sending a request on a
wtc@google.com
2008-09-25
1
-10
/
+22
*
Provide autorelease pool management on the Mac in all types of message pumps.
mark@chromium.org
2008-09-25
1
-1
/
+0
*
add http layer and unit tests to mac build. stub out file uploading in upload...
pinkerton@google.com
2008-09-25
1
-2
/
+11
*
Fix support for 204 responses that lack an explicit EOF.
darin@google.com
2008-09-23
1
-12
/
+15
*
* Change output of trace_event log to JSON to enable easier integration with ...
erikkay@google.com
2008-09-18
1
-0
/
+19
*
First cut at SSL certificate error handling. Map
wtc@google.com
2008-09-17
1
-2
/
+45
*
Address a TODO for properly stripping references from request URL.
ericroman@google.com
2008-09-15
1
-10
/
+5
*
misc. http response status-line changes:
ericroman@google.com
2008-09-13
1
-17
/
+55
*
Refactor the SSL tunnel establishment code so that it
wtc@google.com
2008-09-10
1
-118
/
+55
*
Implement SSL tunneling through a proxy server.
wtc@google.com
2008-08-25
1
-19
/
+164
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
First cut at implementing SSLClientSocket using Schannel.
wtc@google.com
2008-08-14
1
-1
/
+8
*
Change the ProxyService to work with ASCII strings.
darin@google.com
2008-08-12
1
-2
/
+2
*
Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...
darin@google.com
2008-08-06
1
-1
/
+1
*
Miscellaneous changes from my code review.
wtc@google.com
2008-08-05
1
-115
/
+139
*
Add net to the repository.
initial.commit
2008-07-26
1
-0
/
+673