summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SimpleCache: Add metadata to the queue of operations in entriesclamy@chromium.org2013-08-075-167/+429
* Fix bug affecting cache lookups with multiple recordsnoamsml@chromium.org2013-08-071-2/+1
* Remove requested types from the server bound cert service: it onlyjuanlang@google.com2013-08-0717-546/+335
* Add a utility method to convert SPKI from DER to JWK, so far implemented only...juanlang@google.com2013-08-075-0/+324
* Land Recent QUIC changes.rtenneti@chromium.org2013-08-0711-24/+186
* Storage partition: correctly delete cookie(s) when origin is specified.lazyboy@chromium.org2013-08-073-5/+152
* [HTTP2] Turn on HTTP/2 for fetch_clientakalin@chromium.org2013-08-061-0/+3
* Avoid wasted work in OnProcTaskComplete().pochang0403@gmail.com2013-08-061-1/+3
* Rearrange net.gyp to enable adding flip server unittests to net_unittests.yhirano@chromium.org2013-08-061-4/+21
* Add a bunch more NetLog events to Simple Cache entriesttuttle@chromium.org2013-08-068-116/+406
* Land Recent QUIC changes.rtenneti@chromium.org2013-08-0548-806/+1969
* Reland r215489 - Add histograms for certificate's & CA's compliance to the Ba...rsleevi@chromium.org2013-08-051-18/+105
* Rename SimpleCache worker pool threads.gavinp@chromium.org2013-08-051-1/+1
* Fix OneClickSigninHelper::ShowInfoBarIfPossible Crash.fdoray@chromium.org2013-08-052-0/+11
* net: add (*.)mudcrab.us to HSTS preloaded.agl@chromium.org2013-08-052-0/+2
* Fix HTTP/2 connection header prefix constant to not include null terminatorakalin@chromium.org2013-08-051-1/+8
* Fix bug in SetSendAlarm which cause the task to be posted well in the future.rch@chromium.org2013-08-041-2/+5
* Add handy debug information to spdy_framer_test.cc.akalin@chromium.org2013-08-041-38/+76
* Refactor HttpTransactionDelegateImplricea@chromium.org2013-08-031-44/+56
* This CL adds error tracking to SSLPolicy. felt@chromium.org2013-08-033-36/+124
* Revert 215489 "Add histograms for certificate's & CA's complianc..."ckocagil@chromium.org2013-08-031-103/+18
* Add histograms for certificate's & CA's compliance to the Baseline Requirementsrsleevi@chromium.org2013-08-031-18/+103
* Fix invalid use of pragma disable/default.etienneb@chromium.org2013-08-031-1/+2
* Tell congestion manager when we are sending a CHLO, so it won't delay sending.jar@chromium.org2013-08-0325-250/+285
* QUIC - Do svn cp quic_received_entropy_manager*.* to quic_received_packet_man...rtenneti@chromium.org2013-08-033-0/+0
* Adds new UMA entries to give us SSL clickthrough rates specific to intranet s...felt@chromium.org2013-08-036-118/+114
* QUIC - minor code style cleanup of crypto changes landed in thertenneti@chromium.org2013-08-033-13/+10
* Revert 215309 "Fix OneClickSigninHelper::ShowInfoBarIfPossible C..."rsimha@chromium.org2013-08-022-11/+0
* Fix OneClickSigninHelper::ShowInfoBarIfPossible Crash.fdoray@chromium.org2013-08-022-0/+11
* NSS: rename ALPN extension to have _xtn suffix.agl@chromium.org2013-08-024-22/+22
* Revert 215242 "After removing allowReuseAddress and always setti..."ikarienator@chromium.org2013-08-021-22/+0
* After removing allowReuseAddress and always setting SO_REUSEADDR, we need a t...ikarienator@chromium.org2013-08-021-0/+22
* Add file descriptor limit histogram to Simple Cachettuttle@chromium.org2013-08-021-0/+46
* Split Simple Cache Open/CreateEntry histograms based on index statettuttle@chromium.org2013-08-025-29/+91
* Added CertVerifyResult to QuicCryptoClientStream.rtenneti@chromium.org2013-08-022-19/+40
* Use an asynchronous API to create QUIC streamrch@chromium.org2013-08-029-19/+287
* Add SimpleCache.HeaderSize histogramsttuttle@chromium.org2013-08-021-0/+59
* Also allow ALPN to enable TLS False Start.wtc@chromium.org2013-08-021-5/+10
* Actually use the isolate created on win8 metrojochen@chromium.org2013-08-021-0/+4
* avoid char+'\xHH' as it's too easy to use values > 127mostynb@opera.com2013-08-015-311/+321
* net: avoid uninitialised data warning in the event of a decryption failure.agl@chromium.org2013-08-011-13/+14
* net: two non-semantic fixups.agl@chromium.org2013-08-012-3/+4
* [SPDY] Send HTTP/2 connection prefix for HTTP/2 connectionsakalin@chromium.org2013-08-019-273/+300
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-0119-164/+126
* Disable leaky tests in LeakSanitizer builds.earthdok@chromium.org2013-08-011-5/+17
* Add constants for HTTP/2 connection header prefixakalin@chromium.org2013-08-011-0/+7
* Update net/third_party/nss/ssl to NSS 3.15.1.wtc@chromium.org2013-08-0168-4971/+580
* Use PostTaskAndReplyWithResult() in simple_backend_impl.cc.pliard@chromium.org2013-07-315-91/+66
* Extend net::HttpServer to be able to parse request body.kkania@chromium.org2013-07-316-19/+364
* QUIC - SendConnectionClosePacket shouldn't call WritePacket if there is a pen...rtenneti@chromium.org2013-07-313-14/+78