summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Normalize newlines to LF in netmmentovai@google.com2008-09-025-199/+199
* Initial pass at simple event tracing. I added a few traces to tcp_socket and...erikkay@google.com2008-09-021-0/+14
* Unit tests can't access the outside world.maruel@google.com2008-09-021-4/+8
* Update net.xcodeproj with an 'All' target (like base).sgk@google.com2008-09-011-0/+67
* Update Copyright text in SCons config files.sgk@google.com2008-09-012-56/+8
* Fix the mac build.rvargas@google.com2008-08-291-0/+2
* Fixing the comment that was not included with the last cl.rvargas@google.com2008-08-291-0/+5
* Add another disk cache performance test.rvargas@google.com2008-08-291-0/+45
* Disk cache: Split deleting old entries from the cache into small chunks that ...rvargas@google.com2008-08-292-3/+13
* Fix net_unittests hang observed on Vista. It turns out that a subpump wasdarin@google.com2008-08-291-11/+0
* Hack to keep vista net_unittests from hanging while I investigate a proper fix.darin@google.com2008-08-291-0/+11
* If we receive an HTTP authentication header with a non-ASCIIwtc@google.com2008-08-281-3/+3
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-285-45/+28
* Run some disk cache unit tests on the Macmmentovai@google.com2008-08-2810-34/+59
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-272-5/+5
* Add more net unit tests to linux.rvargas@google.com2008-08-271-6/+6
* On .mm files in net and base:mmentovai@google.com2008-08-271-31/+6
* Fix the net_perftests to work again.darin@google.com2008-08-272-1/+3
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-2711-57/+150
* Use the right run_all_unittests.cc in netmmentovai@google.com2008-08-261-1/+1
* Sort the file names alphabetically.darin@google.com2008-08-261-1/+1
* Need to use net/base/run_all_unittests.cc instead of base/run_all_unittests.cc.darin@google.com2008-08-261-1/+1
* fix builddarin@google.com2008-08-261-1/+1
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-269-26/+122
* Implement SSL tunneling through a proxy server.wtc@google.com2008-08-254-20/+191
* We can link with secur32.lib and call the SSPI functions directly.wtc@google.com2008-08-251-48/+18
* a filename changed in this stackerikkay@google.com2008-08-251-2/+2
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-256-6/+4
* Use a more compact license header in source files.license.bot2008-08-24239-6872/+1136
* Disk cache: Make sure we don't overwrite external files when creating new ones.rvargas@google.com2008-08-233-2/+27
* Back out the previous checkin because buildbot detectswtc@google.com2008-08-221-18/+48
* add url_request_test_job to the buildtc@google.com2008-08-222-3/+3
* Filter out tests from purify tests that intentionally leak.erikkay@google.com2008-08-223-182/+7
* Fix spurious gcc warning dkegel@google.com2008-08-221-1/+1
* We can link with secur32.lib and call the SSPI functions directly.wtc@google.com2008-08-221-48/+18
* Add missing framework to link Mac mime changes.avi@google.com2008-08-221-0/+4
* Disk cache: Delete all files from the cache folder, instead of only thervargas@google.com2008-08-221-17/+15
* Impl of platform mime typing for Mac.avi@google.com2008-08-221-6/+43
* Use PlatformTest to manage autorelease pools in net tests that use the path s...mmentovai@google.com2008-08-223-4/+22
* Some stacks for known memory leaks in net_unittests have changed.erikkay@google.com2008-08-221-12/+4
* Move FileURLToFilePath into platform specific files. Most of the logic in th...tc@google.com2008-08-227-77/+229
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-222-7/+8
* Bandaid to fix build breakage; this isn't the real cause though.avi@google.com2008-08-221-0/+12
* Disk cache: add a delay after TruncateData unit test to wait for IO completions.rvargas@google.com2008-08-211-0/+5
* This line should not have ever changedmmentovai@google.com2008-08-211-1/+1
* Fix warnings. The unused var one was introduced two repositories ago, and has...avi@google.com2008-08-211-4/+1
* r1194 missed some sites to disable the warningmmentovai@google.com2008-08-211-3/+3
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-213-18/+17
* More net files brought into compilation for Mac/Linux.avi@google.com2008-08-214-11/+28
* Add the net_util_unittest to the mac net project.paulg@google.com2008-08-211-0/+2