summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-4/+3
* Fix header order.ericroman@google.com2009-02-191-2/+2
* Try to fix build bustage.ericroman@google.com2009-02-191-0/+2
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-1919-116/+912
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-1910-621/+463
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-1810-463/+621
* Perform HTTP authentication over a keep-alive connection.wtc@chromium.org2009-02-183-12/+464
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-1838-109/+259
* In r2658, the new http_auth* files were added to net.vcprojwtc@chromium.org2009-02-182-69/+37
* Improve modularity of recent SDCH dictionary load checkinjar@chromium.org2009-02-173-8/+15
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-1410-565/+482
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-1412-482/+788
* Use RevocableStore to isolate the http cache from its transactions.rvargas@google.com2009-02-143-6/+51
* Add a unit test for ERR_UNEXPECTED_SERVER_AUTH.wtc@chromium.org2009-02-143-9/+44
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-148-46/+54
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-133-0/+49
* Disk cache: Don't add more people to the cache size experiment.rvargas@google.com2009-02-131-10/+2
* Make net_lib build work with a shared link.evan@chromium.org2009-02-121-9/+1
* Fix some purify warnings.rvargas@google.com2009-02-121-0/+4
* Change SSLInfo::SetCertError to call the recently-addedwtc@chromium.org2009-02-121-29/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-1218-282/+345
* Fetch SDCH dictionary as soon as current URL fetch completesjar@chromium.org2009-02-114-10/+20
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-118-45/+139
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-1018-314/+282
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-1018-282/+314
* Small refactoring of the test webserver.stoyan@chromium.org2009-02-091-5/+22
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-094-0/+63
* Stub out an unimplemented NSS function.evan@chromium.org2009-02-092-0/+10
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-1/+1
* Add all net projects to chrome solution.rvargas@google.com2009-02-071-0/+1
* Reverting 9362.ojan@chromium.org2009-02-071-1/+0
* Add all net projects to chrome solution.rvargas@google.com2009-02-061-0/+1
* Add a null pointer check for transaction_ inwtc@chromium.org2009-02-061-1/+4
* Work around a Purify bug by moving initialization from constructor to Inititi...erikkay@google.com2009-02-062-8/+16
* Make the mime -> extension code return a dotless extension.deanm@chromium.org2009-02-062-2/+9
* Add a Repack tool to scons. This is used to compile linux resourcestc@google.com2009-02-061-3/+0
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-062-23/+8
* Fix HostResolver crash when MessageLoop is destroyed duringphajdan.jr@chromium.org2009-02-061-4/+20
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-061-4/+3
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-064-11/+15
* Fix a memory leak on the async resource handler.rvargas@google.com2009-02-061-0/+3
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-057-39/+51
* Can wait for testserver python process to exit. stoyan@chromium.org2009-02-051-15/+27
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-0/+8
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-051-0/+5
* Disk cache: Add a check to make sure that the index table mask is not bigger ...rvargas@google.com2009-02-042-2/+14
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-0314-364/+499
* On posix platforms make sure the test server has shutdown and wait for it sothomasvl@chromium.org2009-02-031-0/+5
* Add one more histogram to SDCH decoderjar@chromium.org2009-02-021-2/+12
* Add to SDCH histogrammingjar@chromium.org2009-02-023-26/+51