summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* WinHttpSendRequest fails with SEC_E_ILLEGAL_MESSAGE whenwtc@google.com2008-09-091-0/+1
* Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.mmoss@google.com2008-09-097-19/+36
* Build host_resolver on the Macmmentovai@google.com2008-09-094-12/+13
* Fix proxy code. The pac string was corrupted when a pacnsylvain@chromium.org2008-09-091-1/+2
* Rename "run net_unittests" to "run_net_unittests" like we do with other unitmmentovai@google.com2008-09-081-6/+6
* Get MIME stuff working minimally to the point where we haveerg@google.com2008-09-082-5/+48
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-085-11/+6
* Normalize leading LWS in line continuations, per Wan-Teh's suggestion.ericroman@google.com2008-09-082-15/+70
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-065-27/+347
* The previous fix doesn't work. We should continuewtc@google.com2008-09-051-4/+10
* This fixes the "passing NULL to non-pointer argument" warning when compiling ...mmoss@google.com2008-09-051-1/+1
* Modify HostResolver slightly to build on posix as well as windows.dkegel@google.com2008-09-054-1/+57
* Fix a crash caused by a NULL FILETIME when creating ftptc@google.com2008-09-042-3/+42
* If we didn't read enough to be able to decrypt anything,wtc@google.com2008-09-041-0/+4
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-032-60/+35
* Fix an out of band read when parsing a URL component of just "%". The calcul...deanm@google.com2008-09-032-3/+3
* Move icu.xcodeproj into the icu38 directory, as is done with all othermmentovai@google.com2008-09-031-3/+3
* 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