summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Map the NSS error code SEC_ERROR_CA_CERT_INVALID (-8156)wtc@chromium.org2009-05-211-1/+2
* Remove another NOTIMPLEMENTEDkuchhal@chromium.org2009-05-201-1/+1
* Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...erikkay@google.com2009-05-201-6/+5
* More progress on ForceHTTPS.abarth@chromium.org2009-05-202-0/+84
* Linux download shelf icons first cut.estade@chromium.org2009-05-201-2/+2
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-193-12/+6
* Remove an incorrect DCHECK.paul@chromium.org2009-05-191-4/+1
* Include C system headers before C++ system headers.wtc@chromium.org2009-05-181-3/+4
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-186-599/+181
* Fix a memory leak in client_socket_pool_unittest.cc.willchan@chromium.org2009-05-171-10/+14
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-176-181/+595
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-176-595/+181
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-176-181/+595
* Add a temporary hack to not resolve the mime type for .pl files to fix a layo...thestig@chromium.org2009-05-161-2/+7
* Override .ico file's mime type on Linux. XDG's mime database has a bogus "ima...thestig@chromium.org2009-05-161-0/+10
* Add xdg mime support on Linux.thestig@chromium.org2009-05-161-11/+11
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-2/+2
* AI_ADDRCONFIG is not necessary on Windows because itswtc@chromium.org2009-05-151-2/+23
* Add a comment to document that we don't know if a nonblockingwtc@chromium.org2009-05-151-0/+11
* Reverting 16158.beng@google.com2009-05-154-17/+2
* Privacy option added for all cookies to become session cookies.idanan@chromium.org2009-05-154-2/+17
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-153-14/+17
* Fix reversed arguments to EXPECT_EQ() in mime_util_unittest.thestig@chromium.org2009-05-141-4/+4
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-143-12/+49
* Remove the remaining WaitForSingleObject(INFINITE) call.wtc@chromium.org2009-05-141-47/+55
* If Schannel's InitializeSecurityContext calls returnwtc@chromium.org2009-05-141-2/+17
* Ensure that IO thread is not called in last actions by SDCH shutdownjar@chromium.org2009-05-132-0/+10
* Split NetUtilTest.IDNToUnicode into IDNToUnicodeFast and IDNToUnicodeSlow. En...thestig@chromium.org2009-05-131-272/+294
* Create a detachable core for the TCPClientSocketWin objectrvargas@google.com2009-05-122-132/+197
* Change registry-controlled-domain status for .pwagl@chromium.org2009-05-122-3/+14
* Revert cl 15819 to investigate the purify failure.rvargas@google.com2009-05-122-189/+132
* Create a detachable core for the TCPClientSocketWin objectrvargas@google.com2009-05-122-132/+189
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-112-5/+8
* Avoid divide by zero when gathering stats for SDCHjar@chromium.org2009-05-071-2/+4
* Add two more error codes to net.rvargas@google.com2009-05-071-0/+7
* Fix up some unit tests for HostResolver:wtc@chromium.org2009-05-071-4/+55
* Change names of SDCH related histograms.jar@chromium.org2009-05-022-13/+13
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-013-94/+163
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-015-34/+34
* Fix a crash on the SSL logic, when a state transitionrvargas@google.com2009-05-011-5/+9
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-012-10/+10
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-308-159/+107
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-3014-105/+244
* Add a histogram to measure the number of idle sockets when a TCP connection i...willchan@chromium.org2009-04-303-0/+12
* Don't return true from unimplemented X509Certificate::IsEV.ukai@chromium.org2009-04-292-8/+6
* Supports single range request with file protocolhclam@chromium.org2009-04-291-1/+5
* Add a histogram to measure how long are we waiting to closervargas@google.com2009-04-291-5/+13
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-291-5/+1
* Supports single range request with file protocolhclam@chromium.org2009-04-281-1/+5
* Don't use CancelIo to cancel pending IO before closing awtc@chromium.org2009-04-261-10/+11