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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
8
-27
/
+29
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
3
-12
/
+14
*
Add histograms for ProxyResolverV8Tracing.
eroman@chromium.org
2013-02-06
1
-59
/
+186
*
Add a unittest to ProxyResolverV8Tracing for sync DNS inside of blocking mode.
eroman@chromium.org
2013-02-06
1
-2
/
+10
*
Remove some unused NetLog event types.
eroman@chromium.org
2013-02-04
1
-1
/
+1
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
8
-19
/
+18
*
Make the v8 Isolate used in the proxy resolver explicit.
jochen@chromium.org
2013-02-01
3
-13
/
+47
*
Make an interface's virtual dtor protected rather than public.
eroman@chromium.org
2013-02-01
1
-2
/
+3
*
Fix a memory error in ProxyResolverV8Tracing.
eroman@chromium.org
2013-02-01
2
-8
/
+34
*
Remove an unnecessary call to v8::V8::LowMemoryNotification.
eroman@chromium.org
2013-01-31
1
-6
/
+0
*
Improve performance of proxy resolver by tracing DNS dependencies.
eroman@chromium.org
2013-01-30
29
-1585
/
+2132
*
Add histograms to measure the performance of multithreaded proxy resolving.
eroman@chromium.org
2013-01-30
1
-0
/
+22
*
[net] Add a new load state for "Downloading Proxy script".
eroman@chromium.org
2013-01-30
3
-6
/
+33
*
Reduce the number of deprecated v8 API entry calls. Disable V8 deprecations f...
svenpanne@chromium.org
2013-01-24
1
-4
/
+6
*
LoadTiming in net part 4.
mmenke@chromium.org
2013-01-24
4
-4
/
+103
*
Update an outdated comment.
eroman@chromium.org
2013-01-09
1
-1
/
+1
*
Fix leak ProxyScriptFetcherImplTest
pauljensen@chromium.org
2012-12-20
1
-2
/
+1
*
Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...
pauljensen@chromium.org
2012-12-20
1
-29
/
+5
*
Use SCHEME_HTTP for HTTPS proxies on Android.
pasko@google.com
2012-12-10
2
-6
/
+10
*
Temporarily allow IO to load gsettings.
phajdan.jr@chromium.org
2012-12-06
1
-5
/
+10
*
Update net/proxy unit test initialization of URLRequestJobFactory object.
tedv@chromium.org
2012-12-04
1
-3
/
+3
*
Linux: use generated library loader for gsettings.
phajdan.jr@chromium.org
2012-11-30
1
-92
/
+22
*
Fix and enable the PAC fetcher NoCache test on Android
ppi@chromium.org
2012-11-20
1
-4
/
+14
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
9
-25
/
+25
*
Fix infinite proxy retries that could happen when PAC script threw javascript...
eroman@chromium.org
2012-10-31
3
-1
/
+42
*
[net] Change factory methods for HostResolver and HostCache to return a scope...
szym@chromium.org
2012-10-22
1
-1
/
+1
*
Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...
battre@chromium.org
2012-10-20
2
-2
/
+2
*
Upstream Android-specific net/ changes.
newt@chromium.org
2012-10-20
3
-2
/
+2
*
[net] Add AsyncDNS.TTL histogram.
szym@chromium.org
2012-10-17
1
-1
/
+1
*
Removing "WinHttpGetProxyForUrl failed" message.
alexeypa@chromium.org
2012-10-16
1
-1
/
+0
*
Receiving Connection: Proxy-Bypass induces proxy fallback.
piatek@google.com
2012-10-16
5
-7
/
+94
*
Android: lazy initialization for method id.
bulach@chromium.org
2012-10-16
1
-1
/
+0
*
[net] Connect DNS signals to re-fetching PAC script.
szym@chromium.org
2012-09-21
2
-0
/
+11
*
net: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-17
1
-8
/
+11
*
Minor fixes in proxy configuration on iOS.
droger@chromium.org
2012-09-06
4
-21
/
+6
*
Add iOS support to ProxyService
droger@chromium.org
2012-09-04
4
-1
/
+158
*
net: Add a new target 'net_with_v8'.
tfarina@chromium.org
2012-08-31
5
-136
/
+179
*
Added URLRequestContext::CreateRequest which can be used to create URLRequests
shalev@chromium.org
2012-08-24
1
-1
/
+1
*
Turned job_factory into a pure virtual class
shalev@chromium.org
2012-08-24
1
-2
/
+2
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-6
/
+8
*
Add histograms for network activity, and total/cumulative
tburkard@chromium.org
2012-08-20
2
-4
/
+4
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-3
/
+4
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
2
-7
/
+13
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
2
-0
/
+7
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
1
-1
/
+1
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
1
-1
/
+1
*
Linux: Detect Unity as a desktop environment.
thestig@chromium.org
2012-07-17
1
-0
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
39
-39
/
+0
*
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
tedvessenes@gmail.com
2012-07-11
4
-40
/
+48
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-2
/
+1
[next]