summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous checkin because buildbot detectswtc@google.com2008-08-221-18/+48
* 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
* 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-222-4/+18
* Move FileURLToFilePath into platform specific files. Most of the logic in th...tc@google.com2008-08-224-76/+219
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-221-3/+3
* This line should not have ever changedmmentovai@google.com2008-08-211-1/+1
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-212-13/+10
* Make upload_data not be windows specific. Add it to the SCons build.tc@google.com2008-08-212-11/+5
* Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...tc@google.com2008-08-213-44/+64
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-217-158/+193
* Mark static method defined in header as inlinemmentovai@google.com2008-08-211-4/+4
* Back out r1154 due to test failuresmmentovai@google.com2008-08-217-185/+158
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-217-158/+185
* 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 character conversions and Mac compile errors for net_util.cc.paulg@google.com2008-08-202-18/+39
* Quick fix; it's a struct not a class.avi@google.com2008-08-201-1/+1
* Fixing extended verification code for non-windowsavi@google.com2008-08-202-2/+2
* Make mime sniffer compile for Mac.avi@google.com2008-08-201-6/+5
* Run a couple more tests in net, and get rid of a couple more warningsmmentovai@google.com2008-08-201-3/+3
* Add more files to the net module compile list. Had to make some small change...tc@google.com2008-08-202-38/+46
* add http_cache to mac build.ericroman@google.com2008-08-192-8/+15
* Remove warnings for the net module.rvargas@google.com2008-08-192-6/+6
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-191-22/+4
* Add mime_util and http_chunked_decoder to mac project.ericroman@google.com2008-08-192-3/+3
* Update a few forgotten users of the Sys StringPiece conversion functions to i...deanm@google.com2008-08-191-1/+2
* change error valueericroman@google.com2008-08-181-3/+3
* Make some net unittests compile and pass on linux.tc@google.com2008-08-182-9/+7
* -Add error code for chunked encodingericroman@google.com2008-08-151-0/+3
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-153-5/+10
* Update the comment for OnObjectSignaled.wtc@google.com2008-08-142-7/+21
* Don't assert stream_sizes_.cbBlockSize == 1. It fails withwtc@google.com2008-08-141-3/+0
* First cut at implementing SSLClientSocket using Schannel.wtc@google.com2008-08-143-70/+368
* Add a stubbed-out platform_mime_util_mac.mmericroman@google.com2008-08-104-5/+61
* Refactor mime_util into a singleton.ericroman@google.com2008-08-093-50/+166
* Break out windows specific parts of mime_util.cc into mime_util_win.ccericroman@google.com2008-08-082-17/+65
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-3/+4
* Remove an unused include of deprecated atomic.h. Replace a custom singleton ...deanm@google.com2008-08-073-15/+10
* Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...darin@google.com2008-08-065-0/+795
* Merge some changes in net/base from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-067-15/+13
* Make some changes from my code review. Two significantwtc@google.com2008-08-056-33/+64
* Miscellaneous changes (mostly cleanup) from my code review.wtc@google.com2008-08-052-24/+38
* Fix header include guards.darin@google.com2008-08-041-3/+3
* Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...darin@google.com2008-08-046-37/+34
* was originally reviewed by jar as part of revision 322, but i mistakenly didn...darin@google.com2008-08-042-8/+9
* Update TLD data, incorporating recent changes from Mozilla as well as morepamg@google.com2008-08-011-48/+1137
* Forward declare GURL in cookie_policy.deanm@google.com2008-08-013-2/+6
* Cleanup some old unused code from the cookie monster unittest.deanm@google.com2008-08-011-19/+0