| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SocketErrorParams, based on SSLErrorParams. This will be used by | wtc@chromium.org | 2012-06-07 | 3 | -0/+57 |
* | Export key logging in normal builds. | agl@chromium.org | 2012-06-07 | 5 | -22/+281 |
* | Introduce a delegate to avoid hardcoding "chrome-extension" in net/. | joi@chromium.org | 2012-06-07 | 15 | -123/+103 |
* | WebSocket: Client certificate authentication support for secure servers. | toyoshim@chromium.org | 2012-06-07 | 2 | -11/+7 |
* | Move NSS SSL functions off the IO thread on Linux. | rsleevi@chromium.org | 2012-06-07 | 1 | -4/+5 |
* | Add support to URLFetcher for stopping on redirects. Use this in AlternateNa... | pkasting@chromium.org | 2012-06-07 | 1 | -1/+9 |
* | Utility to resolve a hostname using Chromium's code in net/dns | dcastagna@google.com | 2012-06-07 | 2 | -0/+197 |
* | Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT | wtc@chromium.org | 2012-06-07 | 4 | -20/+37 |
* | Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing. | mmenke@chromium.org | 2012-06-07 | 3 | -70/+126 |
* | Revert 140846 - (relanding r140697) | rsleevi@chromium.org | 2012-06-06 | 5 | -1625/+2572 |
* | Revert 140697 - Maybe caused sizes regression (which would be acceptable | rsleevi@chromium.org | 2012-06-06 | 5 | -2572/+1625 |
* | Upstream Android proxy config service. | pliard@chromium.org | 2012-06-06 | 8 | -2/+1217 |
* | SocketStream should have independent state to wait for cert validation. | toyoshim@chromium.org | 2012-06-06 | 2 | -61/+117 |
* | Move the core state machine of SSLClientSocketNSS into a thread-safe Core | rsleevi@chromium.org | 2012-06-06 | 5 | -1625/+2572 |
* | Move function for classifying a string as a mime type into MimeUtil | gbillock@chromium.org | 2012-06-06 | 3 | -0/+89 |
* | nss: support SECWouldBlock from ChannelID callback. | agl@chromium.org | 2012-06-05 | 5 | -62/+364 |
* | Don't pass GSS_C_NO_CONTEXT into gss_inquire_context() | asanka@chromium.org | 2012-06-05 | 1 | -1/+3 |
* | [net/dns] Remove FilePathWatcherWrapper after refactoring of FilePathWatcher. | szym@chromium.org | 2012-06-05 | 7 | -328/+27 |
* | Implement RFC 5764 (DTLS-SRTP). | wtc@chromium.org | 2012-06-05 | 6 | -8/+331 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 9 | -31/+29 |
* | Fixing gcc 4.7 building problems. | shenhan@google.com | 2012-06-05 | 1 | -1/+1 |
* | Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the... | rch@chromium.org | 2012-06-04 | 4 | -7/+105 |
* | Use ByteStream in downloads system to decouple source and sink. | rdsmith@chromium.org | 2012-06-04 | 3 | -4/+21 |
* | Revert 140300 - Remove splendidbacon.com from HSTS preload. | acolwell@chromium.org | 2012-06-04 | 2 | -0/+2 |
* | Remove splendidbacon.com from HSTS preload. | agl@chromium.org | 2012-06-04 | 2 | -2/+0 |
* | Prefer 'filename' parameters if both 'name' and 'filename' parameters are spe... | asanka@chromium.org | 2012-06-04 | 2 | -5/+16 |
* | Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro... | mdm@chromium.org | 2012-06-02 | 1 | -1/+1 |
* | net: Inline the implementation of virtual destructor of URLFetcherFactory. | tfarina@chromium.org | 2012-06-02 | 3 | -16/+3 |
* | Update JSONReader to take base::StringPiece instead of std::string | mitchellwrosen@chromium.org | 2012-06-02 | 1 | -1/+1 |
* | [net] Disable PrioritizedDispatcherTest.CancelIncompatible. | szym@chromium.org | 2012-06-02 | 1 | -1/+3 |
* | Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, | mmenke@chromium.org | 2012-06-02 | 28 | -197/+299 |
* | [net] Update style in PriorityQueue and PrioritizedDispatcher after readabili... | szym@chromium.org | 2012-06-02 | 5 | -160/+234 |
* | Stub binary for fuzzing DNS resolver. | ttuttle@chromium.org | 2012-06-01 | 2 | -0/+110 |
* | Add net/base/unix_domain_socket_posix*. | pliard@chromium.org | 2012-06-01 | 12 | -40/+660 |
* | Reland: Fix imported server certs being distrusted in NSS 3.13. | mattm@chromium.org | 2012-06-01 | 9 | -648/+512 |
* | Escape search terms correctly in the path portion of a custom search engine. | pkasting@chromium.org | 2012-05-31 | 5 | -83/+19 |
* | Support TLS Channel IDs in NSS | agl@chromium.org | 2012-05-31 | 13 | -6/+689 |
* | Revert 139886 - Disk cache: Don't check the list of entries at startup. | rvargas@google.com | 2012-05-31 | 1 | -0/+3 |
* | [net/dns] Turn DnsConfigService on by default. | szym@chromium.org | 2012-05-31 | 4 | -58/+89 |
* | Disk cache: Don't check the list of entries at startup. | rvargas@google.com | 2012-05-31 | 1 | -3/+0 |
* | Always enqueue SYN_STREAM frames to the output queue at HIGHEST priority | rch@chromium.org | 2012-05-31 | 9 | -103/+37 |
* | Add the SSL_VERSION_FALLBACK event type for NetLog. | wtc@chromium.org | 2012-05-31 | 2 | -9/+51 |
* | Revert 139719 - Fix imported server certs being distrusted in NSS 3.13. | falken@google.com | 2012-05-31 | 9 | -520/+648 |
* | Fix imported server certs being distrusted in NSS 3.13. | mattm@chromium.org | 2012-05-31 | 9 | -648/+520 |
* | Cleanup the URLRequestContext after finishing communication with test sserver... | jnd@chromium.org | 2012-05-30 | 2 | -0/+8 |
* | Fix ninja build for android. | yfriedman@chromium.org | 2012-05-29 | 1 | -1/+1 |
* | Add socket.setKeepAlive() and socket.setNoDelay(). | penghuang@chromium.org | 2012-05-29 | 4 | -61/+98 |
* | Do not treat weak (< 1024 bit RSA) keys as fatal on OS X | rsleevi@chromium.org | 2012-05-29 | 2 | -2/+33 |
* | Http cache: Test deleting an entry with a pending_entry when | rvargas@google.com | 2012-05-29 | 1 | -5/+13 |
* | Add business.medbank.com.mt to HSTS preloaded. | agl@chromium.org | 2012-05-29 | 2 | -0/+2 |