summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add AsyncDNS.NameServersType histogram.ttuttle@chromium.org2014-03-123-1/+214
* Add logging of reason for URLRequestRedirectJobs,mmenke@chromium.org2014-03-126-11/+33
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-116-10/+10
* Fix net_unittests failure caused by assuming "foo" would never be a valid TLDrsleevi@chromium.org2014-03-111-2/+2
* Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...phajdan.jr@chromium.org2014-03-111-8/+11
* Refresh Public Suffix List for the latest ICANN-contracted registriesrsleevi@chromium.org2014-03-113-24453/+32069
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-111-1/+1
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so thispkasting@chromium.org2014-03-1111-83/+1
* QUIC - rename |read_start_time_| to |disk_cache_load_start_time_|.rtenneti@chromium.org2014-03-112-4/+4
* Refactor HpackDecoder's public API to ease integration into SpdyFramer.jgraettinger@chromium.org2014-03-1110-144/+423
* Remove Proxy from the the QUIC session key (and friends)rch@chromium.org2014-03-106-160/+126
* Implement HPACK draft '06 maximum size context updatejgraettinger@chromium.org2014-03-1015-153/+353
* Gather histogram for received packets indicating losses.jar@chromium.org2014-03-102-8/+62
* Cleanup: have common HttpResponseHeaders routine to update with rangekinuko@chromium.org2014-03-104-25/+103
* Include the scheme in the key for QUIC the session map.rch@chromium.org2014-03-104-148/+318
* ObserverList add/remove methods should return a boolean.mlamouri@chromium.org2014-03-101-3/+1
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-108-0/+24
* QUIC - histograms to measure the time spent to read QUIC severrtenneti@chromium.org2014-03-102-4/+16
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-105-8/+6
* Revert 255858 "Simplify the user agent code some more since afte..."jam@chromium.org2014-03-095-6/+8
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-095-8/+6
* Fail QUIC requests for secure resources over insecure connections.rch@chromium.org2014-03-092-0/+10
* Fix IWYU in base/files/file.htnagel@chromium.org2014-03-091-0/+1
* Add a histogram to track the number of QUIC packets received by a QUICrch@chromium.org2014-03-081-7/+10
* Revert 255311 "Bind before sandbox lockdown on Windows."vitalybuka@chromium.org2014-03-078-24/+0
* QUIC - Minor cleanup changes to match the internal source code.rtenneti@chromium.org2014-03-078-12/+10
* Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m...rtenneti@chromium.org2014-03-077-32/+109
* Land Recent QUIC Changes.rtenneti@chromium.org2014-03-0759-530/+737
* Revert 255397 "Fill out the rest of the StringPiece functions fo..."brettw@chromium.org2014-03-071-1/+1
* Remove the flash specific disk cache backend.gavinp@chromium.org2014-03-0620-1769/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-0616-48/+45
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-061-1/+1
* Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...rmistry@chromium.org2014-03-067-106/+31
* HttpServerProperties - Implement MRU for AlternateProtocolMap. Persistrtenneti@chromium.org2014-03-067-31/+106
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-068-0/+24
* Remove CERT_STATUS_WEAK_DH_KEY. A weak DH key is not a certificate error.wtc@chromium.org2014-03-062-5/+1
* Disable QUIC port selection when the server is going away.rch@chromium.org2014-03-063-2/+45
* Add a ClearAlternateProtocol method to HttpServerPropertiesrch@chromium.org2014-03-064-0/+22
* Fixed chrome proxy via checkbengr@chromium.org2014-03-062-1/+6
* [mDNS] Move logging from LOG(WARNING) to DVLOG(1) to not spam the consolenoamsml@chromium.org2014-03-052-5/+5
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-2/+4
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-052-4/+2
* Remove a dead test for non-final control frames.ricea@chromium.org2014-03-052-33/+4
* Improve network interface name on Win for WebRTC logs.grunell@chromium.org2014-03-055-5/+11
* net: a weak DH key is not a certificate error.agl@chromium.org2014-03-051-1/+2
* Update HPACK Huffman code for '06 draft releasejgraettinger@chromium.org2014-03-045-354/+68
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-042-2/+4
* flip_server: Use base's SplitString() function in LoadTimeMeasurement.tfarina@chromium.org2014-03-041-23/+10
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-042-4/+2