summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC Changes.rtenneti2014-10-1350-223/+392
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-131-4/+28
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-138-80/+69
* Fix a QUIC bug where the headers stream becomes flow control blocked andrtenneti2014-10-134-7/+93
* Add Yahoo domains to HSTS preload list.Chris Palmer2014-10-132-1311/+1437
* Fix a QUIC flow control bug where a stream is flow control blocked whenrtenneti2014-10-135-6/+11
* Add histogram to track NPN/ALPN.bnc2014-10-136-4/+83
* Replace newly added OVERRIDE with its C++11 counterparts in src/netr.nagaraj2014-10-112-8/+8
* Use Android proxy's exclusion list to enable proxy bypasssgurun2014-10-113-12/+46
* Align base::hash_map with C++11, part 1.davidben2014-10-111-11/+0
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-102-2/+20
* Instrumenting read callbacks to find jank in TCPSocketWin::Core::ReadDelegate...vadimt2014-10-103-0/+13
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-0924-609/+1208
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-093-16/+13
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-09488-3677/+3677
* Fix Mac ASAN on swarming and enable ASAN symbolization.John Abd-El-Malek2014-10-091-0/+2
* stale-while-revalidate experimental implementation.ricea2014-10-0814-115/+978
* Fix crash due to checkfailure in AutocompleteInput::Parse().pkasting2014-10-074-42/+32
* net: mark play.google.com as including subdomains.Adam Langley2014-10-072-3/+2
* Use a more compact HSTS representation.Adam Langley2014-10-073-1497/+2229
* Fix build rules and files of GN for ChromeOSmukai2014-10-071-6/+6
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-10-071-1/+1
* Declaring the weak_ptr_factory in proper order in src/net.nagarjuna.a2014-10-071-5/+5
* Fix deprecation warnings about including <gssapi.h> instead of <gssapi/gssapi...r.c.ladan2014-10-072-1/+4
* Unbreak HTTPSRequestTest.DisableECDSAOnXP.davidben2014-10-072-5/+3
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-67/+67
* net: add a batch of HSTS preloads.Adam Langley2014-10-062-1/+71
* Adds NetworkChangeNotifier::GetCurrentMaxBandwidth.jkarlin2014-10-064-1/+91
* Add CryptAuthApiCallFlow class, the underlying object to handle all CryptAuth...tengs2014-10-062-0/+5
* MSE: Relax H.264 Baseline mimetype profile recognitionwolenetz2014-10-041-7/+43
* QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/...rtenneti2014-10-02141-1129/+1126
* net: block retired Fraunhofer intermediate.agl2014-10-021-4/+7
* Do not read past the end of the string in net::SniffXML().earthdok2014-10-021-3/+5
* GN, GYP: Remove -Wno-incompatible-pointer-types flag for building NSS.engedy2014-10-022-12/+0
* QUIC - track the open and close states of disk cache entries ofrtenneti2014-10-021-3/+24
* Fix bug in ALTERNATE_PROTOCOL_USAGE_MAPPING_MISSING histogramrch2014-10-021-5/+7
* Merge the server-side support of ALPN from the NSS upstream.wtc2014-10-028-53/+526
* Adds TCP FastOpen blackhole recovery code to avoid getting persistently black...jri2014-10-022-85/+171
* GN build: Prescribe -Wno-header-guard for direct dependents of libssl.engedy2014-10-021-4/+8
* Start server thread in new TestWebServer.start() method rather than constructorpaulmiller2014-10-021-11/+38
* QUIC - minor cleanup changes to keep code in sync with internal source.rtenneti2014-10-011-2/+1
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-016-0/+51
* Remove unnecessary ifdefs for maximum SSL version.davidben2014-10-011-16/+1
* Roll BoringSSL.davidben2014-10-011-3/+3
* QUIC - close the disk cache entry after write is completed.rtenneti2014-10-012-4/+89
* Add net/third_party/nss/OWNERS.wtc2014-10-011-0/+4
* Rename all isolate_dependency_* to files.maruel2014-10-012-7/+4
* [Regression fix] [Data URI parser] Accept data URI with invalid mediatype datatyoshino2014-10-014-13/+54
* Make --log-net-log and NetLogLogger hide cookies by default,mmenke2014-09-304-63/+69
* gn: Fix more build issues on Winckocagil2014-09-301-1/+3