| Commit message (Expand) | Author | Age | Files | Lines |
* | Have net_resources.grd generate a .pak file too. Since the tld | tc@google.com | 2009-01-16 | 2 | -6/+8 |
* | If connect succeeds synchronously, the event object is also | wtc@google.com | 2009-01-16 | 2 | -2/+4 |
* | Add another test case. | ericroman@google.com | 2009-01-16 | 1 | -0/+25 |
* | revert 8087 | abarth@chromium.org | 2009-01-15 | 2 | -8/+6 |
* | We should download text/csv mime types instead of displaying them. | abarth@chromium.org | 2009-01-15 | 2 | -6/+8 |
* | post-winhttp cleanup: remove a todo. | ericroman@google.com | 2009-01-15 | 2 | -18/+1 |
* | post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache. | ericroman@google.com | 2009-01-15 | 17 | -202/+211 |
* | Add a bucket in the connection type histograms for | wtc@google.com | 2009-01-15 | 3 | -5/+13 |
* | Push MD5 certificate histograms to UMA. | wtc@google.com | 2009-01-14 | 1 | -4/+9 |
* | Rewrite old unit tests to avoid connecting to google.com; fixes TODO(darin) | dkegel@google.com | 2009-01-13 | 2 | -14/+55 |
* | Remove HttpTransactionWinHttp and the --winhttp command-line | wtc@google.com | 2009-01-13 | 16 | -2667/+0 |
* | Correct latency histograms for SDCH encoding | jar@chromium.org | 2009-01-13 | 9 | -23/+37 |
* | Port crash_cache tool to Linux. | phajdan.jr@chromium.org | 2009-01-13 | 4 | -74/+61 |
* | Measure how often the users are encountering MD5 | wtc@google.com | 2009-01-12 | 8 | -2/+133 |
* | Updates to Visual Studio project generation to accomodate | sgk@google.com | 2009-01-10 | 9 | -60/+36 |
* | Resubmit r7826 after fixing breakages: | sgk@google.com | 2009-01-10 | 7 | -159/+767 |
* | 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 |