summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-2/+1
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-083-0/+3
* Correctly handle trailing dots in hostname blacklist. jschuh@google.com2010-03-082-0/+11
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-061-2/+2
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-056-43/+198
* Mac: Work around SSL renegotiation problems with client certs.snej@chromium.org2010-03-051-1/+0
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-056-194/+42
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-056-42/+194
* Change histogram names because collected data is somewhat different.vandebo@chromium.org2010-03-031-2/+2
* Remark the KeyHandler test as flakey, and make it not run under Valgrind inst...jam@chromium.org2010-03-031-1/+1
* Handle CreateFile() trimming trailing dots and spaces in downloads.jschuh@google.com2010-03-031-0/+10
* Disable KeyHandler test because it's hanging the Mac valgrind bots.jam@chromium.org2010-03-031-1/+1
* Use CHECK_* in netwillchan@chromium.org2010-03-025-17/+16
* Remove connection failed histograms.vandebo@chromium.org2010-03-022-9/+4
* TBR: Fix build by marking new Keygen test as flaky.snej@chromium.org2010-03-021-1/+1
* Mac: implement <keygen> support, including adding generated cert to the Keych...snej@chromium.org2010-03-0211-96/+422
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-017-193/+66
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-271-0/+4
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-267-66/+193
* Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...jar@chromium.org2010-02-264-88/+21
* Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...jar@chromium.org2010-02-264-21/+88
* Adds a new type of cache (APP_CACHE) so that we can tellrvargas@google.com2010-02-261-0/+1
* Handle the TLS no_renegotiation alert message.wtc@chromium.org2010-02-251-0/+3
* Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...jar@chromium.org2010-02-254-88/+21
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-02-254-21/+88
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-257-104/+28
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-247-28/+104
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-247-104/+28
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-242-26/+56
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-247-191/+65
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-247-65/+191
* Request the szOID_PKIX_KP_SERVER_AUTH usage when constructingwtc@chromium.org2010-02-241-7/+16
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-0/+3
* Disable IPv6 address change notifications on Linux.willchan@chromium.org2010-02-231-2/+1
* Tie the lifetime of persisted transport-security metatdata to clearing cookies,cevans@chromium.org2010-02-233-7/+99
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-205-20/+113
* Improve error reporting for FTP passive connection failures.wtc@chromium.org2010-02-191-0/+5
* Make MappedHostResolver display its internals on the about:net-internals page...eroman@chromium.org2010-02-194-5/+11
* Remove a TODO I've already done.willchan@chromium.org2010-02-191-1/+0
* Re-lands r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-194-4/+222
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-197-191/+67
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-197-67/+191
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-196-7/+14
* Revert r39417: "Implement NetworkChangeNotifierLinux."willchan@chromium.org2010-02-192-182/+4
* Implement NetworkChangeNotifierLinux.willchan@chromium.org2010-02-192-4/+182
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-182-20/+194
* Add a command-line flag to remap hostnames based on patterns.eroman@chromium.org2010-02-186-87/+345
* Avoid showing the user a garbage path attribute when the cookie doesn't have andarin@chromium.org2010-02-122-1/+16
* Update effective TLD (registry-controlled domain) data to latest file from Mo...pam@chromium.org2010-02-123-9837/+9696
* Recover from inconsistent cookie database.eroman@chromium.org2010-02-123-14/+277