summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add IPv6 probing support, and disable IPv6 resolution when it is useless jar@chromium.org2010-02-082-0/+55
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-082-16/+16
* Including icons for FTP and file:// directory listings. This is not the finalphajdan.jr@chromium.org2010-02-071-10/+70
* Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...jar@chromium.org2010-02-073-67/+0
* Add IPv6 probing support, and disable IPv6 resolution when it is uselessjar@chromium.org2010-02-073-0/+67
* linux: build with -Wextraevan@chromium.org2010-02-054-8/+8
* Add placeholder for histogramming non-speculative resolve jobs duration.eroman@chromium.org2010-02-051-5/+40
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-055-14/+4
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-1/+8
* Add a timing measurement to LoadLog that shows how long a proxy resolve reque...eroman@chromium.org2010-02-051-1/+5
* Implement backend support for forcing cookies to be saved asdarin@chromium.org2010-02-053-7/+44
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-051-0/+7
* Fix regression that broke the --disable-ipv6 command line flag.eroman@chromium.org2010-02-053-32/+298
* Add a dump of the currently outstanding jobs when enabling DNS tracing.eroman@chromium.org2010-02-051-0/+33
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-045-6/+114