| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Linux port for flip_session. | mbelshe@chromium.org | 2009-10-07 | 2 | -18/+25 |
* | Fix signed/unsigned mismatch for linux | mbelshe@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Change many of the int and uint32 uses to size_t. | mbelshe@chromium.org | 2009-10-07 | 2 | -24/+24 |
* | Turn off the X509Certificate::Verify call for non-Windows platforms | wtc@chromium.org | 2009-10-07 | 1 | -3/+5 |
* | Add a certificate blacklist for Windows and put the | wtc@chromium.org | 2009-10-07 | 2 | -0/+191 |
* | Linux port fixup. | mbelshe@chromium.org | 2009-10-07 | 1 | -4/+4 |
* | Fix the UrlToFilenameEncoder to be more cross platform. | mbelshe@chromium.org | 2009-10-07 | 1 | -29/+30 |
* | Remove VLOG statements which aren't needed and don't work well in chrome. | mbelshe@chromium.org | 2009-10-07 | 4 | -46/+10 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 2 | -0/+12 |
* | Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds. | eroman@chromium.org | 2009-10-06 | 1 | -1/+8 |
* | Initial CL for fixing some of the proxy auth issues. | chron@chromium.org | 2009-10-06 | 6 | -3/+18 |
* | Increase the maximum headers size from 32Kb to 256Kb. | eroman@chromium.org | 2009-10-06 | 2 | -3/+3 |
* | Add a response_info() accessor to URLRequest to get a reference to the net::H... | michaeln@google.com | 2009-10-05 | 2 | -0/+7 |
* | Make the font sizes on about:net-internals consistent. | evan@chromium.org | 2009-10-05 | 1 | -3/+4 |
* | Coverity: Assert that socket() returns a successful value. | jhawkins@chromium.org | 2009-10-05 | 1 | -3/+4 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 2 | -26/+2 |
* | Second try. r27819 was missing a null pointer check for | wtc@chromium.org | 2009-10-02 | 1 | -38/+22 |
* | The Python test server now ignores querystrings params when serving local files. | finnur@chromium.org | 2009-10-02 | 1 | -2/+8 |
* | Handle range request on a truncated entry | hclam@chromium.org | 2009-10-02 | 3 | -3/+48 |
* | Revert r27819 because it causes net_unittests to crash in the | wtc@chromium.org | 2009-10-02 | 1 | -20/+38 |
* | Map SEC_ERROR_OCSP_BAD_HTTP_RESPONSE (-8073) to | wtc@chromium.org | 2009-10-02 | 1 | -38/+20 |
* | Rename EscapeUrl and expand the code comment. | brg@chromium.com | 2009-10-01 | 3 | -5/+5 |
* | Handle reading to the end of a sparse entry | hclam@chromium.org | 2009-10-01 | 3 | -1/+7 |
* | The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug.... | ericu@google.com | 2009-10-01 | 2 | -0/+24 |
* | Two features: | mbelshe@google.com | 2009-10-01 | 4 | -14/+116 |
* | Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc... | brg@chromium.com | 2009-10-01 | 3 | -1/+31 |
* | Coverity: Remove a check for index < 0 because index is size_t and can never ... | jhawkins@chromium.org | 2009-09-30 | 1 | -2/+4 |
* | Remove the ClientSocketFactory from the HttpNetworkTransaction | mbelshe@google.com | 2009-09-30 | 6 | -139/+60 |
* | Adds a virtual dtor to BaseTestServer | cpu@chromium.org | 2009-09-30 | 1 | -0/+2 |
* | Relanding: | mbelshe@google.com | 2009-09-30 | 1 | -1/+39 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -6/+5 |
* | Disable the leak tracking of URLRequests. | eroman@chromium.org | 2009-09-30 | 1 | -2/+3 |
* | Enable ExtensionApiTest.Toolstrip and add additional debug output. | rafaelw@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Disk cache: End the experiment and use the new eviction | rvargas@google.com | 2009-09-29 | 5 | -96/+78 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 6 | -39/+36 |
* | Fix bug where we leaked the decompressor state. | mbelshe@google.com | 2009-09-28 | 1 | -0/+3 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -5/+6 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -6/+5 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 2 | -20/+18 |
* | Disable flaky FTPCacheURLCredentials test. | thestig@chromium.org | 2009-09-25 | 1 | -2/+1 |
* | Add an additional test for dnsDomainIs() to verify that it doesn't simply mat... | eroman@chromium.org | 2009-09-25 | 1 | -2/+3 |
* | Add an additional unit-test for when PAC script is missing newline. | eroman@chromium.org | 2009-09-25 | 2 | -4/+26 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 2 | -37/+11 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 2 | -11/+37 |
* | Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa). | phajdan.jr@chromium.org | 2009-09-24 | 7 | -12/+445 |
* | Preliminary fixes to enable link dependent objects. | maruel@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | oldpath is wchar_t, so use arraysize, not sizeof. | mattm@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Don't add default Accept-Language and Accept-Charset headers if specific ones... | dimich@google.com | 2009-09-24 | 2 | -6/+72 |
* | Remove a redefined variable. | eroman@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 12 | -93/+134 |