| Commit message (Expand) | Author | Age | Files | Lines |
* | [new http] Normalize line continuations in response headers. | ericroman@google.com | 2008-09-06 | 5 | -27/+347 |
* | The previous fix doesn't work. We should continue | wtc@google.com | 2008-09-05 | 1 | -4/+10 |
* | This fixes the "passing NULL to non-pointer argument" warning when compiling ... | mmoss@google.com | 2008-09-05 | 1 | -1/+1 |
* | Modify HostResolver slightly to build on posix as well as windows. | dkegel@google.com | 2008-09-05 | 4 | -1/+57 |
* | Fix a crash caused by a NULL FILETIME when creating ftp | tc@google.com | 2008-09-04 | 2 | -3/+42 |
* | If we didn't read enough to be able to decrypt anything, | wtc@google.com | 2008-09-04 | 1 | -0/+4 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 2 | -60/+35 |
* | Fix an out of band read when parsing a URL component of just "%". The calcul... | deanm@google.com | 2008-09-03 | 2 | -3/+3 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -3/+3 |
* | Normalize newlines to LF in net | mmentovai@google.com | 2008-09-02 | 5 | -199/+199 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 1 | -0/+14 |
* | Unit tests can't access the outside world. | maruel@google.com | 2008-09-02 | 1 | -4/+8 |
* | Update net.xcodeproj with an 'All' target (like base). | sgk@google.com | 2008-09-01 | 1 | -0/+67 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 2 | -56/+8 |
* | Fix the mac build. | rvargas@google.com | 2008-08-29 | 1 | -0/+2 |
* | Fixing the comment that was not included with the last cl. | rvargas@google.com | 2008-08-29 | 1 | -0/+5 |
* | Add another disk cache performance test. | rvargas@google.com | 2008-08-29 | 1 | -0/+45 |
* | Disk cache: Split deleting old entries from the cache into small chunks that ... | rvargas@google.com | 2008-08-29 | 2 | -3/+13 |
* | Fix net_unittests hang observed on Vista. It turns out that a subpump was | darin@google.com | 2008-08-29 | 1 | -11/+0 |
* | Hack to keep vista net_unittests from hanging while I investigate a proper fix. | darin@google.com | 2008-08-29 | 1 | -0/+11 |
* | If we receive an HTTP authentication header with a non-ASCII | wtc@google.com | 2008-08-28 | 1 | -3/+3 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 5 | -45/+28 |
* | Run some disk cache unit tests on the Mac | mmentovai@google.com | 2008-08-28 | 10 | -34/+59 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 2 | -5/+5 |
* | Add more net unit tests to linux. | rvargas@google.com | 2008-08-27 | 1 | -6/+6 |
* | On .mm files in net and base: | mmentovai@google.com | 2008-08-27 | 1 | -31/+6 |
* | Fix the net_perftests to work again. | darin@google.com | 2008-08-27 | 2 | -1/+3 |
* | Implement sync IO for the disk cache, and temporarily redirect | rvargas@google.com | 2008-08-27 | 11 | -57/+150 |
* | Use the right run_all_unittests.cc in net | mmentovai@google.com | 2008-08-26 | 1 | -1/+1 |
* | Sort the file names alphabetically. | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Need to use net/base/run_all_unittests.cc instead of base/run_all_unittests.cc. | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | fix build | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 9 | -26/+122 |
* | Implement SSL tunneling through a proxy server. | wtc@google.com | 2008-08-25 | 4 | -20/+191 |
* | We can link with secur32.lib and call the SSPI functions directly. | wtc@google.com | 2008-08-25 | 1 | -48/+18 |
* | a filename changed in this stack | erikkay@google.com | 2008-08-25 | 1 | -2/+2 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 6 | -6/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 239 | -6872/+1136 |
* | Disk cache: Make sure we don't overwrite external files when creating new ones. | rvargas@google.com | 2008-08-23 | 3 | -2/+27 |
* | Back out the previous checkin because buildbot detects | wtc@google.com | 2008-08-22 | 1 | -18/+48 |
* | add url_request_test_job to the build | tc@google.com | 2008-08-22 | 2 | -3/+3 |
* | Filter out tests from purify tests that intentionally leak. | erikkay@google.com | 2008-08-22 | 3 | -182/+7 |
* | Fix spurious gcc warning | dkegel@google.com | 2008-08-22 | 1 | -1/+1 |
* | We can link with secur32.lib and call the SSPI functions directly. | wtc@google.com | 2008-08-22 | 1 | -48/+18 |
* | Add missing framework to link Mac mime changes. | avi@google.com | 2008-08-22 | 1 | -0/+4 |
* | Disk cache: Delete all files from the cache folder, instead of only the | rvargas@google.com | 2008-08-22 | 1 | -17/+15 |
* | Impl of platform mime typing for Mac. | avi@google.com | 2008-08-22 | 1 | -6/+43 |
* | Use PlatformTest to manage autorelease pools in net tests that use the path s... | mmentovai@google.com | 2008-08-22 | 3 | -4/+22 |
* | Some stacks for known memory leaks in net_unittests have changed. | erikkay@google.com | 2008-08-22 | 1 | -12/+4 |
* | Move FileURLToFilePath into platform specific files. Most of the logic in th... | tc@google.com | 2008-08-22 | 7 | -77/+229 |