summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Change comment in SSL keylog file.agl@chromium.org2012-06-112-4/+7
* 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
* SocketStream error handling improvementtoyoshim@chromium.org2012-06-111-13/+14
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-1025-493/+634
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-0829-196/+494
* Make the other Java modules debuggablehaitao.feng@intel.com2012-06-081-1/+1
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-0824-161/+141
* Revert "Add field trial for domain bound certificates." The field trial is d...mattm@chromium.org2012-06-082-11/+0
* Print #EOF when DNS fuzz stub finishes successfullyttuttle@chromium.org2012-06-081-24/+32
* Move CapturingNetLog over to net_test_support from net.mmenke@chromium.org2012-06-082-10/+7
* Disk cache: Pre-read file headers when opening files (posix).rvargas@google.com2012-06-081-2/+8
* Make dns_fuzz_stub read and parse JSON test casettuttle@chromium.org2012-06-081-12/+82
* [net/dns] Don't use memset to initialize a struct with string16 members.szym@chromium.org2012-06-081-2/+1
* Linux: KDE: support recent KDE's socksProxy setting.mdm@chromium.org2012-06-082-6/+37
* Add DCHECK in SSL sockets to check that callbacks are not set to null.sergeyu@chromium.org2012-06-082-0/+5
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-0843-69/+68
* Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLogwtc@chromium.org2012-06-073-11/+57
* Add SocketErrorParams, based on SSLErrorParams. This will be used bywtc@chromium.org2012-06-073-0/+57
* Export key logging in normal builds.agl@chromium.org2012-06-075-22/+281
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-0715-123/+103
* WebSocket: Client certificate authentication support for secure servers.toyoshim@chromium.org2012-06-072-11/+7
* Move NSS SSL functions off the IO thread on Linux.rsleevi@chromium.org2012-06-071-4/+5
* Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...pkasting@chromium.org2012-06-071-1/+9
* Utility to resolve a hostname using Chromium's code in net/dnsdcastagna@google.com2012-06-072-0/+197
* Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERTwtc@chromium.org2012-06-074-20/+37
* Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.mmenke@chromium.org2012-06-073-70/+126
* Revert 140846 - (relanding r140697)rsleevi@chromium.org2012-06-065-1625/+2572
* Revert 140697 - Maybe caused sizes regression (which would be acceptablersleevi@chromium.org2012-06-065-2572/+1625
* Upstream Android proxy config service.pliard@chromium.org2012-06-068-2/+1217
* SocketStream should have independent state to wait for cert validation.toyoshim@chromium.org2012-06-062-61/+117
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-065-1625/+2572
* Move function for classifying a string as a mime type into MimeUtilgbillock@chromium.org2012-06-063-0/+89
* nss: support SECWouldBlock from ChannelID callback.agl@chromium.org2012-06-055-62/+364
* Don't pass GSS_C_NO_CONTEXT into gss_inquire_context()asanka@chromium.org2012-06-051-1/+3
* [net/dns] Remove FilePathWatcherWrapper after refactoring of FilePathWatcher.szym@chromium.org2012-06-057-328/+27
* Implement RFC 5764 (DTLS-SRTP).wtc@chromium.org2012-06-056-8/+331
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-059-31/+29
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-1/+1
* Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the...rch@chromium.org2012-06-044-7/+105
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-043-4/+21
* 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
* Prefer 'filename' parameters if both 'name' and 'filename' parameters are spe...asanka@chromium.org2012-06-042-5/+16
* Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro...mdm@chromium.org2012-06-021-1/+1
* net: Inline the implementation of virtual destructor of URLFetcherFactory.tfarina@chromium.org2012-06-023-16/+3
* 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-0228-197/+299