summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-206-5/+150
* 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-196-20/+19
* Reorganize the ProxyService::Create() and ProxyService::CreateWithoutV8Resolv...eroman@chromium.org2009-05-192-48/+62
* Remove an incorrect DCHECK.paul@chromium.org2009-05-191-4/+1
* Include C system headers before C++ system headers.wtc@chromium.org2009-05-182-3/+6
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-1811-774/+377
* 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-1711-377/+770
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-1711-770/+377
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-1711-377/+770
* 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-163-11/+12
* 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
* Assert that HttpNetworkTransaction::GetResponseInfo() shouldukai@chromium.org2009-05-151-1/+5
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-157-47/+67
* Fix reversed arguments to EXPECT_EQ() in mime_util_unittest.thestig@chromium.org2009-05-141-4/+4
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-144-6/+51
* 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-132-277/+299
* Set the disk cache file version properly if new_evictionrvargas@google.com2009-05-121-0/+5
* 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
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-1212-112/+170
* 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-114-14/+10
* Add a 'cygwin' target to execute setup_mount.bat explicitly as asgk@google.com2009-05-111-0/+5
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-1110-114/+907
* Close the disk cache experiment for new users.rvargas@google.com2009-05-081-18/+2
* Make sure that a null separates individual http headers whenrvargas@google.com2009-05-072-2/+23
* Avoid divide by zero when gathering stats for SDCHjar@chromium.org2009-05-071-2/+4
* Fix testserver to return a correct MIME-type header.ericroman@google.com2009-05-071-1/+2
* Add two more error codes to net.rvargas@google.com2009-05-072-2/+9
* Fix up some unit tests for HostResolver:wtc@chromium.org2009-05-071-4/+55
* Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ...deanm@chromium.org2009-05-062-0/+5
* A utility driver for doing client/server HTTP transactionmbelshe@google.com2009-05-0611-0/+732
* Fix a browser crash when reading the disk cache experiment datarvargas@google.com2009-05-041-5/+6
* Get rid of the static next_id_ counter, to make construction of ProxyConfig o...ericroman@google.com2009-05-044-19/+38
* linux: obey proxy environment variables in preference to gconfevan@chromium.org2009-05-042-1/+25