| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 6 | -45/+19 |
* | Insert histograms to support latency experiments with SDCH | jar@google.com | 2008-11-07 | 1 | -0/+4 |
* | Avoid size mismatch on windows. | dkegel@google.com | 2008-11-04 | 1 | -3/+4 |
* | Port more of url_request_unittest.cc. | dkegel@google.com | 2008-11-04 | 1 | -15/+4 |
* | Get url_request_unittest.cc to build on Linux. | dkegel@google.com | 2008-11-03 | 2 | -8/+34 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 2 | -3/+6 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 6 | -6/+12 |
* | Clean up filter and content encoding handling | jar@google.com | 2008-10-27 | 4 | -91/+55 |
* | Port: | mark@chromium.org | 2008-10-23 | 1 | -2/+0 |
* | Remove HttpTransaction::Destroy(), and do automatic memory management with sc... | ericroman@google.com | 2008-10-21 | 2 | -27/+25 |
* | Add a lot of robustness to SDCH filter decoding | jar@google.com | 2008-10-15 | 4 | -3/+66 |
* | add file:// handling to mac and linux builds | pinkerton@google.com | 2008-10-10 | 2 | -9/+15 |
* | fix build bustage due to missing header | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 4 | -242/+135 |
* | Fix tree bustage | jar@google.com | 2008-09-23 | 1 | -2/+4 |
* | Re-land SDCH filter support experiment | jar@google.com | 2008-09-23 | 4 | -22/+85 |
* | Rollback 2444 and 2443 to get linux and mac prep | jar@google.com | 2008-09-22 | 4 | -85/+22 |
* | Experimental integration of delta compression content encoding | jar@google.com | 2008-09-22 | 4 | -22/+85 |
* | Don't set any cookies as a result of the Google URL Tracker update check. Th... | pkasting@chromium.org | 2008-09-17 | 1 | -8/+10 |
* | Review URL: http://codereview.chromium.org/2942 | jeremy@chromium.org | 2008-09-17 | 1 | -2/+17 |
* | Remove the pre-launch bzip2 hack. | ericroman@google.com | 2008-09-10 | 1 | -23/+0 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 1 | -3/+2 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 4 | -20/+58 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 38 | -1064/+152 |
* | add url_request_test_job to the build | tc@google.com | 2008-08-22 | 1 | -2/+2 |
* | Enable -Werror on the Mac. Fix two more warnings just added to our build. N... | mmentovai@google.com | 2008-08-22 | 1 | -4/+5 |
* | Bandaid to fix build breakage; this isn't the real cause though. | avi@google.com | 2008-08-22 | 1 | -0/+12 |
* | Fix warnings. The unused var one was introduced two repositories ago, and has... | avi@google.com | 2008-08-21 | 1 | -4/+1 |
* | More net files brought into compilation for Mac/Linux. | avi@google.com | 2008-08-21 | 2 | -5/+10 |
* | More of net compiling on the Mac. | avi@google.com | 2008-08-20 | 2 | -2/+4 |
* | Fix up warnings in net/ | avi@google.com | 2008-08-19 | 1 | -0/+2 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 2 | -22/+32 |
* | Get googleurl and net to build on linux so we can parallelize even more. Thi... | tc@google.com | 2008-08-15 | 1 | -2/+2 |
* | rollback r526 to fix performance regression | darin@google.com | 2008-08-09 | 2 | -10/+11 |
* | Change the UrlRequestJob base class to be thread safe because the sub class U... | nsylvain@google.com | 2008-08-08 | 1 | -1/+4 |
* | Rollback r517 to retry with ObjectWatcher. This change did not appear to be | darin@google.com | 2008-08-07 | 2 | -11/+10 |
* | Rollback changes made to URLRequestFileJob to use ObjectWatcher instead of | darin@google.com | 2008-08-07 | 2 | -10/+11 |
* | Fix header include guards. | darin@google.com | 2008-08-04 | 13 | -40/+40 |
* | Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer... | darin@google.com | 2008-08-04 | 2 | -15/+13 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 9 | -21/+23 |
* | Remove unnecessary use of atomic operations. Getting the pid on windows is v... | deanm@google.com | 2008-07-31 | 1 | -6/+1 |
* | I looked at the full dump from the previous crashes and it looks like a testi... | brettw@google.com | 2008-07-30 | 1 | -2/+2 |
* | Rename URLRequestHttpCacheJob to URLRequestHttpJob. | darin@google.com | 2008-07-30 | 3 | -58/+57 |
* | Move some more classes from net/base into the net:: namespace. | darin@google.com | 2008-07-30 | 16 | -72/+72 |
* | Reverting revision 70, 66 and 65 to fix crashes. | nsylvain@google.com | 2008-07-29 | 1 | -2/+2 |
* | Puts back the optional unescaping of control characters and URL parse-affecti... | brettw@google.com | 2008-07-29 | 1 | -2/+2 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 38 | -0/+7793 |