summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix QUIC alternate protocol behavior so that that main job does not waitrch@chromium.org2013-06-223-9/+86
* Add logging to the QUIC write path.rch@chromium.org2013-06-228-12/+213
* Shuffle media-related WebMimeRegistry code from webkit/ to content/.scherkus@chromium.org2013-06-223-37/+20
* Remove v6 address from QUIC host lookupsrch@chromium.org2013-06-221-0/+10
* Disable test with an expired certificatermsousa@chromium.org2013-06-221-2/+2
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-217-43/+31
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-215-7/+8
* [SPDY] Fix SpdySession's handling of SYN_REPLY framesakalin@chromium.org2013-06-215-76/+146
* Disk cache: Update Addr to handle file format version 3.rvargas@google.com2013-06-215-25/+84
* Unlink corrupt SimpleCache index files immediately after load.gavinp@chromium.org2013-06-213-1/+63
* Revert a workaround commit for a Use-After-Free crash.yhirano@chromium.org2013-06-214-80/+11
* Fix a bug in quic_in_memory_cache.honghaiz@chromium.org2013-06-214-1/+88
* Pretty-print QUIC CONNECTION_CLOSE and RST_STREAM error codes.rch@chromium.org2013-06-211-2/+2
* Disable TLS 1.2 if USE_OPENSSL is defined (such as on Android) towtc@chromium.org2013-06-211-3/+3
* Set receive buffer size, and comment about possible setting of send buffer.jar@chromium.org2013-06-211-0/+20
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-2121-101/+1038
* Actually enable Alternate-Protocol support for QUIC.rch@chromium.org2013-06-213-25/+16
* Cleanup: Factor and de-duplicate out mock socket used for testing mdnsnoamsml@chromium.org2013-06-214-147/+240
* Disk cache: Introduce a BlockHeader class.rvargas@google.com2013-06-212-89/+142
* Disable SRP, HMAC-SHA384, and ECDH (but not ECDHE) cipher suites, towtc@chromium.org2013-06-201-3/+6
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+1
* mac: Let net/ compile with the 10.9 sdk (while targeting 10.6).thakis@chromium.org2013-06-203-8/+19
* Disk cache: move some code to the desired location.rvargas@google.com2013-06-202-21/+21
* Added NET_EXPORT into mDns code.vitalybuka@chromium.org2013-06-201-3/+3
* net: add (*.)bccx.com to HSTS preloaded list.agl@chromium.org2013-06-202-0/+2
* Don't crash when SimpleCache index is corrupt.gavinp@chromium.org2013-06-203-8/+73
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Simple Cache Eviction: report sizes in KiBpasko@chromium.org2013-06-201-5/+10
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2013-06-2016-136/+574
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-2017-6/+535
* Enable GoDaddy/Starfield G2 roots for EVrsleevi@chromium.org2013-06-201-0/+18
* Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...yhirano@chromium.org2013-06-191-2/+3
* MDnsClient: Process all records before alerting listenersnoamsml@chromium.org2013-06-194-43/+176
* Simple Cache: set variable index flush delayspasko@chromium.org2013-06-182-5/+32
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-181-7/+8
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-1824-202/+397
* Updating the mapped_file_avoid_mmap_posix implementation.qsr@chromium.org2013-06-186-25/+314
* Implement Sign() method of Channel_id for NSS.rtenneti@chromium.org2013-06-1811-40/+122
* Add randomness to proxy bypass timeout on iOSbengr@chromium.org2013-06-181-1/+1
* [SPDY] Avoid crash when an active stream closes another when it is closedakalin@chromium.org2013-06-181-4/+8
* X509Certificate::GetDefaultNickname should handle a user certificatewtc@chromium.org2013-06-174-3/+136
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Miscellaneous cleanup of TLS 1.2 code.wtc@chromium.org2013-06-177-199/+1064
* Optimize public suffix list implementationnyquist@chromium.org2013-06-179-22504/+22190
* Allow custom TaskRunners for async operations in net::FileStream.earthdok@google.com2013-06-176-26/+71
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-171-2/+1
* Gracefully handle an asynchronous write disconnect when an SSL read is pendingrsleevi@chromium.org2013-06-172-10/+99
* Reduce verbosity of net::SocketStreamricea@chromium.org2013-06-171-2/+2
* Revert "Updating the mapped_file_avoid_mmap_posix implementation."dfalcantara@chromium.org2013-06-156-292/+25
* Removed spurious uses of RunUntilIdle from the MDnsClient unit testsnoamsml@chromium.org2013-06-151-47/+10