summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove proxy_script_fetcher from the scons files too to try and green purify ...ericroman@google.com2008-12-102-2/+0
* Remove proxy_script_fetcher_unittest.cc as it seems to be triggering a UMR.ericroman@google.com2008-12-102-12/+0
* no-op style change.ericroman@google.com2008-12-101-4/+4
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-1024-3/+717
* no-op style change.ericroman@google.com2008-12-101-4/+4
* Misc proxy service changes.ericroman@google.com2008-12-1016-213/+308
* Disk cache: Avoid using a block file to full capacity if there isrvargas@google.com2008-12-091-3/+17
* If a server answers a cache validation request with 304 and cache-control:no-...rvargas@google.com2008-12-092-1/+49
* Fix some crashes by handling an NSS result value more carefully and revertingevanm@google.com2008-12-091-6/+13
* Third time's a charm?dkegel@google.com2008-12-0712-46/+579
* Correctly handle (and log) receipt of gzip response to SDCH encode proposaljar@google.com2008-12-053-2/+29
* Record network latency stats for Win HTTP in a histogramjar@google.com2008-12-052-1/+12
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-04140-75/+527
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-042-12/+18
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-047-2260/+2260
* upgrade cache tool: Improve the handling of errors so thatrvargas@google.com2008-12-031-3/+14
* Remove unused x-SDCH header from get requestsjar@google.com2008-12-031-7/+0
* Revert r6233, need to move the cert, there is a policy against dkegel@google.com2008-12-028-389/+28
* For http://code.google.com/p/chromium/issues/detail?id=4510dkegel@google.com2008-12-028-28/+389
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-0214-26/+13
* Disk cache: Add a tool to upgrade a set of cache files from one version torvargas@google.com2008-12-0211-54/+1550
* Linux: fix layout test crash for security/block-test.html.agl@chromium.org2008-12-021-0/+2
* Minor refactorings:ericroman@google.com2008-12-024-6/+5
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-0210-44/+57
* Add instrumentation to and tighten SDCH implementationjar@google.com2008-12-022-3/+12
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-272-8/+6
* Roll back r6063. TBR.dank@chromium.org2008-11-266-374/+23
* Point nss at root certs so test_shell can talk to mail.google.com without war...dank@chromium.org2008-11-266-23/+374
* Re-enable url_request_unittest, which seems to have beendank@chromium.org2008-11-261-1/+0
* fix buildtc@google.com2008-11-261-2/+1
* Fix a memory leak in the net directory lister.estade@chromium.org2008-11-251-4/+2
* Append a trailing slash on file directory URLs. Thus a link to /directory wil...estade@chromium.org2008-11-253-21/+27
* Clarify file-stream comments.darin@chromium.org2008-11-251-0/+4
* Use StringPiece in the TLD service. This means we don't have to copy the TLD...deanm@chromium.org2008-11-252-138/+103
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-2411-60/+72
* http_cache: Don't destroy an entry from the transaction destructor ifrvargas@google.com2008-11-242-7/+23
* * Add net_unittests and unit_tests sources that size comparisonssgk@google.com2008-11-241-10/+24
* Adjust histograms to get better data for latency experimentsjar@google.com2008-11-224-26/+49
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-1/+1
* Add run time checks to get more info for bug 3931.rvargas@google.com2008-11-221-8/+26
* Don't crash if test server was not started.dkegel@google.com2008-11-212-4/+26
* Port stress_cache tool.deanm@chromium.org2008-11-213-27/+67
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-1/+1
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-2013-142/+165
* Cancel any pending IO and wait for it to be aborted beforewtc@google.com2008-11-201-1/+8
* Add a flags to further control response header persistence. We use this todarin@chromium.org2008-11-204-59/+148
* Fix the FTP implementation. Our change to make the MessageLoopForIO notdarin@chromium.org2008-11-202-96/+39
* Finish release (opt) builds on Windows, including the parallelsgk@google.com2008-11-207-146/+15
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-205-8/+11