summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-1910-62/+193
* Add the CertVerifier class. It is based on thewtc@google.com2008-12-193-3/+208
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-188-27/+25
* Disk cache: Avoid a crashing on a timer when the cache is disabled.rvargas@google.com2008-12-181-1/+3
* Disk cache: move eviction code to a separate file.rvargas@google.com2008-12-188-87/+212
* Fix Linux build.evanm@google.com2008-12-171-2/+3
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-1711-0/+597
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-1/+2
* Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...ericroman@google.com2008-12-172-8/+8
* Correct typo in SDCH problem logging code.jar@google.com2008-12-172-3/+4
* Reverting 7156.ojan@google.com2008-12-171-2/+1
* Fixed failed test in net_perftest.darin@chromium.org2008-12-171-1/+1
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-1/+2
* Reverting 7125.ericroman@google.com2008-12-172-8/+8
* Temp experiment to confirm theory in crbug.com/5555.ericroman@google.com2008-12-172-8/+8
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-168-2532/+2532
* Disk cache: remove the hard coded list from rankings.ccrvargas@google.com2008-12-166-143/+204
* Disk Cache: Send only one eviction age data point per browser execution.rvargas@google.com2008-12-161-5/+9
* Add a call to MemoryDebug::MarkAsInitialized to the new network code to avoidpamg@google.com2008-12-161-0/+9
* I fail at reading code review comments. Second try at getting the white spac...abarth@chromium.org2008-12-161-2/+2
* Comments and white space changes requested by Wan-Teh.abarth@chromium.org2008-12-161-1/+1
* message_pump_libevent refactor:jeremy@chromium.org2008-12-154-51/+71
* Command line switch for the ultra security concious: --force-https!abarth@chromium.org2008-12-151-1/+11
* Reverting 6977.ericroman@google.com2008-12-152-8/+8
* Test re-enable some tests to get more data from purify buildbot. This will pr...ericroman@google.com2008-12-152-8/+8
* Reverting 6966.ericroman@google.com2008-12-1318-138/+154
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-1318-154/+138
* Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as...ericroman@google.com2008-12-126-8/+22
* Reverting 6911.ojan@google.com2008-12-124-51/+47
* message_pump_libevent refactor:jeremy@chromium.org2008-12-124-47/+51
* Remove overly aggressive assertjar@google.com2008-12-121-9/+0
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-121-83/+18
* 307 redirects of POST should generate POSTs instead of GETs.abarth@chromium.org2008-12-124-10/+24
* Don't append tlslite to PYTHONPATH more than oncemark@chromium.org2008-12-121-15/+20
* Disk cache: Set up an experiment to measure the effect ofrvargas@google.com2008-12-115-28/+96
* Build a few more files on the Mac:mark@chromium.org2008-12-111-3/+13
* Reverting 6815.phajdan.jr@chromium.org2008-12-111-18/+83
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-111-83/+18
* Don't require tlslite to be installed, just use what's in the treemark@chromium.org2008-12-111-4/+23
* Missed a spot during the FilePathing.avi@google.com2008-12-111-1/+1
* Move file enumeration to filepaths.avi@google.com2008-12-113-6/+8
* 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