| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for per-module suppression files. | erg@google.com | 2009-01-09 | 1 | -0/+31 |
* | Back out r7826, which broke the Linux build | mark@chromium.org | 2009-01-09 | 7 | -761/+153 |
* | Generation of net .vcproj and .sln files. | sgk@google.com | 2009-01-09 | 7 | -153/+761 |
* | Port tld_cleanup to posix and add it to the scons build. | tc@google.com | 2009-01-09 | 3 | -43/+25 |
* | CookieMonster quote parsing changes and tests. | deanm@chromium.org | 2009-01-09 | 3 | -45/+101 |
* | create a net.vsprops file to share between build configs of net.vcproj | tc@google.com | 2009-01-09 | 2 | -2/+10 |
* | Sweep the tree for SCons files still missing svn:eol-style LF. | sgk@google.com | 2009-01-08 | 1 | -43/+43 |
* | It looks like the FTP tests are hanging / crashing some percentage of the tim... | erikkay@google.com | 2009-01-08 | 1 | -1/+2 |
* | Fix release build by including vsprops in the release config. | tc@google.com | 2009-01-08 | 1 | -1/+1 |
* | Remove net_resources.rc and net_resources.h and replace it | tc@google.com | 2009-01-08 | 12 | -50/+119 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 4 | -279/+722 |
* | Using PlatformThread::Sleep instead of msleep | dkegel@google.com | 2009-01-08 | 1 | -17/+3 |
* | When there are multiple requests for the same resource, it is | rvargas@google.com | 2009-01-07 | 2 | -3/+77 |
* | Update googletest (gtest) to 1.2.1 | maruel@chromium.org | 2009-01-07 | 1 | -2/+2 |
* | Reverting 7641. | dkegel@google.com | 2009-01-07 | 2 | -81/+0 |
* | Add an easy way to do a synchronous connect from test code. | dkegel@google.com | 2009-01-07 | 2 | -0/+81 |
* | Make stress_cache and net_perftests link properly | evanm@google.com | 2009-01-05 | 2 | -0/+4 |
* | Histogram size of "final" block of SDCH compressed data. | jar@google.com | 2009-01-05 | 2 | -2/+13 |
* | Try to consistently use arraysize() with strlcpy(). | deanm@chromium.org | 2009-01-02 | 3 | -14/+17 |
* | Fix the test server to be smarter about when to | nsylvain@chromium.org | 2008-12-30 | 1 | -98/+58 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 3 | -631/+254 |
* | ack. fix it for real this time. | erikkay@google.com | 2008-12-30 | 1 | -1/+1 |
* | Disable FTP tests that are hanging on the bot. | erikkay@google.com | 2008-12-30 | 1 | -1/+3 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 4 | -278/+702 |
* | Add TRACE_EVENT calls from tcp_client_socket_win.cc into tcp_client_socket_li... | dkegel@google.com | 2008-12-30 | 1 | -1/+16 |
* | Remove compatibility #defines in string_util.h | phajdan.jr@chromium.org | 2008-12-30 | 1 | -1/+1 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Initial subset of .vcproj file generation, covering generation of: | sgk@google.com | 2008-12-24 | 1 | -1/+1 |
* | Implement extension:// protocol. | aa@chromium.org | 2008-12-24 | 2 | -5/+5 |
* | Refactor the two URLRequestContext subclasses in profile.cc into a new shared | aa@chromium.org | 2008-12-23 | 1 | -6/+1 |
* | Implement part of x509_certificate on linux, enable its unit test. | dkegel@google.com | 2008-12-22 | 3 | -6/+247 |
* | Add a unit test to mac build. | ericroman@google.com | 2008-12-20 | 2 | -6/+19 |
* | Use appropriate version of delete in storage block | rvargas@google.com | 2008-12-19 | 2 | -6/+15 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 21 | -228/+277 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 10 | -62/+193 |
* | Add the CertVerifier class. It is based on the | wtc@google.com | 2008-12-19 | 3 | -3/+208 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 8 | -27/+25 |
* | Disk cache: Avoid a crashing on a timer when the cache is disabled. | rvargas@google.com | 2008-12-18 | 1 | -1/+3 |
* | Disk cache: move eviction code to a separate file. | rvargas@google.com | 2008-12-18 | 8 | -87/+212 |
* | Fix Linux build. | evanm@google.com | 2008-12-17 | 1 | -2/+3 |
* | Add beginnings of a custom FTP implementation. This is built but not used or | darin@chromium.org | 2008-12-17 | 11 | -0/+597 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -1/+2 |
* | Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report... | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Correct typo in SDCH problem logging code. | jar@google.com | 2008-12-17 | 2 | -3/+4 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -2/+1 |
* | Fixed failed test in net_perftest. | darin@chromium.org | 2008-12-17 | 1 | -1/+1 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -1/+2 |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 8 | -2532/+2532 |