summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous changes (mostly cleanup) from my code review.wtc@google.com2008-08-058-61/+90
* Fix header include guards.darin@google.com2008-08-0414-43/+43
* Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...darin@google.com2008-08-048-52/+47
* Checking in the rest of the .lib changes, previous commit was only done from ...sgk@google.com2008-08-042-24/+25
* was originally reviewed by jar as part of revision 322, but i mistakenly didn...darin@google.com2008-08-042-8/+9
* Pull the block of common Windows system libraries that we link with everywher...sgk@google.com2008-08-042-43/+0
* Convert submodules SConscript files to psuedo-builder calls.sgk@google.com2008-08-032-23/+7
* If a disk cache entry is stored as an external file, and it is reused (open/t...rvargas@google.com2008-08-02128-2/+43
* Update xcodeprojsmmentovai@google.com2008-08-011-0/+478
* 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
* tld_cleanup's main() needs the new base::AtExitManager too, so DCHECKs don't ...sgk@google.com2008-08-011-0/+4
* Change the order of functions on the cc file to follow the order of the heade...rvargas@google.com2008-07-313-726/+735
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-3130-195/+244
* Remove unnecessary use of atomic operations. Getting the pid on windows is v...deanm@google.com2008-07-311-6/+1
* Initial cleanups en route to coalescing the get-it-built cut-and-paste from v...sgk@google.com2008-07-312-12/+2
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-306-28/+86
* Fix memory leak when simulating failures in unit tests.rvargas@google.com2008-07-301-1/+3
* Add unit tests to the disk cache to verify that a failure during cache reinit...rvargas@google.com2008-07-304-39/+86
* Update SCons build for recent changes:sgk@google.com2008-07-301-1/+1
* Change the proxy failover to be less aggressive. We now clear the list of bad...nsylvain@google.com2008-07-302-22/+140
* further adjust test results to match the new realitydarin@google.com2008-07-301-1/+1
* Replace scoped_ptr with scoped_array.rvargas@google.com2008-07-302-2/+2
* DirectoryListing is now in the net namespace.darin@google.com2008-07-301-2/+2
* Document that the callback parameter ofwtc@google.com2008-07-303-23/+35
* Rename URLRequestHttpCacheJob to URLRequestHttpJob.darin@google.com2008-07-304-60/+59
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-3040-132/+173
* A more portable HostResolver implementation.darin@google.com2008-07-302-63/+101
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-301-1/+1
* Fix signature for a known FIM purify warning.nsylvain@google.com2008-07-301-2/+2
* I submitted this code by mistake in my previous revert.nsylvain@google.com2008-07-291-11/+4
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-297-90/+39
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-296-28/+86
* Create a constructor to construct an AddressList::Datawtc@google.com2008-07-284-12/+17
* Update signature for a known purify FIM warning.nsylvain@google.com2008-07-271-2/+2
* Add net to the repository.initial.commit2008-07-26393-0/+56326