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
*
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
*
Add WorkerPool::PostTaskAndReply and use in DHCP code.
joi@chromium.org
2011-10-14
6
-216
/
+134
*
Define id_ to have the ID type for better readability.
wtc@chromium.org
2011-10-13
1
-2
/
+2
*
net: ignore revocation check failures when fetching a proxy script.
agl@chromium.org
2011-10-12
1
-0
/
+5
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-0
/
+3
*
Linux: convert some uses of NewRunnable*() to base::Bind() in the proxy code.
mdm@chromium.org
2011-10-06
1
-28
/
+8
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-0
/
+7
*
NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...
cbentzel@chromium.org
2011-10-03
1
-4
/
+9
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
35
-235
/
+235
*
Minor cleanup of Mac/Linux network change notifier code:
mmenke@chromium.org
2011-09-30
2
-0
/
+3
*
Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...
ddorwin@chromium.org
2011-09-29
1
-9
/
+4
*
NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...
cbentzel@chromium.org
2011-09-29
1
-4
/
+9
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
2
-5
/
+7
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
2
-7
/
+5
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
2
-5
/
+7
*
Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs...
mdm@chromium.org
2011-09-22
1
-3
/
+7
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
2
-0
/
+2
*
Fix a crash-on-shutdown in ProxyConfigServiceMac
adamk@chromium.org
2011-09-20
2
-3
/
+6
*
Linux: enhance some code to try and track down bug 75508.
mdm@chromium.org
2011-09-19
2
-6
/
+21
*
Check for kCFProxyTypeHttps in ProxyResolverMac
eroman@chromium.org
2011-09-09
1
-0
/
+5
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-1
/
+1
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
6
-10
/
+11
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
6
-11
/
+10
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
6
-10
/
+11
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
4
-7
/
+7
*
Only mark a proxy as bad if we have confirmation that another proxy succeeded...
asanka@chromium.org
2011-08-29
7
-8
/
+103
*
Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 p...
mdm@chromium.org
2011-08-16
1
-1
/
+1
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
6
-7
/
+7
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
29
-60
/
+61
*
Fixup bad include and usage of BASE_API, which should be BASE_EXPORT.
darin@chromium.org
2011-08-05
1
-1
/
+0
*
HostResolver: don't interpret NULL callback argument as a request to do synch...
agayev@chromium.org
2011-08-04
1
-0
/
+7
*
Add onAuthRequired signal to the webRequest API
jochen@chromium.org
2011-08-03
1
-0
/
+2
*
mac: Components build for net
thakis@chromium.org
2011-07-29
1
-1
/
+2
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-0
/
+5
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
1
-5
/
+0
[next]