summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-022-8/+10
* net: Add code to extract CRL URLs from X.509 certificates.agl@chromium.org2011-06-023-14/+194
* Adds unit tests that attempt to verify the following through simulation:joi@chromium.org2011-06-027-88/+906
* Add invalid data send check on CONNECTING statetoyoshim@chromium.org2011-06-023-168/+130
* Linux: add an extra CHECK to try and figure out bugs 75508 and 84673.mdm@chromium.org2011-06-021-1/+10
* Add talk.google.com and hostedtalkgadget.google.com to the HSTS list aftercevans@chromium.org2011-06-012-0/+11
* Add a unit test to verify that an invalid status code (-1)wtc@chromium.org2011-06-011-0/+13
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-0112-89/+113
* Remove the SSL FalseStart field trial, since we've finished studying it.mbelshe@google.com2011-06-011-12/+0
* Reloaded the device-management file before every policy request is answered.sfeuz@chromium.org2011-06-011-24/+37
* fix unit test bugagayev@chromium.org2011-06-012-4/+10
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-3117-31/+43
* Revert 86966 - Add back the state that waits for the ssl_host_info_ data to b...wtc@chromium.org2011-05-312-29/+2
* Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSEwtc@chromium.org2011-05-314-7/+36
* Fix nits related to SSLHostInfo.wtc@chromium.org2011-05-315-13/+19
* Apparently, ssl.gstatic.com is used to load a lot of content over http too.cevans@chromium.org2011-05-312-3/+2
* Revert 87315 - Revert 87309 - Second attempt to fix linux redux buildermirandac@chromium.org2011-05-311-3/+3
* Revert 87309 - Second attempt to fix linux redux buildermirandac@chromium.org2011-05-311-3/+3
* Second attempt to fix linux redux builderjoth@chromium.org2011-05-311-3/+3
* net: remove a random 10% of the False Start blocklist.agl@chromium.org2011-05-311-439/+0
* Adding ScopedAllowIO in UploadData::Element::GetContentLength.tzik@chromium.org2011-05-311-3/+18
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-313-4/+4
* net: add squareup.com and uprotect.it to HSTS preloaded list.agl@chromium.org2011-05-302-0/+16
* Fix RandUint32 to be uniform.joi@chromium.org2011-05-301-4/+2
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-2711-157/+472
* Revert 87077 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-2711-472/+157
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-2711-157/+472
* Make destructor virtual (Clang caught this, yay! :)joi@chromium.org2011-05-271-1/+1
* Revert 87066 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-2711-472/+157
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-2711-157/+472
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-2712-81/+607
* Revert 86422 - Make DHCP WPAD on by default.joi@chromium.org2011-05-273-9/+5
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-273-6/+4
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-273-4/+6
* Add back the state that waits for the ssl_host_info_ data to be ready.wtc@chromium.org2011-05-272-2/+29
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-263-5/+4
* Added static method that allows creation of an AddressList from a list of IP ...agayev@chromium.org2011-05-263-40/+120
* Add '?' to the list of characters escaped when constructing a file:// URLasanka@chromium.org2011-05-262-0/+4
* Switch to the new CustomHistogram::ArrayToCustomRanges() utilityjoi@chromium.org2011-05-261-46/+43
* Fix scope issues in DHCP WPAD code pointed out by jar@.joi@chromium.org2011-05-267-45/+63
* Apply third party cookie blocking to all kinds of cookiesjochen@chromium.org2011-05-263-8/+5
* Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDYtoyoshim@chromium.org2011-05-262-0/+13
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-264-24/+86
* Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce...willchan@chromium.org2011-05-263-86/+16
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-263-16/+86
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-263-4/+5
* Fix memory leak.koz@chromium.org2011-05-251-1/+1
* Give URLRequestJobFactory::Interceptors the ability to specify protocols they...koz@chromium.org2011-05-253-0/+69
* Remove useless compile assert.abarth@chromium.org2011-05-251-2/+0
* Replace CHECK in NetworkChangeNotifierWin::WatchForAddressChangemmenke@chromium.org2011-05-251-2/+2