summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Rename websockets/*_unittest.cc to *_test.ccricea@chromium.org2013-09-0610-24/+23
* Prefer to generate SHA-1 signatures for TLS 1.2 client authentication ifwtc@chromium.org2013-09-064-27/+74
* Don't count ERR_IO_PENDING as a QUIC write error code.rch@chromium.org2013-09-051-1/+3
* Simple Cache: restore the high-res timerpasko@chromium.org2013-09-052-2/+35
* Reland of 218616. It was reverted in 219027 due to crashes in the case ofmmenke@chromium.org2013-09-0510-245/+1133
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-051-1/+4
* net: add (*.)wiki.python.org to HSTS preloaded.agl@chromium.org2013-09-052-0/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-0535-249/+1089
* WriteFrames() only handles complete frames. Clarify that point.ricea@chromium.org2013-09-051-12/+15
* Revert "Handling of multiple concurrent requests from different clients in OA...eustas@chromium.org2013-09-052-5/+0
* Handling of multiple concurrent requests from different clients in OAuth2Toke...zelidrag@chromium.org2013-09-042-0/+5
* Report a more specific QUIC error when reading from the socket fails.rch@chromium.org2013-09-044-10/+15
* Revert 220123 "Remove simple_util::GetMTime from simple cache."pasko@chromium.org2013-09-046-31/+47
* Remove calls to HandleScope default ctor.marja@chromium.org2013-09-041-4/+5
* net: don't allow SSLv3 fallback for Google properties.agl@chromium.org2013-09-043-9/+5
* Stop supporting QUIC version 7 and 8 to avoid the version negotiation bugrch@chromium.org2013-09-041-1/+1
* Add a new histogram Net.QuicSession.WriteErrorrch@chromium.org2013-09-031-0/+2
* Work around a bug in the interaction between QuicConnection and the rch@chromium.org2013-09-034-1/+23
* Make EmbeddedTestServer usable in the absence of pre-existing threads.mnissler@chromium.org2013-09-033-22/+121
* net: add DigiCert to Twitter pins.agl@chromium.org2013-09-033-0/+68
* Disk cache: Make sure the size stats ate not used after the backend goes away.rvargas@chromium.org2013-09-033-1/+12
* Add wallet to the Google HSTS list (replacing defunct health).cevans@chromium.org2013-09-033-4/+4
* Remove ref-counting from StreamListenSocketszym@chromium.org2013-09-0321-131/+126
* Lint & readability cleanup in Simple Cache.gavinp@chromium.org2013-09-034-11/+14
* There are some common string constants used by code that performs thericea@chromium.org2013-09-035-46/+205
* SimpleCache: add cache type to histogram namesclamy@chromium.org2013-09-0214-213/+339
* Fixing a problem introduced when "Unknown" certs were renamedgspencer@chromium.org2013-09-022-2/+2
* Listen for mDns traffic in setuid sandboxed Utility process.vitalybuka@chromium.org2013-09-012-10/+10
* If a previously zombie'd QUIC stream is closed and the headers have beenrch@chromium.org2013-09-012-0/+32
* Move server socket functionality from TCPServerSocket into TCPSocket.yzshen@chromium.org2013-09-0113-256/+756
* Implement async writes for QUIC streams.rch@chromium.org2013-09-016-13/+92
* Remove calls to to-be-deprecated v8::Persistent funcs.marja@chromium.org2013-08-301-2/+2
* Clean up Simple Index handling of removed entries.gavinp@chromium.org2013-08-301-7/+5
* Flush the SimpleBackendImpl's SWP in tests.earthdok@chromium.org2013-08-303-0/+10
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-3024-34/+33
* On Windows, prefer to generate SHA-1 signatures for TLS 1.2 clientwtc@chromium.org2013-08-305-6/+262
* net: add bcrook.com to HSTS preloaded.agl@chromium.org2013-08-302-0/+2
* WebSocketBasicStream is the basic implementation of the WebSocket protocol overricea@chromium.org2013-08-305-0/+907
* Sparse IO: Allow failover to network in debug buildspasko@chromium.org2013-08-305-9/+113
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-0/+1
* Revert 219882 "Turn off TLS 1.2 to work around the TLS 1.2 clien..."wtc@chromium.org2013-08-291-2/+4
* net: test that cert is marked as revoked if EV revocation check receives revo...agl@chromium.org2013-08-292-0/+29
* Fix flakiness in TCPListenSocketTests due to using a fixed port.mmenke@chromium.org2013-08-292-9/+40
* PlatformSocketFactory integrated with libevent sockets.vitalybuka@chromium.org2013-08-2915-45/+91
* If the stream is being closed locally (for example in the case of arch@chromium.org2013-08-2911-29/+232
* Fix possible NULL pointer deferencement.etienneb@chromium.org2013-08-291-2/+2
* Remove simple_util::GetMTime from simple cache.gavinp@chromium.org2013-08-296-47/+31
* Revert 219811 "Opt *.corp.google.com into HSTS."cevans@chromium.org2013-08-283-4/+0
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-281-73/+71
* Reduce Simple Index memory use.gavinp@chromium.org2013-08-287-61/+148