| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 8 | -233/+189 |
* | Adds import/export of bookmarks to bookmarks.html file. | sky@google.com | 2008-11-07 | 1 | -0/+1 |
* | Insert histograms to support latency experiments with SDCH | jar@google.com | 2008-11-07 | 5 | -1/+42 |
* | Adaptively identify URL subresources and pre-resolve hosts via DNS | jar@google.com | 2008-11-06 | 4 | -7/+20 |
* | Add histogram to show network latency (first byte to last byte) | jar@google.com | 2008-11-06 | 2 | -0/+16 |
* | Preserve the output vector for cookie loading. This prevents a few unneeded ... | deanm@chromium.org | 2008-11-06 | 1 | -10/+13 |
* | Allow DoLoop to be called even while no user | dkegel@google.com | 2008-11-05 | 1 | -21/+97 |
* | Remove the UploadDataStream::Reset method. Instead, | wtc@google.com | 2008-11-05 | 4 | -22/+109 |
* | Make better (and more efficient) use of Hammer functionality | sgk@google.com | 2008-11-05 | 7 | -28/+12 |
* | 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 | 3 | -3/+78 |
* | Avoid size mismatch on windows. | dkegel@google.com | 2008-11-04 | 1 | -3/+4 |
* | Port more of url_request_unittest.cc. | dkegel@google.com | 2008-11-04 | 1 | -15/+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 | 4 | -72/+0 |
* | Enable SSL session resumption by using shared Schannel | wtc@google.com | 2008-11-04 | 2 | -68/+155 |
* | More instrumentation. | ericroman@google.com | 2008-11-03 | 4 | -25/+74 |
* | Get url_request_unittest.cc to build on Linux. | dkegel@google.com | 2008-11-03 | 3 | -8/+39 |
* | fix a typo that caused test failures in debug mode | erikkay@google.com | 2008-11-03 | 1 | -1/+1 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 25 | -542/+635 |
* | Try to fix Mac and Linux compiles. | pkasting@chromium.org | 2008-11-01 | 2 | -4/+6 |
* | More no-op instrumentation code for bug 3772. | ericroman@google.com | 2008-11-01 | 2 | -49/+23 |
* | Expire cookies by last access date, rather than creation date. | pkasting@chromium.org | 2008-11-01 | 3 | -21/+106 |
* | Fix a bogus net_unittests purify error caused by a stack change to file_util:... | erikkay@google.com | 2008-10-31 | 1 | -11/+0 |
* | There's no Objective in this C++. | avi@google.com | 2008-10-31 | 3 | -5/+5 |
* | 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 | 9 | -24/+441 |
* | Implement a TODO (purge expired cookies in GetAllCookies()) and some small st... | pkasting@chromium.org | 2008-10-30 | 2 | -85/+111 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 9 | -441/+24 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 9 | -24/+441 |
* | 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 |
* | Timeout persistent idle connections after 5 minutes, and increase the socket ... | ericroman@google.com | 2008-10-29 | 2 | -30/+53 |
* | Add an HTTP basic auth unit test for an empty username. | wtc@google.com | 2008-10-28 | 1 | -0/+2 |
* | Fix "expected, actual" order in cookie monster unittest (which was mostly "ac... | pkasting@chromium.org | 2008-10-28 | 1 | -110/+110 |
* | Port a few test_shell_tests. Now it runs 45 of them. | evanm@google.com | 2008-10-27 | 1 | -0/+10 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 50 | -73/+152 |
* | Cleanup of DNS prefetch related files | jar@google.com | 2008-10-27 | 1 | -4/+5 |
* | Clean up filter and content encoding handling | jar@google.com | 2008-10-27 | 15 | -345/+408 |
* | Call DidStartDnsResolution and DidFinishDnsResolutionWithStatus | wtc@google.com | 2008-10-24 | 2 | -1/+7 |
* | Pull in latest file from Mozilla. | pamg@google.com | 2008-10-24 | 1 | -8/+34 |
* | The constructor should initialize callback_ to NULL. | wtc@google.com | 2008-10-24 | 1 | -4/+5 |
* | Port: | mark@chromium.org | 2008-10-23 | 5 | -17/+7 |
* | 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 | 4 | -0/+73 |
* | Defer the HttpNetworkSession initialization to first time CreateTransaction i... | ericroman@google.com | 2008-10-22 | 2 | -6/+13 |
* | Add a net error code for not implemented. | ericroman@google.com | 2008-10-22 | 2 | -2/+5 |
* | Port SSLClientSocket to Linux | dkegel@google.com | 2008-10-22 | 12 | -53/+1278 |