summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Reverting 8627,8625.maruel@chromium.org2009-01-262-26/+8
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-262-8/+26
* revert r8603rvargas@google.com2009-01-2436-187/+98
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-2436-98/+187
* Disk cache: Adjust the current experiment so that the cachervargas@google.com2009-01-231-15/+18
* Prep for generated .vcproj files:sgk@google.com2009-01-233-9/+11
* Support domain=IPADDR if it matches the url ip address exactly.deanm@chromium.org2009-01-232-2/+12
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-233-3/+85
* BUG=1112hclam@chromium.org2009-01-231-4/+8
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+1
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-224-16/+16
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-222-6/+8
* Mark the SECOM Trust Root CAs as EV. Note that bothwtc@chromium.org2009-01-221-0/+12
* Return ERR_SSL_PROTOCOL_ERROR instead of the defaultwtc@chromium.org2009-01-211-1/+1
* Fix dump_cache build.evan@chromium.org2009-01-211-8/+15
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-215-22/+11
* Provide initialization of member variablejar@chromium.org2009-01-201-0/+1
* generate test_shell.pak and hook up loading net resources fromtc@google.com2009-01-201-3/+3
* 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