summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-227-26/+0
* Assert the return value of sock_->Write() for both sync and asyncwtc@chromium.org2011-06-221-3/+2
* Coverity bug fix (NEGATIVE_RETURNS)groby@chromium.org2011-06-221-1/+5
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-222-3/+5
* Coverity: Check for negative lseek return valies in disk_cache::File::GetLength.thestig@chromium.org2011-06-211-2/+4
* Allow hyphens at the beginning of domain components, except for the last doma...pkasting@chromium.org2011-06-213-3/+7
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-213-4/+32
* Factor out Verify into x509 base classjoth@chromium.org2011-06-216-57/+41
* Not allow compression when requesting multimediaenal@chromium.org2011-06-212-48/+91
* Revert 89837 - Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-219-70/+43
* Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-219-43/+70
* net: rebase NSS patches. No code change.agl@chromium.org2011-06-219-659/+660
* Switch test server to new-style "device gone" status code.mnissler@chromium.org2011-06-211-1/+1
* Remove unused parts of the cloud policy protocolgfeher@chromium.org2011-06-211-110/+8
* Add GetWellKnowMimeTypeFromExtension() to limit the search to a fixed set of ...michaeln@google.com2011-06-212-9/+39
* Disk cache: Move some debugging code around to avoid triggeringrvargas@google.com2011-06-211-1/+1
* net: Fix more regressions for net.dllrvargas@google.com2011-06-202-1/+3
* net: don't remove German federal sites from blacklist yet.agl@chromium.org2011-06-201-0/+2
* net: randomly remove 15% of the False Start blacklist.agl@chromium.org2011-06-201-565/+0
* net: Don't access SECOID_AlgorithmIDTemplate directly.rvargas@google.com2011-06-201-1/+2
* Add more CHECKs to track down bug 80095.willchan@chromium.org2011-06-202-31/+67
* Revert "Add revocation checking field trial."agl@chromium.org2011-06-204-47/+2
* Changed calls to the "SettingsFlagsAndId" constructor to take 0. This should ...rkn@chromium.org2011-06-201-3/+3
* Log the server's hostname and port in SSL handshake error messages.wtc@chromium.org2011-06-201-1/+2
* Map WSAEMSGSIZE to ERR_MSG_TOO_BIG.sergeyu@chromium.org2011-06-201-0/+2
* Make toy DMServer honor managed_users on registration requests.mnissler@chromium.org2011-06-201-1/+7
* Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...cevans@chromium.org2011-06-204-4/+39
* Revert 89629 - Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on...cevans@chromium.org2011-06-203-4/+8
* Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.cevans@chromium.org2011-06-193-8/+4
* Revert 89489 - net: don't check revocation when fetching PAC files.cevans@chromium.org2011-06-194-39/+4
* initialize TestTimeouts for python test server (run_testserver target)tim@chromium.org2011-06-181-0/+3
* net: Fix regressions for net.dllrvargas@google.com2011-06-172-2/+4
* Revert 89532 - Not allow compression when requesting multimediaakalin@chromium.org2011-06-172-89/+46
* Map PR_NOT_CONNECTED_ERROR to net::ERR_SOCKET_NOT_CONNECTED.wtc@chromium.org2011-06-171-0/+4
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-176-108/+130
* Not allow compression when requesting multimediaenal@chromium.org2011-06-172-46/+89
* Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall as flaky (Mac)akalin@chromium.org2011-06-171-1/+8
* net: serialize SSL connection status to disk cache.agl@chromium.org2011-06-171-1/+16
* net: don't check revocation when fetching PAC files.agl@chromium.org2011-06-174-4/+39
* Unit tests for WebSocket uses old callback mechanisms.toyoshim@chromium.org2011-06-172-90/+72
* Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.joi@chromium.org2011-06-173-4/+8
* Add mime types for application/pkcs7-mime and application/pkcs7-signature.mattm@chromium.org2011-06-161-1/+3
* Remove static std::string objectjar@chromium.org2011-06-161-2/+2
* Parametrize DnsQuery over PRNG to aid testing.agayev@chromium.org2011-06-164-10/+18
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-162-11/+12
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-161-9/+0
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-168-49/+202
* Map some CRL and OCSP errors to CERT_STATUS_UNABLE_TO_CHECK_REVOCATION.wtc@chromium.org2011-06-161-6/+19
* Remove out-of-date comments that refer to old cookie implementations and specs.abarth@chromium.org2011-06-151-23/+0
* Fix memset bug in NetworkChangeNotifierLinux.willchan@chromium.org2011-06-151-2/+2