summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* implement HaveOnlyLoopbackAddresses() for androidjames.wei@intel.com2012-06-152-1/+7
* DnsWatcherThread should be named "DnsWatcher", not "NetworkChangeNotifier".wtc@chromium.org2012-06-152-2/+2
* Adjust the expectations of unit tests after the dod_ca_17_cert.derwtc@chromium.org2012-06-141-23/+22
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-142-0/+21
* NetLogEventParameter to Callback refactoring 8.mmenke@chromium.org2012-06-143-30/+30
* Add the --ssl-version-min and --ssl-version-max command-line options.wtc@chromium.org2012-06-141-2/+4
* Disable three CertDatabaseNSSTests to green the tree.szym@chromium.org2012-06-141-3/+3
* Disk cache: Make sure that references to IO buffers arervargas@chromium.org2012-06-141-6/+9
* Do not treat weak keys (<1024 bits || MD5) as fatal errorsrsleevi@chromium.org2012-06-131-1/+21
* A pair of NetLog changes for ongoing refactoring:mmenke@chromium.org2012-06-132-0/+22
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-131-0/+5
* The server bound cert store might have a NULL persistent store, so check befo...jochen@chromium.org2012-06-131-1/+2
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-132-0/+17
* Add a link to design doc for NetLog.eroman@chromium.org2012-06-121-0/+3
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-1214-341/+212
* Allow the omnibox to recognize as URLs inputs that have a host component that...pkasting@chromium.org2012-06-123-9/+10
* enable android GetMimeTypeFromExtention in mime_utiljames.wei@intel.com2012-06-121-6/+0
* Remove splendidbacon.com from HSTS list.agl@chromium.org2012-06-113-6/+0
* Add arivo.com.br to HSTS preloaded.agl@chromium.org2012-06-112-0/+2
* Mark TURKTRUST as an EV rootrsleevi@chromium.org2012-06-111-0/+6
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-106-244/+352
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-1/+2
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-083-17/+11
* Revert "Add field trial for domain bound certificates." The field trial is d...mattm@chromium.org2012-06-082-11/+0
* Move CapturingNetLog over to net_test_support from net.mmenke@chromium.org2012-06-081-8/+5
* Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLogwtc@chromium.org2012-06-071-0/+9
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-072-0/+10
* Move function for classifying a string as a mime type into MimeUtilgbillock@chromium.org2012-06-063-0/+89
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-054-5/+17
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-1/+1
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-3/+5
* Revert 140300 - Remove splendidbacon.com from HSTS preload.acolwell@chromium.org2012-06-042-0/+2
* Remove splendidbacon.com from HSTS preload.agl@chromium.org2012-06-042-2/+0
* Update JSONReader to take base::StringPiece instead of std::stringmitchellwrosen@chromium.org2012-06-021-1/+1
* [net] Disable PrioritizedDispatcherTest.CancelIncompatible.szym@chromium.org2012-06-021-1/+3
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-025-44/+123
* [net] Update style in PriorityQueue and PrioritizedDispatcher after readabili...szym@chromium.org2012-06-025-160/+234
* Add net/base/unix_domain_socket_posix*.pliard@chromium.org2012-06-019-35/+652
* Reland: Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-06-014-117/+447
* Escape search terms correctly in the path portion of a custom search engine.pkasting@chromium.org2012-05-314-82/+19
* [net/dns] Turn DnsConfigService on by default.szym@chromium.org2012-05-314-58/+89
* Always enqueue SYN_STREAM frames to the output queue at HIGHEST priorityrch@chromium.org2012-05-311-8/+0
* Add the SSL_VERSION_FALLBACK event type for NetLog.wtc@chromium.org2012-05-311-3/+7
* Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.falken@google.com2012-05-314-455/+117
* Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-05-314-117/+455
* Do not treat weak (< 1024 bit RSA) keys as fatal on OS Xrsleevi@chromium.org2012-05-292-2/+33
* Add business.medbank.com.mt to HSTS preloaded.agl@chromium.org2012-05-292-0/+2
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-293-13/+13
* Use TLS 1.1.wtc@chromium.org2012-05-264-21/+79
* net: Fix RAII fail. Found by clang.thakis@chromium.org2012-05-251-2/+2