| Commit message (Expand) | Author | Age | Files | Lines |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 1 | -1/+2 |
* | Add a source id to global NetLog entries, which makes them | mmenke@chromium.org | 2012-03-15 | 3 | -20/+9 |
* | Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. | jochen@chromium.org | 2012-03-09 | 1 | -0/+11 |
* | Remove usage of a deprecated TestServer constructor. | erikwright@chromium.org | 2012-02-24 | 3 | -3/+8 |
* | Strip brackets from IPv6 host literals before passing down to PAC script. | eroman@chromium.org | 2012-02-11 | 2 | -2/+25 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-02-08 | 1 | -2/+3 |
* | Linux: fix bug 75508, a crash when receiving notifications of proxy settings ... | mdm@chromium.org | 2012-02-06 | 1 | -30/+35 |
* | Linux: convert some CHECK macros to more useful CHECK_* macros in the proxy c... | mdm@chromium.org | 2012-02-03 | 1 | -5/+5 |
* | [Coverity] Fixed uninitialized member | groby@chromium.org | 2012-01-28 | 1 | -1/+2 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 7 | -88/+88 |
* | Add a source to V8 proxy resolver-initiated DNS requests, | mmenke@chromium.org | 2012-01-27 | 7 | -26/+50 |
* | Adds TTL argument to HostCache::Set. | szym@chromium.org | 2012-01-21 | 3 | -13/+15 |
* | Decrease the PAC polling delay even further. | eroman@chromium.org | 2012-01-20 | 3 | -72/+97 |
* | Revert 118489 since it seems to regress linux-sizes. | sadrul@chromium.org | 2012-01-20 | 3 | -15/+13 |
* | Adds custom ttl argument to HostCache::Set. | szym@chromium.org | 2012-01-20 | 3 | -13/+15 |
* | Change the polling policy for PAC scripts to be much less frequent (new: 2 ho... | eroman@chromium.org | 2012-01-18 | 2 | -48/+65 |
* | Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Rename is_hsts_host to fatal. | palmer@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Don't poll the PAC script during periods of network inactivity. | eroman@chromium.org | 2012-01-13 | 3 | -69/+373 |
* | Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed... | battre@chromium.org | 2012-01-13 | 1 | -2/+2 |
* | Split the initialisation of NeworkChangeNotifierMac. | droger@google.com | 2012-01-11 | 1 | -7/+8 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 3 | -3/+0 |
* | Poll PAC scripts for content changes. | eroman@chromium.org | 2012-01-05 | 8 | -95/+896 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -3/+1 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 40 | -648/+587 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -1/+4 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -4/+1 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -1/+4 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -4/+1 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -1/+4 |
* | base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. | jhawkins@chromium.org | 2011-12-15 | 3 | -51/+55 |
* | Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider". | eroman@chromium.org | 2011-12-13 | 6 | -424/+459 |
* | Add range check to allow for NULL to be counted as data or not by DHCP server. | joi@chromium.org | 2011-12-12 | 1 | -7/+18 |
* | base::Bind: Convert proxy_resolution_service_provider.cc. | jhawkins@chromium.org | 2011-12-06 | 2 | -8/+89 |
* | Convert more NewRunnable* to base::Bind(). | mdm@chromium.org | 2011-12-06 | 1 | -7/+9 |
* | base::Bind: Convert net::NetworkDelegate. | jhawkins@chromium.org | 2011-12-01 | 1 | -4/+4 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 3 | -7/+7 |
* | Remove mac_util header from proxy_config_service_mac.cc | kushi.p@gmail.com | 2011-11-16 | 1 | -1/+0 |
* | Convert plain C-style casts to use CFCastStrict and GetValueFromDictionary te... | kushi.p@gmail.com | 2011-11-15 | 3 | -27/+20 |
* | Remove unused HostResolver::Observer. | szym@chromium.org | 2011-11-15 | 1 | -8/+0 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 4 | -10/+8 |
* | Call LowMemoryNotification instead of IdleNotification when need to free memory. | ulan@chromium.org | 2011-11-10 | 1 | -6/+1 |
* | Remove HostResolverImpl from Mock*HostResolver. | szym@chromium.org | 2011-11-08 | 1 | -28/+3 |
* | Add new text for indicating we are resolving hosts during proxy resolution. | willchan@chromium.org | 2011-11-08 | 16 | -2/+209 |
* | Revert 108910 - Remove HostResolverImpl from Mock*HostResolver. | szym@chromium.org | 2011-11-07 | 1 | -3/+28 |
* | Remove HostResolverImpl from Mock*HostResolver. | szym@chromium.org | 2011-11-07 | 1 | -28/+3 |
* | WriteInto handles length_with_null values of 1 better. | cbentzel@chromium.org | 2011-10-18 | 1 | -2/+5 |