| Commit message (Expand) | Author | Age | Files | Lines |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Flip: Comma delimit the various flip options. Redo the fixed testing server f... | willchan@chromium.org | 2009-12-15 | 2 | -17/+10 |
* | Get the new certificate for https://www.unosoft.hu/ and re-enable the | wtc@chromium.org | 2009-12-15 | 2 | -61/+64 |
* | Add tests for SocketStreamMetrics. | satorux@chromium.org | 2009-12-15 | 1 | -0/+3 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 6 | -36/+28 |
* | Improve unit tests to verify that directories are listed before files in file... | vandebo@chromium.org | 2009-12-11 | 2 | -0/+31 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 7 | -336/+565 |
* | landing the issue 482008 for dmuir | oshima@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | Add GetNextProtocol method to SSLClientSocket. | agl@chromium.org | 2009-12-10 | 1 | -17/+1 |
* | Cache failed DNS resolutions for 1 second. | eroman@chromium.org | 2009-12-10 | 7 | -65/+159 |
* | Adjust our sniffing hueristics to better match Firefox. | abarth@chromium.org | 2009-12-10 | 2 | -6/+14 |
* | Define X509Certificate::intermediate_ca_certs_ as a std::vector of | wtc@chromium.org | 2009-12-09 | 3 | -42/+22 |
* | Sanitize index because it comes from the untrusted renderer. | cevans@chromium.org | 2009-12-09 | 1 | -0/+4 |
* | Remove bzip2 decoding support completely. | thestig@chromium.org | 2009-12-08 | 7 | -618/+0 |
* | Don't assert what the certificate's subjectAltName extension | wtc@chromium.org | 2009-12-07 | 2 | -10/+16 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 3 | -55/+62 |
* | Enable LoadLog for Flip. Improve some LOG messages. | willchan@chromium.org | 2009-12-04 | 1 | -0/+16 |
* | Temporarily disable enforcing test isolation for net_unittests. | phajdan.jr@chromium.org | 2009-12-04 | 1 | -1/+1 |
* | Disable the X509CertificateTest.UnoSoftCertParsing unit test because | wtc@chromium.org | 2009-12-04 | 1 | -1/+2 |
* | Fix a couple of data races on booleans | timurrrr@chromium.org | 2009-12-04 | 2 | -9/+9 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Implement "Email Link To Page" menu command. | snej@chromium.org | 2009-12-03 | 2 | -0/+6 |
* | Add mpeg audio mime type allowing mp3 to play with chrome on more websites. | fbarchard@chromium.org | 2009-12-03 | 1 | -0/+1 |
* | [GTTF] Apply test isolation goodness to net_unittests. | phajdan.jr@chromium.org | 2009-12-02 | 2 | -7/+15 |
* | Update network priorities to support better granularity | mbelshe@google.com | 2009-12-02 | 1 | -0/+22 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -0/+3 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 3 | -12/+0 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -1/+2 |
* | Linux: add next-protocol-negotiation to libssl. | agl@chromium.org | 2009-11-30 | 2 | -2/+29 |
* | Remove std::wstring from most of net/base/escape.h. | darin@chromium.org | 2009-11-30 | 4 | -34/+38 |
* | Define the GetPeerName method of the ClientSocket interface for all | wtc@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | Revert "Apply test isolation goodness to net_unittests." | phajdan.jr@chromium.org | 2009-11-26 | 2 | -14/+7 |
* | Fix a memory leak in DnsReloadTimer | phajdan.jr@chromium.org | 2009-11-26 | 1 | -0/+1 |
* | Apply test isolation goodness to net_unittests. | phajdan.jr@chromium.org | 2009-11-26 | 2 | -7/+13 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -3/+3 |
* | Remove the temporary instrumentation to getaddrinfo(). | eroman@chromium.org | 2009-11-25 | 1 | -20/+1 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 7 | -101/+9 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 1 | -3/+1 |
* | Some small comment fixes for HostResolver and DnsMaster. | eroman@chromium.org | 2009-11-23 | 1 | -2/+3 |
* | Work around the NSS bugs in the AIA certificate fetch code by retrying | wtc@chromium.org | 2009-11-20 | 3 | -438/+622 |
* | 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 | 4 | -14/+16 |
* | Try to find the cause of the crash in memcpy, called from DoSendBody. | vandebo@chromium.org | 2009-11-19 | 1 | -1/+2 |
* | Display application/json files inline. | thestig@chromium.org | 2009-11-18 | 1 | -0/+1 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 2 | -2/+4 |
* | Plumb LoadLog into SocketStream | ukai@chromium.org | 2009-11-13 | 1 | -0/+14 |
* | Condense the output of LoadLog for empty BEGIN/END blocks. | eroman@chromium.org | 2009-11-13 | 2 | -6/+23 |
* | Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ... | eroman@chromium.org | 2009-11-13 | 1 | -0/+17 |
* | Enable FLIP POST with unittest. | mbelshe@google.com | 2009-11-12 | 1 | -0/+3 |
* | Lands http://codereview.chromium.org/379007 for Dave: | sky@chromium.org | 2009-11-11 | 1 | -0/+2 |