summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test for ProxyConfigServiceWin.ericroman@google.com2009-03-274-10/+195
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-278-66/+149
* Fix leak in cert code that Valgrind found.avi@google.com2009-03-271-24/+33
* After r12485, every POST request has an UploadData, even ifwtc@chromium.org2009-03-271-2/+3
* filter_context.GetMimeType returns false if there is nowtc@chromium.org2009-03-271-1/+1
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-275-13/+37
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-2715-77/+296
* Treat all 1xx the same as a 100 (continue).ericroman@google.com2009-03-272-2/+49
* URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILEhclam@chromium.org2009-03-262-0/+21
* Removing vcprojs now generated by gyp.bradnelson@google.com2009-03-268-2465/+0
* Disk cache: Add a unit test that instantiates three cachesrvargas@google.com2009-03-263-7/+50
* Make sure last_time_seen_ is protected by the CookieMonster lock.deanm@chromium.org2009-03-261-2/+6
* Make sure filters can handle an empty input bufferjar@chromium.org2009-03-252-4/+8
* Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ...ericroman@google.com2009-03-251-35/+102
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-2517-71/+125
* Disk cache: fix the report of first-eviction data to include onlyrvargas@google.com2009-03-251-1/+1
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-2510-108/+199
* Reverting 12470.willchan@chromium.org2009-03-2510-198/+107
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-2510-107/+198
* Do not apply gzip filter to file names with gz/tgz/svgz extensions.thestig@chromium.org2009-03-251-0/+16
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-255-10/+9
* Add a new histogram macro to replace a few explicit calls.rvargas@google.com2009-03-242-19/+17
* * Switch the posix FileStream code over to using WorkerPool for asynchronous ...willchan@chromium.org2009-03-242-69/+752
* Use #pragma pack as documented to work with GCC and MSVCmark@chromium.org2009-03-241-2/+2
* Net module changes to support caching responses to a POST request.darin@chromium.org2009-03-245-48/+120
* Computer total latency for DNS experimentjar@chromium.org2009-03-232-0/+11
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-233-123/+113
* Reduce valgrind bot time from 12 minutes to 9 minutes by skipping one testdkegel@google.com2009-03-231-0/+3
* Attempt to detect impact of disabling dns prefetching on transaction latencyjar@chromium.org2009-03-231-1/+8
* Fully reset HttpNetworkTransaction::response_ when restarting the transaction...ericroman@google.com2009-03-218-11/+98
* Implement SSL renegotiation.wtc@chromium.org2009-03-202-77/+122
* Update the gyp Linux build:sgk@google.com2009-03-201-0/+8
* Don't expect unit tests to free root certdkegel@google.com2009-03-201-0/+4
* Disk cache: More instrumentation for the cache.rvargas@google.com2009-03-206-15/+192
* CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ...pinkerton@chromium.org2009-03-201-2/+6
* initialize mixed_ in the File(PlatformFile) constructor variant.ericroman@google.com2009-03-202-2/+2
* don't UMR if GetFileSize() fails.ericroman@google.com2009-03-201-2/+2
* Add #include <fcntl.h>patrick@chromium.org2009-03-201-0/+2
* Add the directory listing code for the new portable FTPwtc@chromium.org2009-03-195-0/+1551
* Add support for progressive JPEGs with MIME type image/pjpeg. Fixes Issue 2104.jon@chromium.org2009-03-191-0/+1
* Add a unit test for X509Certificate::Policy.abarth@chromium.org2009-03-191-0/+36
* Net unittests: handle the case where recv failsagl@chromium.org2009-03-191-1/+9
* Disk cache: Store the stats only once every five minutes.rvargas@google.com2009-03-191-1/+1
* Try to get inter-packet times more preciselyjar@chromium.org2009-03-192-21/+48
* Disk cache: Instead of saving the cache stats only whenrvargas@google.com2009-03-183-11/+22
* Document how we avoid running leaky tests under Purify and Valgrind,dkegel@google.com2009-03-183-0/+20
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-184-4/+8
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-185-10/+70
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-185-6/+4
* Switching net over to use gyp on windows.bradnelson@google.com2009-03-182-218/+1