summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Remove dead log entries for SPDY_TRANSACTION_*mbelshe@chromium.org2010-08-251-16/+0
* Actually allow recursive=true to be set in net::DirectoryListerjohnnyg@chromium.org2010-08-241-1/+1
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-2410-89/+352
* Address post-review comments on r56727.agl@chromium.org2010-08-231-12/+11
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-221-2/+2
* Allow net::DirectoryLister to be used to recursively list the directory, and ...johnnyg@chromium.org2010-08-213-48/+138
* Change EXPECT_ to ASSERT_ for X.509 tests where it will crash if the check failsrsleevi@chromium.org2010-08-211-9/+9
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-213-9/+2
* Add a feature to the HostResolverRules to be able to match rules onlymbelshe@chromium.org2010-08-212-2/+42
* x509_certificate_nss: remove unused ScopedCERTCertificate and ScopedCERTCertListmattm@chromium.org2010-08-211-32/+0
* NSS cert database cleanupsmattm@chromium.org2010-08-201-44/+43
* Give keys friendly names in NSS and OS Xdavidben@chromium.org2010-08-194-9/+45
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-1/+2
* net: expect MITM attacks with HTTP proxies and command line flag.agl@chromium.org2010-08-195-7/+39
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-197-14/+5
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+2
* Add a command-line flag to disable SSL/TLS False Startdavidben@chromium.org2010-08-185-0/+44
* Don't resolve IP literals.vandebo@chromium.org2010-08-186-85/+139
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-2/+1
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-1/+2
* DnsRRResolver: hoist inner class and callback on MessageLoop.agl@chromium.org2010-08-183-125/+191
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-1810-352/+86
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-1810-86/+352
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-172-1/+2
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-171-4/+0
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-176-130/+85
* Don't resolve IP literals.vandebo@chromium.org2010-08-176-85/+130
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-171-0/+4
* Revert "DnsRRResolver: hoist inner class and callback on MessageLoop."agl@chromium.org2010-08-173-111/+49
* DnsRRResolver: hoist inner class and callback on MessageLoop.agl@chromium.org2010-08-173-49/+111
* Revert the workaround for servers that use tiny DH keys.wtc@chromium.org2010-08-171-0/+3
* Remove test isolation enforcement code.phajdan.jr@chromium.org2010-08-161-1/+0
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-4/+6
* Adding ability to sort by date to directory_lister.cc. Adding support for ti...dhg@chromium.org2010-08-132-8/+61
* Redirects NetLog output to the log file, when the command linemmenke@chromium.org2010-08-132-0/+84
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-0/+13
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-124-1/+160
* Net-internal's Javascript code no longer requires all enties have a unique so...mmenke@chromium.org2010-08-121-6/+1
* Add WebSocket handshake message in net_logukai@chromium.org2010-08-121-0/+18
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-114-160/+1
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-114-1/+160
* net: add embedded DNSSEC chain support.agl@chromium.org2010-08-1111-3/+1730
* Build fix for old glibc (<= 2.5) systems.agl@chromium.org2010-08-101-0/+6
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-092-2/+1
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-092-1/+2
* Added defense in depth mechanism to host resolver to prevent long hostnames f...cdn@chromium.org2010-08-072-0/+22
* Clean up SpdyStream.erikchen@google.com2010-08-061-3/+0
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-065-95/+64
* [Linux] Listen to and correctly handle IPv6 address change announcements.vandebo@chromium.org2010-08-061-1/+35