summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid scoped_ptr_malloc assignment if NSSProfileFilterChromeOS::Init is...mattm@chromium.org2014-02-251-2/+9
* Partial revert of "Add function to support clearing SSL/certificate store."yfriedman@chromium.org2014-02-252-12/+0
* flip_server: Remove const_cast from SSL_CTX_new() call.tfarina@chromium.org2014-02-251-3/+1
* net: add (*.)prodpad.com to HSTS preloaded.agl@chromium.org2014-02-252-0/+2
* Implements the ACK flag for SPDY4/HTTP2 PING framesjgraettinger@chromium.org2014-02-2518-52/+95
* Enable QUIC_VERSION_15.rch@chromium.org2014-02-251-1/+1
* Use scoped_ptr instead of raw pointer to store SpdyFramerBacek@yandex-team.ru2014-02-242-6/+7
* Do not bypass data reduction proxy when 304 lacks via headerzea@chromium.org2014-02-242-9/+33
* Add a histogram to measure the frequency of OCSP stapling support by serversrsleevi@chromium.org2014-02-221-1/+6
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-214-26/+21
* Never send empty non-final messages to Blink.ricea@chromium.org2014-02-213-5/+43
* Wrap callback and call streams_->ReadFrames() on the same linetyoshino@chromium.org2014-02-212-11/+16
* Previously, an unparseable status line would give an "Unexpectedricea@chromium.org2014-02-212-4/+13
* Handle empty non-final async frames correctly.ricea@chromium.org2014-02-212-2/+52
* QUIC - clarified comments for persisting crypto config per comments inrtenneti@chromium.org2014-02-211-7/+5
* Set |bufsize| to 0 when we set |buf| to NULL.wtc@chromium.org2014-02-211-0/+1
* net: don't always add TLS padding.agl@chromium.org2014-02-204-36/+2
* QUIC - changes to LOG statements found while merging the followingrtenneti@chromium.org2014-02-202-7/+7
* net: add (www.)aclu.org to HSTS preloaded list.agl@chromium.org2014-02-202-0/+4
* Persist server's crypto config data to disk cache for 0-RTT.rtenneti@chromium.org2014-02-209-40/+316
* Set new negotiated SPDY version after reusing of SpdySMBacek@yandex-team.ru2014-02-205-5/+37
* Add a unit test for the Net.QuicSession.PublicResetAddressMismatchwtc@chromium.org2014-02-205-49/+166
* Land Recent QUIC Changes.rtenneti@chromium.org2014-02-2050-889/+1405
* Support replacement of IP address resolutions via command line flagjar@chromium.org2014-02-209-0/+1088
* [WebSocket] Fix permessage-deflate handshake failure messages.yhirano@chromium.org2014-02-192-39/+45
* Check for invalid use of data frame opcodes.ricea@chromium.org2014-02-193-34/+112
* Clear reserved flags on synthetic continuations.ricea@chromium.org2014-02-192-2/+36
* Properly initialize logging in quic_server and quic_client sorch@chromium.org2014-02-192-0/+11
* Disk cache: Disable index table unit tests for iOS.rvargas@chromium.org2014-02-181-1/+4
* When clearing the session cache, also flush OpenSSLClientKeyStore.yfriedman@chromium.org2014-02-172-1/+2
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-1/+1
* Fix tests from https://codereview.chromium.org/166143002/yfriedman@chromium.org2014-02-151-2/+3
* Refactoring AndroidKeyStore to support a KeyStore running in another processyfriedman@chromium.org2014-02-1514-201/+589
* Enable SpdyStream's HALF_CLOSED_REMOTE state.jgraettinger@chromium.org2014-02-155-68/+133
* Log QUIC public reset client address mismatch to a histogram.wtc@chromium.org2014-02-147-20/+107
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-145-28/+122
* Remove OnConfigNegotiated from QuicConnectionVisiterInterface.wtc@chromium.org2014-02-144-9/+3
* Clean up dependencies for disk_cache histogram_macros.h.gavinp@chromium.org2014-02-1313-25/+37
* Add function to support clearing SSL/certificate store.yfriedman@chromium.org2014-02-134-1/+23
* Rename closing_* in WebSocketChannel to received_close_* and do some refactoringtyoshino@chromium.org2014-02-132-46/+64
* Exclude file_posix.cc from iOS build of net/ targethuey@chromium.org2014-02-131-3/+3
* Update a stale comment.wtc@chromium.org2014-02-131-2/+2
* Disk cache: Disable block file internal consistency dchecks for normal builds.rvargas@chromium.org2014-02-121-8/+9
* Add a user metrics for invalid referrers detected in the network stackjochen@chromium.org2014-02-121-0/+3
* Changes the type for PING id from uint32 to uint64.jgraettinger@chromium.org2014-02-1219-34/+81
* Refactor SpdyStream to model HTTP/2 stream statesjgraettinger@chromium.org2014-02-124-46/+117
* Use endianness detection from build/build_config.hsdefresne@chromium.org2014-02-111-4/+2
* If SDCH is disabled, don't add an SDCH filterhuey@chromium.org2014-02-111-1/+4
* Run AddressTrackerLinux unittests on Android now that we use thepauljensen@chromium.org2014-02-102-0/+15
* Add UTF-8 validation of Text frames.ricea@chromium.org2014-02-103-10/+368