summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Review URL: http://codereview.chromium.org/2942jeremy@chromium.org2008-09-171-2/+17
* Remove the pre-launch bzip2 hack.ericroman@google.com2008-09-101-23/+0
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-3/+2
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-264-20/+58
* Use a more compact license header in source files.license.bot2008-08-2438-1064/+152
* add url_request_test_job to the buildtc@google.com2008-08-221-2/+2
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-221-4/+5
* Bandaid to fix build breakage; this isn't the real cause though.avi@google.com2008-08-221-0/+12
* Fix warnings. The unused var one was introduced two repositories ago, and has...avi@google.com2008-08-211-4/+1
* More net files brought into compilation for Mac/Linux.avi@google.com2008-08-212-5/+10
* More of net compiling on the Mac.avi@google.com2008-08-202-2/+4
* Fix up warnings in net/avi@google.com2008-08-191-0/+2
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-152-22/+32
* Get googleurl and net to build on linux so we can parallelize even more. Thi...tc@google.com2008-08-151-2/+2
* rollback r526 to fix performance regressiondarin@google.com2008-08-092-10/+11
* Change the UrlRequestJob base class to be thread safe because the sub class U...nsylvain@google.com2008-08-081-1/+4
* Rollback r517 to retry with ObjectWatcher. This change did not appear to bedarin@google.com2008-08-072-11/+10
* Rollback changes made to URLRequestFileJob to use ObjectWatcher instead ofdarin@google.com2008-08-072-10/+11
* Fix header include guards.darin@google.com2008-08-0413-40/+40
* Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...darin@google.com2008-08-042-15/+13
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-319-21/+23
* Remove unnecessary use of atomic operations. Getting the pid on windows is v...deanm@google.com2008-07-311-6/+1
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-301-2/+2
* Rename URLRequestHttpCacheJob to URLRequestHttpJob.darin@google.com2008-07-303-58/+57
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-3016-72/+72
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-2/+2
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-291-2/+2
* Add net to the repository.initial.commit2008-07-2638-0/+7793