summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blind fix for net unittest failure.evanm@google.com2008-08-212-3/+3
* Make upload_data not be windows specific. Add it to the SCons build.tc@google.com2008-08-213-14/+10
* Pass 100 more tests on Linux. Puts my money where my mouth is.mmentovai@google.com2008-08-211-11/+13
* Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...tc@google.com2008-08-214-47/+67
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-218-158/+203
* Mark static method defined in header as inlinemmentovai@google.com2008-08-211-4/+4
* Fix signedness warnings in http_response_headersmmentovai@google.com2008-08-211-3/+3
* Back out r1154 due to test failuresmmentovai@google.com2008-08-218-195/+158
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-218-158/+195
* Fix WaitForPendingIO to actually exit the wait at some point.rvargas@google.com2008-08-214-6/+6
* Fix the linux build again. http_response_headers.cc hastc@google.com2008-08-211-2/+2
* Make the disk cache unit tests use some common code from the disk cache.rvargas@google.com2008-08-211-10/+11
* Fix net build on linux by moving http_vary_data to the win only section until...tc@google.com2008-08-211-2/+2
* Final character conversions for net_util.paulg@google.com2008-08-201-4/+17
* M net/base/cookie_monster.hawalker@google.com2008-08-201-2/+2
* Fix some more warnings.evanm@google.com2008-08-201-1/+1
* Fix some more warnings.evanm@google.com2008-08-202-2/+1
* More of net compiling on the Mac.avi@google.com2008-08-205-48/+63
* Fix some character conversions and Mac compile errors for net_util.cc.paulg@google.com2008-08-202-18/+39
* Use the right mode in HttpCache::Transaction::RequiresValidationmmentovai@google.com2008-08-201-1/+1
* Quick fix; it's a struct not a class.avi@google.com2008-08-201-1/+1
* Build more files with sconsavi@google.com2008-08-201-3/+3
* Fixing extended verification code for non-windowsavi@google.com2008-08-203-2/+4
* Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out ofmmentovai@google.com2008-08-201-0/+2
* We should reset content_length_remaining_ (to -1) when wewtc@google.com2008-08-201-0/+3
* Make mime sniffer compile for Mac.avi@google.com2008-08-202-6/+7
* Portability changes to http_response_headers.ericroman@google.com2008-08-202-10/+48
* Run a couple more tests in net, and get rid of a couple more warningsmmentovai@google.com2008-08-203-3/+13
* Add more files to the net module compile list. Had to make some small change...tc@google.com2008-08-203-53/+66
* Update the list of files that should compile.rvargas@google.com2008-08-191-18/+16
* add http_cache to mac build.ericroman@google.com2008-08-196-30/+38
* Remove warnings for the net module.rvargas@google.com2008-08-195-10/+12
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-191-22/+4
* Fix up warnings in net/avi@google.com2008-08-198-9/+13
* Add mime_util and http_chunked_decoder to mac project.ericroman@google.com2008-08-193-3/+9
* Build the rest of the files that currently work in net. No new tests canmmentovai@google.com2008-08-191-5/+61
* Update a few forgotten users of the Sys StringPiece conversion functions to i...deanm@google.com2008-08-192-1/+3
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-181-3/+3
* Pass more tests in net.mmentovai@google.com2008-08-181-2/+107
* change error valueericroman@google.com2008-08-183-9/+9
* Merge some changes from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-184-1/+36
* Build and run bzip2 and gzip filter tests in net. Brings net, bzip2, and zlibmmentovai@google.com2008-08-181-384/+854
* Fix a net\SConscript typo. (Note to self: check in from thesgk@google.com2008-08-181-1/+1