summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: followup to codereview for cl/7096014agl@chromium.org2011-06-083-22/+66
* Rename the x509_openssl_util namespace to x509_utilrsleevi@chromium.org2011-06-074-28/+26
* Fix AddressList unittestsagayev@chromium.org2011-06-071-22/+38
* Remove special case hack for *.latest.chrome.google.com now that --hsts-hostscevans@chromium.org2011-06-072-7/+3
* Register for network notifications from the right thread (network).joi@chromium.org2011-06-062-6/+25
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-0611-103/+259
* Add local variables to track down a crash.willchan@chromium.org2011-06-041-0/+33
* net: Add NET_TEST to a new code.rvargas@google.com2011-06-033-9/+11
* Changes to have chrome building with net.dllrvargas@google.com2011-06-035-7/+8
* Implements DnsRequest and DnsResponse classes.agayev@chromium.org2011-06-0310-2/+626
* Changed "set_id" in "union SettingsFlagsAndId" so that it gives "flags()" the...rkn@chromium.org2011-06-031-3/+2
* Revert 87809 - Added DnsQuery classagayev@chromium.org2011-06-0310-618/+2
* Added DnsQuery classagayev@chromium.org2011-06-0310-2/+618
* net: pull DNSSEC out from behind the flag.agl@chromium.org2011-06-033-29/+9
* Build fix for the valgrind builders.agl@chromium.org2011-06-023-59/+82
* Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac.adamk@google.com2011-06-022-7/+77
* Clang build fix (last one, hopefully).agl@chromium.org2011-06-022-0/+4
* Clang build fix for r87677.agl@chromium.org2011-06-022-0/+5
* Clang build fix for r87676.agl@chromium.org2011-06-022-0/+5
* net: switch from TXT DNS records to CAA.agl@chromium.org2011-06-026-321/+563
* net: add CRL filter infrastructure.agl@chromium.org2011-06-024-0/+1179
* Don't include SCDynamicStoreKey.h and SCSchemaDefinitions.h.wtc@chromium.org2011-06-021-3/+1
* 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