| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 1 | -5/+2 |
* | Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so this | pkasting@chromium.org | 2014-03-11 | 1 | -18/+0 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -9/+9 |
* | Remove legacy task wrapper in MultiThreadedProxyResolver. | dcheng@chromium.org | 2013-02-14 | 1 | -16/+3 |
* | Improve performance of proxy resolver by tracing DNS dependencies. | eroman@chromium.org | 2013-01-30 | 1 | -15/+0 |
* | Add histograms to measure the performance of multithreaded proxy resolving. | eroman@chromium.org | 2013-01-30 | 1 | -0/+22 |
* | NetLogEventParameter to Callback refactoring 7. | mmenke@chromium.org | 2012-06-14 | 1 | -6/+3 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -1/+7 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 1 | -29/+28 |
* | Add new text for indicating we are resolving hosts during proxy resolution. | willchan@chromium.org | 2011-11-08 | 1 | -0/+16 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -4/+4 |
* | Make MultiThreadedProxyResolver resistant to crashes when leaked. | willchan@chromium.org | 2011-07-13 | 1 | -6/+7 |
* | Suppress a ThreadAssertion warning when joining worker thread for PAC scripts. | eroman@chromium.org | 2011-01-15 | 1 | -2/+8 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Add a CHECK() to make sure thread creation succeeded. | eroman@chromium.org | 2010-12-10 | 1 | -1/+1 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -16/+4 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -3/+3 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -1/+2 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -24/+11 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -0/+588 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -588/+0 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -0/+588 |