| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update a comment to be more verbose and explain more cases. | eroman@chromium.org | 2010-07-08 | 1 | -10/+39 |
* | Re-enable use of external string resources in ProxyResolverV8. | eroman@chromium.org | 2010-07-02 | 1 | -2/+7 |
* | Disable use of ExternalStringResource by ProxyResolverV8. | eroman@chromium.org | 2010-07-02 | 1 | -1/+2 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 21 | -197/+303 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 4 | -94/+59 |
* | Remove some unused code. | eroman@chromium.org | 2010-06-23 | 1 | -4/+0 |
* | Add support for international domain names in PAC scripts. This converts non-... | eroman@chromium.org | 2010-06-23 | 2 | -6/+49 |
* | Remove an unused member field. | eroman@chromium.org | 2010-06-23 | 3 | -8/+4 |
* | Address a couple of nits in comment wording. | eroman@chromium.org | 2010-06-23 | 4 | -12/+13 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som... | eroman@chromium.org | 2010-06-23 | 5 | -111/+202 |
* | Add an additional per-request DNS cache when executing FindProxyForURL() from... | eroman@chromium.org | 2010-06-22 | 5 | -32/+237 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -3/+3 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -3/+3 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -3/+3 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -5/+1 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -1/+1 |
* | Implement KDE ReversedException setting in Chrome | davidben@chromium.org | 2010-06-14 | 8 | -27/+143 |
* | Use KDEHOME variable instead of KDE_HOME for locating KDE directory | davidben@chromium.org | 2010-06-12 | 2 | -21/+21 |
* | A couple of style mods in proxy_config_service_linux.cc | ziadh@chromium.org | 2010-06-11 | 1 | -11/+11 |
* | Linux: check the timestamps of .kde and .kde4 to figure out which to use for ... | mdm@chromium.org | 2010-06-10 | 2 | -6/+38 |
* | Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa... | eroman@chromium.org | 2010-06-08 | 3 | -5/+83 |
* | Make HostResolver NonThreadSafe and not thread safe refcounted. | willchan@chromium.org | 2010-06-03 | 3 | -119/+170 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -1/+1 |
* | Linux: Fix kde no_proxy environment variable handling. | mattm@chromium.org | 2010-05-18 | 2 | -18/+96 |
* | Log the OS error that getaddrinfo() failed with. | eroman@chromium.org | 2010-05-16 | 1 | -1/+1 |
* | Try to fix a deadlock that happened when running the network diagnostic tool ... | eroman@chromium.org | 2010-05-13 | 1 | -24/+48 |
* | Http Cache: Add a backend factory class so that the caller | rvargas@google.com | 2010-05-12 | 1 | -1/+1 |
* | Update V8 to version 2.2.9 | sgjesse@google.com | 2010-05-11 | 1 | -1/+1 |
* | Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh... | eroman@chromium.org | 2010-05-05 | 2 | -31/+15 |
* | Replace CHECK(false) by LOG(FATAL) where appropriate. | evan@chromium.org | 2010-05-05 | 1 | -2/+2 |
* | Add a tool for testing your network setup. | eroman@chromium.org | 2010-05-04 | 2 | -0/+19 |
* | Implement a 15 connection per proxy server limit. | willchan@chromium.org | 2010-04-29 | 2 | -0/+13 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 10 | -182/+226 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 5 | -39/+43 |
* | Remove proxy_mode_ from the HttpNetworkTransaction since it | mbelshe@chromium.org | 2010-04-28 | 1 | -0/+14 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 3 | -42/+42 |
* | bsd: refactor XDG bits of linux_util into a shared file. | evan@chromium.org | 2010-04-22 | 1 | -1/+1 |
* | Linux: correctly ignore KDE "indirect" environment variable proxy settings wh... | mdm@chromium.org | 2010-04-18 | 1 | -0/+2 |
* | Fix a deadlock that could happen during shutdown if a host resolve request wa... | eroman@chromium.org | 2010-04-17 | 9 | -116/+468 |
* | Cleanup: Explicitly add a bunch of missing includes. | thestig@chromium.org | 2010-04-15 | 1 | -3/+5 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 1 | -3/+3 |
* | Linux: Use .kde4 for proxy settings when it is present and we are running und... | mdm@chromium.org | 2010-04-08 | 2 | -19/+160 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -1/+2 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -2/+1 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -1/+2 |
* | Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r... | thestig@chromium.org | 2010-04-03 | 3 | -36/+31 |
* | Fix a crash when calling a PAC binding from the global scope. | eroman@chromium.org | 2010-03-31 | 2 | -14/+40 |
* | GTK: Turn on the GTK+ integration by default. | erg@chromium.org | 2010-03-26 | 1 | -0/+1 |
* | Move over another legacy "LoadLog-style" event generator to routing its messa... | eroman@chromium.org | 2010-03-16 | 3 | -51/+60 |