summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Switch DCHECK() guarding against URLRequest::Read() failurerdsmith2014-09-241-1/+2
* Enable SDCH over HTTPS.rdsmith2014-09-242-7/+14
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-2423-383/+403
* Add debugging information to the SSL blocking pagefelt2014-09-245-4/+8
* Use sidestep to detour CertVerifyCertificateSignatureEx on Windows versions e...rsleevi2014-09-246-0/+373
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-232-20/+15
* Cast: Allow extension to control wifi options on windowshubbe2014-09-236-87/+322
* Fix dictionary domain check problem.rdsmith2014-09-232-4/+74
* Handle URLRequest::Read() returning false without an error or ERR_IO_PENDING.rdsmith2014-09-232-0/+9
* net: manual HSTS addition by request of the site.Adam Langley2014-09-232-0/+6
* DCHECK -> CHECK for UDPSocket Read/Write calls when previous in progress.vitalybuka2014-09-232-4/+4
* net: another batch of HSTS updates.Adam Langley2014-09-232-0/+74
* Changed URLRequest::received_response_content_length() to be a const method.sclittle2014-09-231-1/+1
* Add data reduction functionality to all platforms.kundaji2014-09-237-66/+8
* Enqueue mDns requests if send on socket in progress.vitalybuka2014-09-223-57/+128
* Interface change for net_util.h for WebRTC IPv6 support.guoweis2014-09-224-16/+51
* The non-tracking mode in AddressTracker will be used as a way to get a snapsh...guoweis2014-09-223-64/+200
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-2019-346/+327
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-2019-327/+346
* QUIC - Don't close the QUIC connection if server config update messagertenneti2014-09-201-3/+7
* Only use the platform cert in verification in SSLClientSocketOpenSSL.davidben2014-09-195-173/+170
* Only add pdb to isolate when fastbuild!=2.John Abd-El-Malek2014-09-191-1/+1
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-1919-341/+327
* Remove void** from disk_cache interface.gavinp2014-09-1919-327/+341
* Don't immediately timeout upon range request cache lock.dalecurtis2014-09-191-4/+8
* Correctly fix a bug when a QUIC session is closed during the call torch2014-09-181-1/+7
* Fix Mac GN build.brettw2014-09-181-2/+7
* Persist the server config that is received via kSCUP.rtenneti2014-09-183-48/+121
* net: update HSTS header file for e271e606.Adam Langley2014-09-181-0/+44
* Detect whether a PAC url is present on Androidxunjieli2014-09-183-13/+54
* Display Alternate Protocol Probability Threshold in net-internals.rch2014-09-182-0/+7
* Fix typo in NetLogQuicAckFrameCallback where recieved packets wererch2014-09-171-1/+1
* Make the net logging code more compact.bratell2014-09-173-29/+56
* use base::Time constants in net module instead of using static constantsprashhir2014-09-171-3/+3
* Remove obsolete FRIEND statements.bnc2014-09-171-4/+0
* QUIC - minor cleanup changes to keep code in sync with the internalrtenneti2014-09-175-3/+2
* One missed #ifdef and some comments cleaned up.jri2014-09-162-13/+13
* Move handling of invalid referrer to the network delegatejochen2014-09-166-8/+79
* Remove some unused proxy-related histograms.eroman2014-09-164-236/+1
* This CL adds a NetLog observer, and uses the newly addedxunjieli2014-09-164-0/+532
* Add SetSupportsQuic method to explicitly specify server that supports QUIC.mef2014-09-162-1/+5
* Log SPDY protocol specific setting IDs (alternate).bnc2014-09-161-14/+38
* Introduce new SPDY Version UMA histogram.bnc2014-09-163-11/+18
* Landing Recent QUIC Changes.rtenneti2014-09-1631-288/+607
* IpcNetworkManager in renderer/p2p didn't specify the right network prefix,guoweis2014-09-152-3/+3
* Remove implicit conversions from scoped_refptr to T* in netdcheng2014-09-152-25/+29
* net: another batch of HSTS preloads.Adam Langley2014-09-151-0/+44
* Plumbing for TCP FastOpen field trial.jri2014-09-153-18/+25
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-132-2/+2
* Delete enumerations at Simple Cache backend deletion.gavinp2014-09-133-6/+64