index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
proxy
/
proxy_script_fetcher_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-14
1
-2
/
+2
*
Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."
scherkus@chromium.org
2013-11-04
1
-2
/
+2
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-04
1
-2
/
+2
*
[Net] Add a priority parameter to URLRequest's constructor
akalin@chromium.org
2013-10-31
1
-1
/
+3
*
Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.
cdn@chromium.org
2013-08-22
1
-1
/
+1
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.
dcheng@chromium.org
2013-06-12
1
-1
/
+0
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-1
/
+1
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-2
/
+3
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
1
-2
/
+2
*
Added URLRequestContext::CreateRequest which can be used to create URLRequests
shalev@chromium.org
2012-08-24
1
-1
/
+1
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-2
/
+1
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-3
/
+0
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-2
/
+2
*
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
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
1
-13
/
+11
*
net: ignore revocation check failures when fetching a proxy script.
agl@chromium.org
2011-10-12
1
-0
/
+5
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-3
/
+4
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
1
-4
/
+3
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-3
/
+4
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-1
/
+1
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Revert 92511 - Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...
cevans@chromium.org
2011-06-20
1
-1
/
+6
*
Revert 89489 - net: don't check revocation when fetching PAC files.
cevans@chromium.org
2011-06-19
1
-6
/
+1
*
net: don't check revocation when fetching PAC files.
agl@chromium.org
2011-06-17
1
-1
/
+6
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
1
-1
/
+1
*
Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...
joi@chromium.org
2011-05-17
1
-1
/
+1
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
1
-1
/
+1
*
Add a bug annotation to a TODO.
eroman@chromium.org
2011-03-29
1
-2
/
+2
*
Implementation of custom PAC scripts in Proxy Settings API.
battre@chromium.org
2011-02-16
1
-0
/
+13
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
1
-24
/
+24
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
1
-17
/
+17
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-6
/
+6
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-11
/
+11
*
Prevent re-entrancy into ProxyScriptFetcherImpl from ~URLRequestContext.
willchan@chromium.org
2010-11-23
1
-0
/
+3
*
Address a TODO about not using recursion to handle synchronous completions of...
eroman@chromium.org
2010-11-20
1
-23
/
+37
*
Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...
eroman@chromium.org
2010-10-16
1
-0
/
+286