summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Disable DSS ciphers in the NSS port.davidben2015-03-241-5/+1
* Add test for canonical host alternative service.bnc2015-03-241-0/+17
* Use uint32_t to hold return values from ERR_get_error() and ERR_peek_error().eroman2015-03-243-3/+3
* [net] Remove logic for fixing up Gzip encoding type for downloads.asanka2015-03-2310-456/+5
* Make some changes to the QuicInMemory server to clarify the interface.rch2015-03-237-184/+119
* net: update SpiderOak pinning.agl2015-03-233-12/+14
* net: remove golf[3,4,-6].de/com from HSTS list.Adam Langley2015-03-232-1568/+1563
* Remove prerender cookie store, part 4.davidben2015-03-2329-475/+392
* Avoid busy waiting in the SynchronousHostResolver.rch2015-03-234-20/+15
* Make the simple QUIC client able to resolve hosts.rch2015-03-226-10/+165
* Implement working tests for the simple QUIC client classes.rch2015-03-227-87/+49
* Revert of Make the simple QUIC client able to resolve hosts. (patchset #7 id:...pfeldman2015-03-216-165/+10
* Make the simple QUIC client able to resolve hosts.rch2015-03-216-10/+165
* Pass QuicCryptoServerConfig by pointer instead of reference.sergeyu2015-03-2111-23/+25
* Remove HTTP cache Record/Playback supportrvargas2015-03-203-81/+23
* Move simple QUIC client classes around in the .gyp files.rch2015-03-202-10/+34
* Fix failure in NetUtilTest.IDNToUnicodeFast running on Chromecast.halliwell2015-03-201-1/+1
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-2015-216/+246
* [net] Convert bug triage documents to Markdown.asanka2015-03-206-350/+462
* HSTS preload submissions as of 2015-03-19.lgarron2015-03-202-1538/+1656
* Factor out the QUIC socket reading code into a stand alone QuicPacketReaderrch2015-03-207-136/+180
* PCHECK when closing UDP sockets only when errno=EBADF.sergeyu2015-03-201-1/+7
* Lazy RemoveCanonicalHost().bnc2015-03-191-6/+16
* Add a chromium based simple QUIC client.rch2015-03-1912-365/+382
* net: remove movelaria.com.br from HSTS preloaded.Adam Langley2015-03-192-330/+328
* net: add resources.flowfinity.com to HSTS preloaded.Adam Langley2015-03-192-447/+449
* WebSocket header continuations test case.ricea2015-03-192-0/+46
* Revert of Add a chromium based simple QUIC client. (patchset #10 id:180001 of...jackhou2015-03-1912-382/+365
* Add a chromium based simple QUIC client.rch2015-03-1912-365/+382
* Certificate Transparency: Add UMA for whitelist statuseranm2015-03-191-2/+22
* Extract key metadata from the client certificate on Windows.davidben2015-03-191-116/+38
* Add some instrumentation to investigate a possible UAF.eroman2015-03-192-0/+69
* Record forced alternative service histogram.bnc2015-03-191-0/+3
* Fix up if statement curly braces issues.aurimas2015-03-182-12/+11
* Clear alternate protocols for an origin when an empty or invalid Alternate-Pr...rch2015-03-183-6/+74
* net: remove rpavlik.cz and riftnetwork.net from HSTS preloaded list.Adam Langley2015-03-182-227/+225
* Copy unit tests for the simple QUIC client classes.rch2015-03-183-0/+331
* WebSocketEncoder::CreateServer must not include client_max_window_bits if the...tyoshino2015-03-183-13/+63
* Moves CookieCryptoDelegate to net/extras/sqlite.rohitrao2015-03-182-0/+23
* QUIC - minor cleanup. Track methods that are janky. Methods that arertenneti2015-03-187-258/+11
* Rename WriteString to WriteStringPiece16 in SpdyFrameBuilderzhuoyu.qian2015-03-184-13/+12
* Remove uses of KillProcess()rvargas2015-03-181-2/+1
* Properly handle alerts from the peer in SSL_read.davidben2015-03-186-11/+66
* Make copies of the QUIC client tools in preparation for making chromium-based...rch2015-03-187-0/+1364
* Disk Cache: Verify if the cache is disabled before DoomAllEntries.rvargas2015-03-182-0/+49
* Make GetAlternateProtocol return AlternativeService.bnc2015-03-1710-191/+183
* Remove MIME type check for pre-ICS Android.ddorwin2015-03-171-19/+1
* Add a method to override all the cookies in CookieMonsterdroger2015-03-176-0/+463
* Make GetAlternateProtocolRequestFor return AlternativeService.bnc2015-03-174-30/+30
* Do not re-add alternate protocol in SetBrokenAlternateProtocol.bnc2015-03-171-10/+3