| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some net/ code. Change a number of wstrings to FilePaths. | estade@chromium.org | 2008-11-24 | 7 | -41/+48 |
* | Adjust histograms to get better data for latency experiments | jar@google.com | 2008-11-22 | 4 | -26/+49 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 6 | -114/+122 |
* | Cancel any pending IO and wait for it to be aborted before | wtc@google.com | 2008-11-20 | 1 | -1/+8 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 4 | -7/+9 |
* | Revert "Make the net resource interface use StringPiece instead of | tc@google.com | 2008-11-20 | 4 | -9/+7 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 4 | -7/+9 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 4 | -92/+86 |
* | Port directory lister to posix. | estade@chromium.org | 2008-11-19 | 4 | -86/+92 |
* | revert 5725 | estade@chromium.org | 2008-11-19 | 4 | -92/+86 |
* | Port directory lister so test shell can view file directories. | estade@chromium.org | 2008-11-19 | 4 | -86/+92 |
* | Enforce httponly on cookies coming from the renderer. This prevents javascri... | deanm@chromium.org | 2008-11-19 | 3 | -33/+124 |
* | Avoid plausible DOS attack by malicious SDCH server | jar@google.com | 2008-11-18 | 3 | -5/+272 |
* | Open up SDCH for all sites, in preparation for latency tests | jar@google.com | 2008-11-15 | 3 | -7/+81 |
* | Allow optimized builds on Linux. | evanm@google.com | 2008-11-13 | 1 | -2/+2 |
* | 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 |