| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement a TODO (purge expired cookies in GetAllCookies()) and some small st... | pkasting@chromium.org | 2008-10-30 | 2 | -85/+111 |
* | Timeout persistent idle connections after 5 minutes, and increase the socket ... | ericroman@google.com | 2008-10-29 | 2 | -30/+53 |
* | 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 | 14 | -29/+53 |
* | 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 | 9 | -251/+345 |
* | 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 | 1 | -3/+2 |
* | Bound the maximum buffer size for response headers. | ericroman@google.com | 2008-10-23 | 1 | -0/+3 |
* | Add a net error code for not implemented. | ericroman@google.com | 2008-10-22 | 1 | -0/+3 |
* | Port SSLClientSocket to Linux | dkegel@google.com | 2008-10-22 | 10 | -50/+1269 |
* | Remove HttpTransaction::Destroy(), and do automatic memory management with sc... | ericroman@google.com | 2008-10-21 | 1 | -0/+30 |
* | Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatible | wtc@google.com | 2008-10-21 | 1 | -0/+4 |
* | We don't support SSL renegotiation yet. Add the | wtc@google.com | 2008-10-21 | 5 | -40/+204 |
* | 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 | 1 | -0/+0 |
* | 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 | 4 | -20/+765 |
* | Don't call the callback in an unexpected case that will never happen anyway. | mark@chromium.org | 2008-10-16 | 1 | -1/+2 |
* | 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 | 1 | -0/+3 |
* | Add a lot of robustness to SDCH filter decoding | jar@google.com | 2008-10-15 | 10 | -262/+718 |
* | 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 | 6 | -217/+244 |
* | Support servers that request but don't require SSL | wtc@google.com | 2008-10-14 | 2 | -1/+24 |
* | The Schannel considers some cipher suites (e.g., the | wtc@google.com | 2008-10-13 | 2 | -0/+6 |
* | Remove WatchObject calls from FileInputStream. | rvargas@google.com | 2008-10-10 | 1 | -22/+20 |
* | Enable AddTrust External CA Root for EV. The patch is | wtc@google.com | 2008-10-10 | 1 | -0/+6 |
* | Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec. | abarth@chromium.org | 2008-10-09 | 2 | -75/+30 |
* | - Add auth integration tests to http_network_transaction_unitttest.cc | ericroman@google.com | 2008-10-08 | 1 | -0/+4 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 5 | -73/+3 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 5 | -3/+73 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 5 | -73/+3 |
* | Use the new HTTP stack by default in the net module's | wtc@google.com | 2008-10-08 | 1 | -0/+2 |
* | Handle TLS-intolerant servers by retrying with TLS 1.0 | wtc@google.com | 2008-10-08 | 6 | -15/+54 |
* | Rever 2997 since it caused UI and unit tests failure. | maruel@google.com | 2008-10-08 | 2 | -30/+75 |
* | Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec. | darin@chromium.org | 2008-10-08 | 2 | -75/+30 |
* | - Cleanup usage, EnsureWinsockInit is now the only method of initializing. | deanm@chromium.org | 2008-10-06 | 2 | -42/+35 |
* | Add Posix sync only support to FileInputStream. | deanm@chromium.org | 2008-10-06 | 2 | -18/+106 |
* | Move all callers to EnsureWinsockInit, and away from using WinsockInit instan... | deanm@chromium.org | 2008-10-06 | 1 | -2/+1 |
* | Get open-vcdiff building on Linux and Mac (in SCons) using | sgk@google.com | 2008-09-30 | 1 | -9/+0 |
* | Transition to pulling open-vcdiff rather than using a private snapshot pull | jar@google.com | 2008-09-30 | 1 | -1/+1 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 7 | -73/+622 |
* | Update unit test to check EV functionality (Windows-only for now). | avi@google.com | 2008-09-29 | 1 | -7/+184 |
* | Avoid using of interlocked increment to facilitate porting. | jar@google.com | 2008-09-28 | 1 | -4/+1 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 3 | -0/+55 |
* | Use open-vcdiff for sdch compression on the Mac | mark@chromium.org | 2008-09-26 | 3 | -9/+11 |