summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure the parent directory always comes first when listing directories.estade@chromium.org2010-02-112-15/+14
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-114-57/+226
* Http Cache: Add a load log to the DoomEntry operation.rvargas@google.com2010-02-111-0/+3
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-104-226/+57
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-104-57/+226
* Wait a second before initializing the Mac notifier thread.willchan@chromium.org2010-02-102-9/+32
* Disable NetworkChangeNotifierMac's helper thread.willchan@chromium.org2010-02-091-6/+8
* Fix ClientSocketPoolBaseHelper to maintain order properly.willchan@chromium.org2010-02-082-6/+16