| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 7 | -10/+10 |
* | Remove HttpTransaction::Destroy(), and do automatic memory management with sc... | ericroman@google.com | 2008-10-21 | 14 | -181/+162 |
* | Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatible | wtc@google.com | 2008-10-21 | 1 | -0/+4 |
* | SCons renaming updates for base, net and googleurl: | sgk@google.com | 2008-10-21 | 11 | -408/+667 |
* | We don't support SSL renegotiation yet. Add the | wtc@google.com | 2008-10-21 | 8 | -43/+222 |
* | Rolling back switch to hammer patterns again. | bradnelson@chromium.org | 2008-10-20 | 2 | -17/+15 |
* | Implement the getinfo call for Mac | avi@google.com | 2008-10-20 | 2 | -3/+151 |
* | Remove typo in file name *unitest* vs *unittest* | jar@google.com | 2008-10-20 | 4 | -6/+6 |
* | Adding in new hammer patterns. Restored from rollback change 3578. | bradnelson@chromium.org | 2008-10-18 | 2 | -15/+17 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 2 | -17/+15 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 2 | -15/+17 |
* | Misc cleanups | ericroman@google.com | 2008-10-17 | 6 | -26/+47 |
* | Fix problem where "text/xml" responses get buffered past 512 bytes, causing t... | ericroman@google.com | 2008-10-17 | 2 | -1/+16 |
* | Increase socket buffer size from default (8KB) to 64KB. | mbelshe@google.com | 2008-10-17 | 1 | -0/+45 |
* | Initial Mac implementation of SSL. Requires the full-duplex socket introduced... | avi@google.com | 2008-10-17 | 5 | -21/+774 |
* | Don't call the callback in an unexpected case that will never happen anyway. | mark@chromium.org | 2008-10-16 | 1 | -1/+2 |
* | Misc style changes. | ericroman@google.com | 2008-10-16 | 3 | -30/+15 |
* | Don't user uninitialized variables. We should at least fail predictably in | mark@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Make zero-byte responses an error, rather than an empty HTTP/0.9 case. | ericroman@google.com | 2008-10-16 | 4 | -17/+52 |
* | Add a lot of robustness to SDCH filter decoding | jar@google.com | 2008-10-15 | 14 | -265/+784 |
* | Reset server_cert_ to NULL after freeing it to prevent | wtc@google.com | 2008-10-15 | 1 | -1/+3 |
* | Turn SSLClientSocket into an interface. | wtc@google.com | 2008-10-15 | 12 | -249/+266 |
* | Support servers that request but don't require SSL | wtc@google.com | 2008-10-14 | 2 | -1/+24 |
* | This makes net_perftests build and run on Linux. | evanm@google.com | 2008-10-13 | 2 | -12/+41 |