summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Remove AndroidKeyStore.releaseKey.davidben2016-01-124-58/+31
* Convert DnsConfig values from base::Value* to scoped_ptr<base::Value>.tfh2016-01-119-21/+21
* net: move kBluetoothAddressSize constant into winsock_util.htfarina2016-01-113-6/+8
* net: calculate the size of question section in a helper functiontfarina2016-01-112-5/+9
* QUIC - Log finch field trial options used in net-internals/#quic tab.rtenneti2016-01-111-0/+16
* Remove syzm and ellyjones as net owners.mmenke2016-01-111-6/+0
* Convert enable_bidirectional_stream into build flag local to net.mef2016-01-1111-32/+58
* net: build fix about CertificateListdongseong.hwang2016-01-111-1/+1
* Use std::move instead of release() + new scoped_ptr in sdch_ownerolli.raula2016-01-111-1/+1
* Use scoped_ptr in ComponentPatternList in ip_patternolli.raula2016-01-112-6/+5
* Refresh Public Suffic List to the latest versionrsleevi2016-01-092-27/+124
* Tweaked comments related to mime boundary marker generation.lukasza2016-01-091-0/+2
* Remove SPDY/2 code.bnc2016-01-0823-1032/+200
* Fix permission checking for negotiate auth on Androiddgn2016-01-082-46/+133
* Simple Cache: Record sparse reads/writes in NetLogttuttle2016-01-082-8/+90
* Increase HTTP/2 response header buffer limit to 256 kB.bnc2016-01-084-19/+64
* Replace core of DER parsing in net/cert/asn1_util with net/dernharper2016-01-085-220/+152
* Fix HttpStreamFactoryImpl::RequestBidirectionalStreamJob build error.mef2016-01-081-1/+3
* Introducing a net::GenerateMimeMultipartBoundary helper.lukasza2016-01-083-0/+81
* Disable QuicEndToEndTest.LargePostWithNoPacketLoss andrtenneti2016-01-081-2/+14
* Change the interface of GetAlternativeServicesFor to GetAlternativeService, a...zhongyi2016-01-0810-91/+661
* Clean up entries in checklicenses.py.thestig2016-01-081-1/+1
* net: cleanup unused things from network_interfaces header filetfarina2016-01-071-25/+1
* Remove unused codevitalybuka2016-01-072-36/+1
* net: exclude directory_listing_unittest.cc from the build when the file suppo...Thiago Farina2016-01-062-0/+2
* Replace Export/ImportPrivateKey calls with Copy and clean up .get()s.wez2016-01-062-26/+20
* net: extract GetDirectoryListingXXX functions into directory_listing.*tfarina2016-01-0611-90/+107
* Removing deprecated APIs for closing QUIC connections without details and thealyssar2016-01-067-14/+9
* QUIC - Track how long proof verification takes when cached server configrtenneti2016-01-062-0/+8
* Fix naming of http://*.tgz?* downloads without a content-disposition.mmenke2016-01-063-69/+74
* Store and report sdch's Dictionary first use intervalBacek2016-01-063-84/+164
* Use scoped_ptr in RecordMapvitalybuka2016-01-062-28/+15
* Add current_send_quota() accessor to WebSocketChannelricea2016-01-062-1/+30
* Add hstspreload submissions as of 2016-01-05.lgarron2016-01-062-3676/+4391
* Landing Recent QUIC changes until 12/30/2015 21:25:57 UTCjokulik2016-01-0643-266/+935
* Add a default QuicCryptoClientStreamFactoryrch2016-01-068-9/+56
* Always expect certificates in QuicChromiumClientSession::CanPoolrch2016-01-054-55/+160
* Fix naming of http://*.tar.gz?* downloads without a content-disposition.mmenke2016-01-052-524/+197
* HttpServerProperties - maintain the MRU order (across browser sessions)rtenneti2016-01-052-140/+303
* Don't unnecessarily copy stringsarjanl2016-01-051-9/+3
* Make FactoryMap use scoped_ptr in http_auth_handler_factoryolli.raula2016-01-052-11/+5
* Do full name comparison (rather than just byte-for-byte equality test) when v...eroman2016-01-054-7/+780
* Remove UTN - DataCorp SGC from being treated as EVrsleevi2016-01-051-5/+0
* Update SSLServerSocket::CreateSSLServerSocket to take key as const refmaniscalco2016-01-057-15/+13
* Revert of Flipping FEC flag at client to enable FEC protection on connection ...rch2016-01-041-1/+1
* Refactor QUIC buffer allocation to support an injectable allocator. No functi...jdorfman2016-01-0428-37/+206
* Use scoped_ptr in ProtocolHandlerMap url_request_job_factory_implolli.raula2016-01-042-6/+3
* Store BalsaFrame in scoped_ptr in flip_server/http_interface.holli.raula2016-01-042-3/+2
* Clear scoped_ptr right wayolli.raula2016-01-041-1/+1
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-1/+1