| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+5 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -5/+7 |
* | Fix line ending with white spaces in some files. | tfarina@chromium.org | 2010-07-28 | 1 | -13/+13 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 5 | -0/+5 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+1 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 2 | -1/+5 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 2 | -5/+1 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 2 | -1/+5 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -5/+1 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -1/+5 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 2 | -3/+4 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -10/+6 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -0/+2 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 3 | -6/+6 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -1/+3 |
* | Http Cache: Add a backend factory class so that the caller | rvargas@google.com | 2010-05-12 | 1 | -1/+2 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 2 | -49/+49 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -3/+7 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -3/+3 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -3/+2 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 3 | -32/+34 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 2 | -6/+6 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -1/+2 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 4 | -345/+345 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -4/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+4 |
* | Cleanups for SSLConfigService and SSLConfigServiceManager. | mattm@chromium.org | 2009-08-21 | 1 | -12/+4 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -2/+17 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -3/+3 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+2 |
* | Make fetch_client work on POSIX. | phajdan.jr@chromium.org | 2009-08-07 | 1 | -2/+2 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -1/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -3/+3 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -3/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -3/+3 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Compile fetch_server on POSIX. | phajdan.jr@chromium.org | 2009-06-17 | 2 | -5/+8 |
* | Make HttpNetworkLayer tests network-independent. | phajdan.jr@chromium.org | 2009-06-16 | 1 | -3/+7 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -2/+4 |
* | Add svn:eol-style LF to some file. | ericroman@google.com | 2009-06-05 | 1 | -185/+184 |
* | A utility driver for doing client/server HTTP transaction | mbelshe@google.com | 2009-05-06 | 10 | -0/+698 |