| Commit message (Expand) | Author | Age | Files | Lines |
* | Update net/third_party/nss to NSS 3.15.4. | wtc@chromium.org | 2014-01-07 | 54 | -4506/+1180 |
* | net: add (*.)www.heliosnet.com to HSTS preloaded. | agl@chromium.org | 2014-01-07 | 2 | -0/+2 |
* | Add a StatisticsDeltaReader class and use cases | lpromero@chromium.org | 2014-01-07 | 1 | -65/+18 |
* | net: add GlobalSign to Twitter CDN pins. | agl@chromium.org | 2014-01-07 | 4 | -6/+91 |
* | Certificate Transparency: Export a missing symbol. | eranm@google.com | 2014-01-07 | 1 | -5/+3 |
* | Update the pathname of the Blink/WebKit file that defines KURL::port(). | wtc@chromium.org | 2014-01-07 | 1 | -1/+2 |
* | Log the QUIC priority when sending requests. | rch@chromium.org | 2014-01-07 | 4 | -3/+30 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 12 | -27/+22 |
* | Delete char32 from base/basictypes.h. | viettrungluu@chromium.org | 2014-01-06 | 1 | -4/+6 |
* | SimpleCache: have tests run on all three streams | clamy@chromium.org | 2014-01-06 | 1 | -200/+285 |
* | net: don't include subdomains for play.google.com HSTS. | agl@chromium.org | 2014-01-06 | 2 | -2/+3 |
* | - Add a priority field to QuicCryptoServerConfig configs and used it as | rtenneti@chromium.org | 2014-01-06 | 9 | -135/+312 |
* | net: add (*.)matteomarescotti.name to HSTS preloaded. | agl@chromium.org | 2014-01-06 | 2 | -0/+2 |
* | compile error fix for VS2013 | shinyak@chromium.org | 2014-01-06 | 1 | -0/+2 |
* | net: add HSTS for (www.)getcloak.com. | agl@chromium.org | 2014-01-06 | 2 | -0/+4 |
* | Disable TCP Keep Alive on mobile to reduce power usage. | willchan@chromium.org | 2014-01-05 | 1 | -2/+21 |
* | Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl... | ajwong@chromium.org | 2014-01-04 | 5 | -55/+46 |
* | Add histograms for zero-rtt-connections for http vs https | jar@chromium.org | 2014-01-04 | 1 | -5/+25 |
* | Disabled StopPacketProcessing test until we fix the uninitialized memory | rtenneti@chromium.org | 2014-01-04 | 1 | -1/+2 |
* | Add histograms for tracking truncated QUIC ACK frames. | rch@chromium.org | 2014-01-04 | 2 | -1/+17 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-01-04 | 48 | -510/+1164 |
* | On OSX 10.9, treat MD2/MD5 intermediate/leafs as "weak", rather than invalid | rsleevi@chromium.org | 2014-01-04 | 1 | -6/+23 |
* | Http Cache: Attempt to authenticate requests that originate in the cache. | rvargas@chromium.org | 2014-01-04 | 5 | -56/+164 |
* | Switch QUIC encryption to use OpenSSL's AEAD interface. | wtc@chromium.org | 2014-01-03 | 9 | -165/+90 |
* | Revert 242913 "Make CookieMonster::Delegate top-level and remove..." | esprehn@chromium.org | 2014-01-03 | 5 | -46/+55 |
* | Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl... | ajwong@chromium.org | 2014-01-03 | 5 | -55/+46 |
* | NSS: Fix places leaking internal slot references | mattm@chromium.org | 2014-01-03 | 1 | -1/+1 |
* | Make the NSS SSL state a Leaky LazyInstance | rsleevi@chromium.org | 2014-01-02 | 1 | -1/+1 |
* | Remove a number of public static methods from QuicFramer. | rtenneti@chromium.org | 2014-01-02 | 3 | -81/+28 |
* | QUIC refactor CL to move some methods and give the QuicSentPacketManager | rtenneti@chromium.org | 2014-01-02 | 6 | -44/+44 |
* | QUIC - minor cleanup changes to match internal source. | rtenneti@chromium.org | 2014-01-02 | 3 | -5/+4 |
* | Remove vestigal traces of side-pinning introduced in r101993 and removed in r... | rsleevi@chromium.org | 2014-01-02 | 2 | -5/+0 |
* | Http Cache: Don't assume that a server will return 416 only when asked for a ... | rvargas@chromium.org | 2014-01-02 | 2 | -6/+24 |
* | Hack for Mac 10.9 hang when the Keychain is modified with Chrome running. | rsesek@chromium.org | 2013-12-30 | 4 | -2/+24 |
* | Fix for HttpTransactionDelegate parameter removal from CreateTransaction(). | tedchoc@chromium.org | 2013-12-27 | 1 | -1/+1 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 30 | -616/+170 |
* | Include std vector (include what you use) in spdy_priority_forest.h | alextaran@chromium.org | 2013-12-27 | 1 | -0/+1 |
* | Defer TLS session caching until after certificate verification | rsleevi@chromium.org | 2013-12-27 | 13 | -8/+404 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 4 | -11/+13 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 65 | -120/+165 |
* | Certificate Transparency: More unit tests for netlog logging. | eranm@google.com | 2013-12-25 | 3 | -4/+39 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 11 | -11/+212 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 8 | -30/+32 |
* | Implement connection pooling in QUIC. | rch@chromium.org | 2013-12-23 | 10 | -14/+337 |
* | Revert 242219 "Defer TLS session caching until after certificate..." | rsleevi@chromium.org | 2013-12-21 | 9 | -318/+2 |
* | Map posix error codes in bind better, and fix one windows mapping. | jar@chromium.org | 2013-12-21 | 2 | -3/+15 |
* | Defer TLS session caching until after certificate verification | rsleevi@chromium.org | 2013-12-21 | 9 | -2/+318 |
* | Disk cache: Fix overflow detection for sparse entries. | rvargas@chromium.org | 2013-12-20 | 1 | -1/+3 |
* | Revert 242121 "Reland "Add a HistogramRecorder class and use cas..." | groby@chromium.org | 2013-12-20 | 1 | -18/+64 |
* | Fix uninitialized access in QuicInMemoryCache::GetKey | rch@chromium.org | 2013-12-20 | 1 | -0/+3 |