summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-071-7/+11
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-0715-46/+60
* Add requested documentation.abarth@chromium.org2011-05-061-0/+7
* net/url_request/url_request_test_util.h doesn't need to includewtc@chromium.org2011-05-062-1/+1
* Accept new WebSocket handshake format (hybi-04 and later).yutak@chromium.org2011-05-064-57/+553
* Implemented unit tests for ProxyService and fixed a bugbattre@chromium.org2011-05-063-2/+247
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-062-142/+185
* GetPeerAddress could be called without socket, added checkdpolukhin@chromium.org2011-05-061-0/+6
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-5/+5
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-067-17/+26
* (harmless) Missed include from http://codereview.chromium.org/6930040/cevans@chromium.org2011-05-051-0/+1
* Gchat data is mapped onto talkgadget.google.com so don't forget to HSTS it.cevans@chromium.org2011-05-052-0/+8
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-058-23/+33
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-053-1/+55
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-0513-121/+245
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-058-54/+210
* net: add cloudsecurityalliance.org to HSTS preloaded list.agl@chromium.org2011-05-052-0/+8
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-0511-22/+26
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-053-9/+23
* Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...joi@chromium.org2011-05-053-22/+9
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-057-26/+17
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-053-9/+22
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-0559-179/+179
* Change the obsolete ProxyConfigServiceNull to ProxyConfigServiceDirect.wtc@chromium.org2011-05-041-1/+1
* net: remove a random 10% of the False Start blocklist.agl@chromium.org2011-05-041-459/+0
* net: remove napster.com from False Start blocklist.agl@chromium.org2011-05-041-1/+0
* net: add (*.)stripe.com to the HSTS preloaded list.agl@chromium.org2011-05-042-0/+4
* net: add logentries.com to the HSTS preloaded list.agl@chromium.org2011-05-042-0/+10
* Allow server to indicate a non-SDCH encodingjar@chromium.org2011-05-041-1/+27
* net: remove the project net_base, and move back to a single net library.rvargas@google.com2011-05-041-152/+72
* Canary HSTS for mail.google.com, based on enthusiastic support to try.cevans@chromium.org2011-05-042-7/+8
* Nitpick: add missing header file in gyp file.qsr@chromium.org2011-05-041-0/+1
* Use a MessageLoopProxy to forward PAC script errors to the network delegatejochen@chromium.org2011-05-034-18/+31
* Use a MessageLoopProxy rather than manual Lock + MessageLoop* in HostResolver...eroman@chromium.org2011-05-031-71/+32
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-0310-1125/+819
* Initialize the network_delegate_ and fix stylejochen@chromium.org2011-05-033-3/+7
* Tweaks to extension webRequest API.mpcomplete@chromium.org2011-05-033-9/+8
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-035-20/+65
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-0316-23/+305
* FTP: Fix a compatibility issue with Plan9phajdan.jr@chromium.org2011-05-032-7/+11
* Increase warning level to 4 on Visual Studiomaruel@chromium.org2011-05-031-1/+2
* Add profiles.google.com to HSTS list, with permission.cevans@chromium.org2011-05-032-0/+7
* Fix net/ command-line pollution introduced in http://codereview.chromium.org/...cevans@chromium.org2011-05-027-85/+60
* Net: Define the net api for building net as a dll.rvargas@google.com2011-05-022-0/+27
* linux: components buildevan@chromium.org2011-05-021-1/+2
* net: add romab.com to HSTS preloaded list.agl@chromium.org2011-05-022-0/+5
* Revert 83641 - DNS Host resolver changes with retry logic. Fix forjar@chromium.org2011-05-023-390/+49
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-301-20/+12
* Fix problem when interpreting Gnome proxy settings, where http, https, and ft...eroman@chromium.org2011-04-302-32/+92
* Initialize os_error to 0. rtenneti@chromium.org2011-04-301-1/+1