| Commit message (Expand) | Author | Age | Files | Lines |
* | Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi... | erikkay@google.com | 2008-11-11 | 8 | -276/+597 |
* | Rename tcp_client_socket.cc to _win.cc (should have been done long ago). | dkegel@google.com | 2008-11-10 | 2 | -6/+6 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -34/+39 |
* | 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 | 4 | -1/+38 |
* | Adaptively identify URL subresources and pre-resolve hosts via DNS | jar@google.com | 2008-11-06 | 2 | -5/+15 |
* | 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 | 2 | -16/+8 |
* | Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT). | ericroman@google.com | 2008-11-05 | 1 | -0/+5 |
* | Remove the debugging instrumentation. | ericroman@google.com | 2008-11-04 | 2 | -10/+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 | 2 | -0/+10 |
* | 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 | 7 | -296/+537 |
* | Try to fix Mac and Linux compiles. | pkasting@chromium.org | 2008-11-01 | 2 | -4/+6 |
* | Expire cookies by last access date, rather than creation date. | pkasting@chromium.org | 2008-11-01 | 3 | -21/+106 |
* | There's no Objective in this C++. | avi@google.com | 2008-10-31 | 1 | -0/+0 |
* | 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 |