summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Included text/css content type into list of the supported non image files. abarth@chromium.org2009-06-121-3/+9
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-3/+1
* Fix TCPClientSocketPoolTest to play well with HostCache.willchan@chromium.org2009-06-121-60/+89
* Include <stdlib.h> for the declarations of memcpy, malloc, free.ericroman@google.com2009-06-121-0/+1
* Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs.willchan@chromium.org2009-06-122-28/+32
* Remove a DCHECK which is being hit because of a unit-test's particular setup.ericroman@google.com2009-06-121-1/+4
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-1217-105/+1550
* Revert "Move much of the TCPClientSocketPool implementation out into ClientSo...willchan@chromium.org2009-06-106-801/+501
* Add LOAD_VERIFY_EV_CERT in net load loag.ukai@chromium.org2009-06-101-0/+3
* Move much of the TCPClientSocketPool implementation out into ClientSocketPool...willchan@chromium.org2009-06-106-501/+801
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-1/+4
* We don't handle certificate errors during SSL renegotiation.wtc@chromium.org2009-06-093-8/+36
* Fix TCPClientSocketPool synchronous dns resolution + connect code path.willchan@chromium.org2009-06-092-79/+60
* Don't save the cert chain in cert_list_.ukai@chromium.org2009-06-082-32/+26
* Don't consider a certificate revoked if we don't havewtc@chromium.org2009-06-051-2/+5
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-051-2/+76
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-055-202/+262
* Update google's certificate to the latest version.ukai@chromium.org2009-06-051-34/+34
* Prevent SDCH from re-trying to download a dicitionaryjar@chromium.org2009-06-051-0/+1
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-0/+3
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-042-1/+81
* Call CertVerifier to verify certificate.ukai@chromium.org2009-06-042-75/+102
* Update thawte's certificate to the latest version.ukai@chromium.org2009-06-041-69/+84
* Disable the leaky test.willchan@chromium.org2009-06-041-1/+1
* Revert "Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelCon...willchan@chromium.org2009-06-041-6/+7
* Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelConnect.willchan@chromium.org2009-06-041-7/+6
* Revert "Use res_ninit for thread safety and a timer for reloading resolv.conf...willchan@chromium.org2009-06-041-72/+1
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-046-181/+718
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-046-618/+181
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-046-181/+618
* Enable a test, by masking failures if the system does not support IPv6.eroman@chromium.org2009-06-031-7/+11
* Avoiding IO completion callback during the closinghuanr@chromium.org2009-06-034-12/+38
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-031-1/+72
* Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU...pkasting@chromium.org2009-06-032-6/+6
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-036-56/+86
* Parsing routines for X-Force-TLS header.abarth@chromium.org2009-06-023-1/+229
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-014-14/+5
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-292-6/+0
* Handle mimetype queries for media fileshclam@chromium.org2009-05-292-3/+42
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-2925-15/+32
* Remember the intermediate CA certs if the server sends them to us.ukai@chromium.org2009-05-292-10/+147
* Detach verify thread from NSPR on linux.ukai@chromium.org2009-05-291-0/+14
* Implement X509Certificate::Verify for Linux.ukai@chromium.org2009-05-281-7/+270
* Work around linux resolver problem where changes to resolv.conf go unnoticed ...evan@chromium.org2009-05-271-0/+10
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-232-13/+15
* Extract socket mocks out of HttpNetworkTransactionTest.phajdan.jr@chromium.org2009-05-232-0/+463
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-223-0/+341
* Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...willchan@chromium.org2009-05-226-599/+181
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-226-181/+599
* Revert "Revert "Implement full duplex mode for TCPClientSocketLibevent.""willchan@chromium.org2009-05-225-157/+276