| Commit message (Expand) | Author | Age | Files | Lines |
* | http_cache: Don't destroy an entry from the transaction destructor if | rvargas@google.com | 2008-11-24 | 2 | -7/+23 |
* | Add run time checks to get more info for bug 3931. | rvargas@google.com | 2008-11-22 | 1 | -8/+26 |
* | Add a flags to further control response header persistence. We use this to | darin@chromium.org | 2008-11-20 | 4 | -59/+148 |
* | Punt the proxy errors into a bug. | evanm@google.com | 2008-11-18 | 1 | -1/+5 |
* | Fix the duplicate session_callback_->AddRef() calls made by | wtc@google.com | 2008-11-14 | 2 | -43/+56 |
* | A minor tweak of r5245. I'm more confident that WinHTTP | wtc@google.com | 2008-11-14 | 1 | -1/+1 |
* | Add more info to the comment about www.yahoo.com's padding of | wtc@google.com | 2008-11-14 | 3 | -8/+13 |
* | Notify the WinHttpRequestThrottle of the completion of a | wtc@google.com | 2008-11-12 | 2 | -2/+11 |
* | Add unittests for eviction of http auth cache entries. | ericroman@google.com | 2008-11-11 | 3 | -8/+106 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 23 | -164/+1375 |
* | Adaptively identify URL subresources and pre-resolve hosts via DNS | jar@google.com | 2008-11-06 | 2 | -2/+5 |
* | Add histogram to show network latency (first byte to last byte) | jar@google.com | 2008-11-06 | 2 | -0/+16 |
* | Remove the UploadDataStream::Reset method. Instead, | wtc@google.com | 2008-11-05 | 2 | -6/+101 |
* | Wrap forward declarations in their relevant namespace | agl@chromium.org | 2008-11-05 | 1 | -0/+1 |
* | Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT). | ericroman@google.com | 2008-11-05 | 2 | -3/+73 |
* | 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 | 2 | -62/+0 |
* | More instrumentation. | ericroman@google.com | 2008-11-03 | 2 | -25/+64 |
* | More no-op instrumentation code for bug 3772. | ericroman@google.com | 2008-11-01 | 2 | -49/+23 |
* | Add some debugging instrumentation for 3772. This replaces the previous instr... | ericroman@google.com | 2008-10-31 | 2 | -30/+49 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 1 | -0/+4 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 1 | -4/+0 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 1 | -0/+4 |
* | Temporary code instrumentation to gather info on a crash. | ericroman@google.com | 2008-10-29 | 2 | -3/+32 |
* | An experimental change to help us diagnose a crash | wtc@google.com | 2008-10-29 | 1 | -0/+1 |
* | Pass a user agent string to WinHttpOpen to set the user | wtc@google.com | 2008-10-29 | 1 | -60/+61 |
* | Add some extra unit-tests to make sure we cover all permutations of {basic_au... | ericroman@google.com | 2008-10-29 | 2 | -0/+44 |
* | Add an HTTP basic auth unit test for an empty username. | wtc@google.com | 2008-10-28 | 1 | -0/+2 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 9 | -18/+32 |
* | Call DidStartDnsResolution and DidFinishDnsResolutionWithStatus | wtc@google.com | 2008-10-24 | 1 | -1/+5 |
* | Port: | mark@chromium.org | 2008-10-23 | 1 | -1/+2 |
* | Fix array out of bounds in unit test. | ericroman@google.com | 2008-10-23 | 1 | -10/+8 |
* | Bound the maximum buffer size for response headers. | ericroman@google.com | 2008-10-23 | 3 | -0/+70 |
* | Defer the HttpNetworkSession initialization to first time CreateTransaction i... | ericroman@google.com | 2008-10-22 | 2 | -6/+13 |
* | Remove HttpTransaction::Destroy(), and do automatic memory management with sc... | ericroman@google.com | 2008-10-21 | 11 | -154/+107 |
* | We don't support SSL renegotiation yet. Add the | wtc@google.com | 2008-10-21 | 2 | -3/+14 |
* | Misc cleanups | ericroman@google.com | 2008-10-17 | 2 | -18/+13 |
* | Misc style changes. | ericroman@google.com | 2008-10-16 | 3 | -30/+15 |
* | Make zero-byte responses an error, rather than an empty HTTP/0.9 case. | ericroman@google.com | 2008-10-16 | 3 | -17/+49 |
* | Turn SSLClientSocket into an interface. | wtc@google.com | 2008-10-15 | 3 | -27/+15 |
* | The Schannel considers some cipher suites (e.g., the | wtc@google.com | 2008-10-13 | 2 | -13/+24 |
* | - Add auth integration tests to http_network_transaction_unitttest.cc | ericroman@google.com | 2008-10-08 | 2 | -14/+272 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 2 | -15/+7 |
* | Update a comment based on our findings today. | pkasting@chromium.org | 2008-10-08 | 1 | -4/+4 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 2 | -7/+15 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 2 | -15/+7 |
* | Use the new HTTP stack by default in the net module's | wtc@google.com | 2008-10-08 | 1 | -1/+1 |
* | Handle TLS-intolerant servers by retrying with TLS 1.0 | wtc@google.com | 2008-10-08 | 3 | -4/+39 |
* | Use base::RandInt() in place of rand(), now that rand_util has been moved fro... | ericroman@google.com | 2008-09-30 | 1 | -2/+2 |
* | When an SSL connect is completed, we need to call | wtc@google.com | 2008-09-30 | 1 | -6/+7 |