| Commit message (Expand) | Author | Age | Files | Lines |
* | Third time's a charm? | dkegel@google.com | 2008-12-07 | 4 | -41/+358 |
* | Correctly handle (and log) receipt of gzip response to SDCH encode proposal | jar@google.com | 2008-12-05 | 3 | -2/+29 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 2 | -12/+18 |
* | Revert r6233, need to move the cert, there is a policy against | dkegel@google.com | 2008-12-02 | 4 | -331/+23 |
* | For http://code.google.com/p/chromium/issues/detail?id=4510 | dkegel@google.com | 2008-12-02 | 4 | -23/+331 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 8 | -8/+8 |
* | Linux: fix layout test crash for security/block-test.html. | agl@chromium.org | 2008-12-02 | 1 | -0/+2 |
* | Add instrumentation to and tighten SDCH implementation | jar@google.com | 2008-12-02 | 2 | -3/+12 |
* | Roll back r6063. TBR. | dank@chromium.org | 2008-11-26 | 4 | -332/+23 |
* | Point nss at root certs so test_shell can talk to mail.google.com without war... | dank@chromium.org | 2008-11-26 | 4 | -23/+332 |
* | Fix a memory leak in the net directory lister. | estade@chromium.org | 2008-11-25 | 1 | -4/+2 |
* | Clarify file-stream comments. | darin@chromium.org | 2008-11-25 | 1 | -0/+4 |
* | Use StringPiece in the TLD service. This means we don't have to copy the TLD... | deanm@chromium.org | 2008-11-25 | 2 | -138/+103 |
* | 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 |