| Commit message (Expand) | Author | Age | Files | Lines |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 5 | -17/+19 |
* | PK11_DecryptWithSymKey and PK11_EncryptWithSymKey have been | wtc@chromium.org | 2013-03-30 | 2 | -21/+16 |
* | Adding an end to end test for QUIC, and fixing the bugs it turned up. | alyssar@google.com | 2013-03-30 | 13 | -31/+1120 |
* | Http cache: disable the infinite cache simulation and perform cleanup of loca... | rvargas@chromium.org | 2013-03-30 | 8 | -1634/+16 |
* | Recognize new proxy settings format in net-internals. | eroman@chromium.org | 2013-03-30 | 3 | -2/+17 |
* | Remove experimental code to pick the "warmest" socket | mmenke@chromium.org | 2013-03-30 | 41 | -411/+8 |
* | Disable ChromeNetLog when there are no observers. | mmenke@chromium.org | 2013-03-30 | 4 | -2/+89 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 155 | -526/+526 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 98 | -518/+552 |
* | Fixing -Wno-deprecated issues for flip_balsa_and_epoll_library | alyssar@google.com | 2013-03-29 | 7 | -20/+9 |
* | Add black-listed text types to the list if unsupported MIME types. | asanka@chromium.org | 2013-03-29 | 1 | -0/+2 |
* | net: add GoogleG2 to allowed Google pins. | agl@chromium.org | 2013-03-28 | 3 | -0/+9 |
* | Update sys_string_conversions includes in chrome_frame, content, net, and ui. | brettw@chromium.org | 2013-03-28 | 15 | -15/+15 |
* | [net/dns] When serving AF_UNSPEC addresses from DnsHosts, serve one from each... | szym@chromium.org | 2013-03-28 | 2 | -17/+22 |
* | Add support for in memory index in SimpleCache. | felipeg@chromium.org | 2013-03-28 | 10 | -67/+354 |
* | Port the AES GCM encrypter and decrypter to NSS. | wtc@chromium.org | 2013-03-27 | 2 | -10/+142 |
* | The initial check-in of the toy QUIC client and server. | alyssar@google.com | 2013-03-27 | 35 | -15/+3475 |
* | Disable a few tests when running iOS coverage tests. | lliabraa@chromium.org | 2013-03-26 | 1 | -0/+4 |
* | Fix error in use-before-init of test member variable in MockNetworkTransaction. | rdsmith@chromium.org | 2013-03-26 | 1 | -1/+2 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2013-03-26 | 36 | -513/+1081 |
* | [SPDY] Remove some setters in SpdyStream | akalin@chromium.org | 2013-03-25 | 11 | -43/+107 |
* | net: change HSTS for (*.)simple.com to specific subdomains. | agl@chromium.org | 2013-03-25 | 2 | -2/+8 |
* | Changes to build ash_unittests with RunLoop().RunUntilIdle(). | tfarina@chromium.org | 2013-03-24 | 2 | -5/+7 |
* | Indicate in CertVerifyResult if one of the additional trust anchors was used. | joaodasilva@chromium.org | 2013-03-24 | 4 | -0/+27 |
* | [net/dns] Fix AsyncDNS histograms. | szym@chromium.org | 2013-03-23 | 2 | -3/+5 |
* | [SPDY] Add session flow control data to SPDY info in net-internals | akalin@chromium.org | 2013-03-23 | 1 | -0/+5 |
* | Fix DCHECK when exporting an unnamed bookmark. | mmenke@chromium.org | 2013-03-23 | 1 | -0/+4 |
* | Added a certificate trust anchor provider. | joaodasilva@chromium.org | 2013-03-23 | 19 | -112/+448 |
* | Enable EV for AC Camerfirma SA | rsleevi@chromium.org | 2013-03-23 | 1 | -0/+18 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 9 | -50/+224 |
* | Revert 189935 "Http cache: Don't delete entries when there is a ..." | rvargas@google.com | 2013-03-23 | 2 | -38/+0 |
* | Http cache: Don't delete entries when there is a network error. | rvargas@google.com | 2013-03-22 | 2 | -0/+38 |
* | QUIC Crypto - Code to mock out the QuicCryptoClientStream. | rtenneti@chromium.org | 2013-03-22 | 19 | -260/+252 |
* | Reduce the verbosity of 4 tests run under isolate. | maruel@chromium.org | 2013-03-22 | 1 | -2/+0 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 24 | -202/+730 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 24 | -729/+202 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 24 | -202/+729 |
* | net: several HSTS updates. | agl@chromium.org | 2013-03-22 | 2 | -2/+6 |
* | DevTools: extract web socket's frame encode/decode methods in devtools' serve... | pfeldman@chromium.org | 2013-03-22 | 2 | -111/+152 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 68 | -121/+121 |
* | [SPDY] Fix bug in session flow control which leaves streams stalled | akalin@chromium.org | 2013-03-21 | 10 | -140/+571 |
* | Clean up spdy_protocol* and spdy_test_utils.* files to match server version | akalin@chromium.org | 2013-03-20 | 3 | -142/+36 |
* | Revert 189206 "Revert 189196" | rtenneti@chromium.org | 2013-03-20 | 3 | -41/+182 |
* | Revert 189196 | eroman@chromium.org | 2013-03-20 | 3 | -182/+41 |
* | SPDY - Fix for crash bug with CloseIdleConnections invalidating the iterator. | rtenneti@chromium.org | 2013-03-20 | 3 | -41/+182 |
* | Fix the EmptyExpires cookie store test on iOS | droger@chromium.org | 2013-03-19 | 1 | -0/+2 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 49 | -729/+1110 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 31 | -153/+179 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 31 | -179/+153 |
* | Disk cache: Fix a race on DiskCacheEntryTest::ExternalAsyncIO | rvargas@google.com | 2013-03-19 | 1 | -3/+4 |