summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Improve SDCH stability stats and error recoveryjar@chromium.org2009-01-208-59/+246
* Generate all chrome .vcproj files:sgk@google.com2009-01-178-9/+29
* Refine a CHECK into several CHECKs to determine the returnwtc@chromium.org2009-01-171-1/+20
* Have net_resources.grd generate a .pak file too. Since the tldtc@google.com2009-01-162-6/+8
* If connect succeeds synchronously, the event object is alsowtc@google.com2009-01-162-2/+4
* Add another test case.ericroman@google.com2009-01-161-0/+25
* revert 8087abarth@chromium.org2009-01-152-8/+6
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-152-6/+8
* post-winhttp cleanup: remove a todo.ericroman@google.com2009-01-152-18/+1
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-1517-202/+211
* Add a bucket in the connection type histograms forwtc@google.com2009-01-153-5/+13
* Push MD5 certificate histograms to UMA.wtc@google.com2009-01-141-4/+9
* Rewrite old unit tests to avoid connecting to google.com; fixes TODO(darin)dkegel@google.com2009-01-132-14/+55
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-1316-2667/+0
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-139-23/+37
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-134-74/+61
* Measure how often the users are encountering MD5wtc@google.com2009-01-128-2/+133
* Updates to Visual Studio project generation to accomodatesgk@google.com2009-01-109-60/+36
* Resubmit r7826 after fixing breakages:sgk@google.com2009-01-107-159/+767
* Add support for per-module suppression files.erg@google.com2009-01-091-0/+31
* Back out r7826, which broke the Linux buildmark@chromium.org2009-01-097-761/+153
* Generation of net .vcproj and .sln files.sgk@google.com2009-01-097-153/+761
* Port tld_cleanup to posix and add it to the scons build.tc@google.com2009-01-093-43/+25
* CookieMonster quote parsing changes and tests.deanm@chromium.org2009-01-093-45/+101
* create a net.vsprops file to share between build configs of net.vcprojtc@google.com2009-01-092-2/+10
* Sweep the tree for SCons files still missing svn:eol-style LF.sgk@google.com2009-01-081-43/+43
* It looks like the FTP tests are hanging / crashing some percentage of the tim...erikkay@google.com2009-01-081-1/+2
* Fix release build by including vsprops in the release config.tc@google.com2009-01-081-1/+1
* Remove net_resources.rc and net_resources.h and replace ittc@google.com2009-01-0812-50/+119
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-084-279/+722
* Using PlatformThread::Sleep instead of msleepdkegel@google.com2009-01-081-17/+3
* When there are multiple requests for the same resource, it isrvargas@google.com2009-01-072-3/+77
* Update googletest (gtest) to 1.2.1maruel@chromium.org2009-01-071-2/+2
* Reverting 7641.dkegel@google.com2009-01-072-81/+0
* Add an easy way to do a synchronous connect from test code.dkegel@google.com2009-01-072-0/+81
* Make stress_cache and net_perftests link properlyevanm@google.com2009-01-052-0/+4
* Histogram size of "final" block of SDCH compressed data.jar@google.com2009-01-052-2/+13
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-023-14/+17
* Fix the test server to be smarter about when tonsylvain@chromium.org2008-12-301-98/+58
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-303-631/+254
* ack. fix it for real this time.erikkay@google.com2008-12-301-1/+1
* Disable FTP tests that are hanging on the bot.erikkay@google.com2008-12-301-1/+3
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-304-278/+702
* Add TRACE_EVENT calls from tcp_client_socket_win.cc into tcp_client_socket_li...dkegel@google.com2008-12-301-1/+16
* Remove compatibility #defines in string_util.hphajdan.jr@chromium.org2008-12-301-1/+1
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Initial subset of .vcproj file generation, covering generation of:sgk@google.com2008-12-241-1/+1
* Implement extension:// protocol.aa@chromium.org2008-12-242-5/+5
* Refactor the two URLRequestContext subclasses in profile.cc into a new sharedaa@chromium.org2008-12-231-6/+1
* Implement part of x509_certificate on linux, enable its unit test.dkegel@google.com2008-12-223-6/+247