summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-042-1/+81
* Call CertVerifier to verify certificate.ukai@chromium.org2009-06-042-75/+102
* Update thawte's certificate to the latest version.ukai@chromium.org2009-06-041-69/+84
* Disable the leaky test.willchan@chromium.org2009-06-041-1/+1
* Revert "Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelCon...willchan@chromium.org2009-06-041-6/+7
* Fix valgrind/purify errors with ClientSocketPoolTest_ConnectCancelConnect.willchan@chromium.org2009-06-041-7/+6
* Revert "Use res_ninit for thread safety and a timer for reloading resolv.conf...willchan@chromium.org2009-06-041-72/+1
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-0411-377/+894
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-0411-794/+377
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-0411-377/+794
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-034-10/+46
* Enable a test, by masking failures if the system does not support IPv6.eroman@chromium.org2009-06-031-7/+11
* Avoiding IO completion callback during the closinghuanr@chromium.org2009-06-034-12/+38
* Update some comments in url_request.h to clarify that once the request is del...ericroman@google.com2009-06-031-3/+5
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-031-1/+72
* Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU...pkasting@chromium.org2009-06-032-6/+6
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-032-0/+2
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-036-56/+86
* Parsing routines for X-Force-TLS header.abarth@chromium.org2009-06-024-1/+230
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-014-14/+5
* Disk cache: fix the description of data\cache_tests\bad_rankings2rvargas@google.com2009-05-291-2/+2
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-2917-359/+6
* Handle mimetype queries for media fileshclam@chromium.org2009-05-292-3/+42
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-2941-19/+50
* Remember the intermediate CA certs if the server sends them to us.ukai@chromium.org2009-05-292-10/+147
* Detach verify thread from NSPR on linux.ukai@chromium.org2009-05-291-0/+14
* Implement X509Certificate::Verify for Linux.ukai@chromium.org2009-05-281-7/+270
* Disk cache: Fix a signed / unsigned comparison on cl 17052rvargas@google.com2009-05-281-2/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-288-0/+137
* Work around linux resolver problem where changes to resolv.conf go unnoticed ...evan@chromium.org2009-05-271-0/+10
* Decompress .svgz files from disk.thestig@chromium.org2009-05-272-0/+13
* HttpResponseHeaders::GetContentRange() to handle implied LWShclam@chromium.org2009-05-262-20/+78
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-235-22/+27
* Extract socket mocks out of HttpNetworkTransactionTest.phajdan.jr@chromium.org2009-05-234-502/+607
* Change timeout settings in CacheTest tohuanr@chromium.org2009-05-231-2/+2
* Remove a duplicate source file entry -- it appears in the sources of both "ne...ericroman@google.com2009-05-221-1/+0
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-223-0/+341
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-223-0/+63
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-223-63/+0
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-223-0/+63
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-229-177/+613
* Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...willchan@chromium.org2009-05-2211-774/+377
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-2211-377/+774
* Revert "Revert "Implement full duplex mode for TCPClientSocketLibevent.""willchan@chromium.org2009-05-225-157/+276
* Fix a typo (one extra '!') in the previous checkin (r13601).wtc@chromium.org2009-05-221-1/+1
* Add #if defined(OS_WIN) for the previous change, which onlywtc@chromium.org2009-05-221-1/+5
* Revert "Implement full duplex mode for TCPClientSocketLibevent."willchan@chromium.org2009-05-225-275/+156
* Disable the flaky fullduplex tests.willchan@chromium.org2009-05-211-2/+2
* Implement full duplex mode for TCPClientSocketLibevent.willchan@chromium.org2009-05-215-154/+273
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-2110-65/+110