| Commit message (Expand) | Author | Age | Files | Lines |
* | Flip: Handle empty post. | willchan@chromium.org | 2009-11-24 | 2 | -2/+76 |
* | Flip: Fix a bunch of leaks. | willchan@chromium.org | 2009-11-24 | 7 | -34/+64 |
* | Reduce DLOG in websocket code | ukai@chromium.org | 2009-11-24 | 1 | -7/+6 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 11 | -114/+18 |
* | Add a feature to the MockSocket so that it can support simulation | mbelshe@google.com | 2009-11-24 | 1 | -2/+10 |
* | The FTPDirectoryListing test has been failing in a couple of runs. Marking it... | ananta@chromium.org | 2009-11-24 | 1 | -1/+2 |
* | ChromeFrame's host network stack implementation for IE full tab mode implicit... | ananta@chromium.org | 2009-11-24 | 2 | -6/+15 |
* | Reland 32807, which was incorrectly reverted. | mbelshe@google.com | 2009-11-23 | 2 | -3/+9 |
* | Flip: Fix cancellation code path. | willchan@chromium.org | 2009-11-23 | 1 | -8/+8 |
* | Disable FlipStreamTest::SendRequest as it causes leaks. | tim@chromium.org | 2009-11-23 | 1 | -1/+2 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 4 | -17/+28 |
* | Believe this causes the valgrind linux test failures. Since it is a small cha... | tim@chromium.org | 2009-11-23 | 2 | -9/+3 |
* | Fix recognizing FTP listings consisting of only one line. | phajdan.jr@chromium.org | 2009-11-23 | 8 | -1/+66 |
* | Fix one source of flakiness of FTP tests. | phajdan.jr@chromium.org | 2009-11-23 | 3 | -2/+34 |
* | Some small comment fixes for HostResolver and DnsMaster. | eroman@chromium.org | 2009-11-23 | 1 | -2/+3 |
* | The async notification via OnReadComplete was still posting | mbelshe@google.com | 2009-11-23 | 2 | -3/+9 |
* | Flip: Merge FlipStreamParser and FlipStream. Eliminate FlipDelegate. | willchan@chromium.org | 2009-11-22 | 12 | -834/+826 |
* | Add some diagnostics for dumping the headers that the client | mbelshe@google.com | 2009-11-21 | 1 | -0/+30 |
* | Implement a test case for a basic server-push operation. | mbelshe@google.com | 2009-11-21 | 1 | -0/+180 |
* | When we had upload data, but it was a zero-length upload | mbelshe@chromium.org | 2009-11-21 | 1 | -1/+1 |
* | Work around the NSS bugs in the AIA certificate fetch code by retrying | wtc@chromium.org | 2009-11-20 | 4 | -438/+623 |
* | Remove old files. | nsylvain@chromium.org | 2009-11-20 | 9 | -102/+0 |
* | Http cache: Make sure that when we cancel a request for | rvargas@google.com | 2009-11-20 | 2 | -1/+68 |
* | Add a sanity check into the framer; this trips | mbelshe@google.com | 2009-11-20 | 1 | -0/+1 |
* | Robustness improvements on the X-Associated-Content header. | mbelshe@google.com | 2009-11-20 | 1 | -2/+7 |
* | The async handling in StaticMockSocket had a bug - it considers any | mbelshe@google.com | 2009-11-20 | 1 | -1/+2 |
* | Don't wrap the Size and Date Modified columns in the directory listing view. | eroman@chromium.org | 2009-11-20 | 1 | -4/+4 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 15 | -47/+68 |
* | Fix race condition in OCSPRequestSession. | ukai@chromium.org | 2009-11-20 | 1 | -9/+17 |
* | In the local file listing, we should pass time in UTC to ICU's date/time form... | jshin@chromium.org | 2009-11-19 | 1 | -3/+4 |
* | In RestartIgnoringLastError, use connection_.socket()->IsConnectedAndIdle() | wtc@chromium.org | 2009-11-19 | 1 | -1/+1 |
* | Try to find the cause of the crash in memcpy, called from DoSendBody. | vandebo@chromium.org | 2009-11-19 | 2 | -3/+5 |
* | Http cache: Add the logic to cancel entry_ready_callback_. | rvargas@google.com | 2009-11-19 | 2 | -1/+109 |
* | Remove the unnecessary suppressions. | mbelshe@google.com | 2009-11-19 | 1 | -57/+0 |
* | Fix memory leak. | mbelshe@google.com | 2009-11-19 | 1 | -1/+1 |
* | Another attempt to silence valgrind for a moment. | mbelshe@google.com | 2009-11-19 | 1 | -42/+0 |
* | Suppress flip valgrind | mbelshe@google.com | 2009-11-19 | 1 | -0/+99 |
* | Fix two flip bugs. | mbelshe@google.com | 2009-11-19 | 5 | -22/+60 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 7 | -10/+123 |
* | Display application/json files inline. | thestig@chromium.org | 2009-11-18 | 1 | -0/+1 |
* | Don't call CancelURLRequest if request_is already NULL. | ukai@chromium.org | 2009-11-18 | 1 | -8/+8 |
* | Add histograms for data connection error types. | phajdan.jr@chromium.org | 2009-11-17 | 2 | -0/+80 |
* | Try to fix valgrind error in nss_ocsp.cc | ukai@chromium.org | 2009-11-17 | 1 | -11/+36 |
* | Build fix: don't check deps in net/third_party. | agl@chromium.org | 2009-11-17 | 1 | -0/+4 |
* | Linux: enable building with a local version of libssl. | agl@chromium.org | 2009-11-17 | 54 | -0/+35142 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r... | eroman@chromium.org | 2009-11-16 | 2 | -4/+9 |
* | Add a test for verifying that SYN_REPLY headers are properly | mbelshe@google.com | 2009-11-16 | 1 | -0/+148 |
* | Try https proxy for websocket connection. | ukai@chromium.org | 2009-11-16 | 2 | -1/+18 |
* | Reverting 32045. | ukai@chromium.org | 2009-11-16 | 2 | -17/+1 |