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
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
3
-7
/
+6
*
Add fine grain tracing to HostResolverImpl.
eroman@chromium.org
2010-02-02
1
-1
/
+0
*
Cleanup the unittest helpers in load_log_unittest.h.
eroman@chromium.org
2010-01-29
3
-65
/
+63
*
Add a histogram to record how long fetching the system proxy settings takes:
eroman@chromium.org
2010-01-28
1
-0
/
+11
*
Add more functionality to about:net-internals:
eroman@chromium.org
2010-01-13
2
-0
/
+23
*
Retry proxies which were cached as bad before giving up.
eroman@chromium.org
2010-01-12
6
-17
/
+97
*
Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...
eroman@chromium.org
2010-01-08
3
-50
/
+190
*
Log the results of proxy resolution to LoadLog when "full logging mode" is en...
eroman@chromium.org
2010-01-07
5
-17
/
+39
*
Re-order some declarations in ProxyService, to ensure that deletion of InitPr...
eroman@chromium.org
2010-01-06
3
-6
/
+78
*
Remove the implicit fallback to DIRECT when proxies fail. This better matches...
eroman@chromium.org
2010-01-05
9
-147
/
+258
*
Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...
eroman@chromium.org
2009-12-22
2
-29
/
+40
*
Extend LoadLog to support logging of arbitrary strings, and of network error ...
eroman@chromium.org
2009-12-21
4
-9
/
+9
*
Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...
eroman@chromium.org
2009-12-12
2
-16
/
+2
*
Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...
hayato@chromium.org
2009-12-10
7
-218
/
+261
*
Fixes to the string MatchPattern functions:
tony@chromium.org
2009-12-03
2
-2
/
+3
*
Add a new event to LoadLog:
eroman@chromium.org
2009-12-01
3
-21
/
+29
*
Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).
mdm@chromium.org
2009-11-25
1
-1
/
+1
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
2
-8
/
+13
*
NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...
eroman@chromium.org
2009-11-18
7
-10
/
+123
*
Use GURL::is_valid() in place of !GURL::is_empty() in a condition.
eroman@chromium.org
2009-11-10
2
-1
/
+23
*
Grab SOCKS settings from system prefs.
avi@chromium.org
2009-11-10
1
-1
/
+14
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
6
-19
/
+29
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
8
-2
/
+39
*
Add three of the six extensions to PAC that Internet Explorer supports.
eroman@chromium.org
2009-10-26
6
-19
/
+322
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
3
-22
/
+14
*
Refactor: Address some style comments from a review (which missed the origina...
eroman@chromium.org
2009-10-23
2
-9
/
+12
*
Refactor: Don't send the quit command before killing test server for ProxyScr...
eroman@chromium.org
2009-10-22
1
-2
/
+1
*
Disable IPv6 results for the PAC bindings:
eroman@chromium.org
2009-10-22
2
-9
/
+56
*
Fix a data race found by ThreadSanitizer in LoadLog::Release().
eroman@chromium.org
2009-10-20
1
-2
/
+3
*
Remove some unnecessary manual AddRef/Release.
eroman@chromium.org
2009-10-20
1
-9
/
+0
*
Eliminate all uses of strerror() in code that uses src/base. strerror() is in...
tschmelcher@chromium.org
2009-10-13
1
-4
/
+3
*
Add the ability to purge memory to the ProxyResolver.
pkasting@chromium.org
2009-10-13
9
-3
/
+79
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
1
-4
/
+6
*
Reverting 27389.
darin@chromium.org
2009-09-30
1
-6
/
+5
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-2
/
+2
*
Reverting 27379, in hopes of fixing browser_tests.
senorblanco@chromium.org
2009-09-28
1
-5
/
+6
*
Assert that thread-safe reference counting is used with
darin@chromium.org
2009-09-28
1
-6
/
+5
*
Add an additional unit-test for when PAC script is missing newline.
eroman@chromium.org
2009-09-25
1
-4
/
+23
*
Fix a bug where if a PAC script ended with a comment and no newline, it would...
eroman@chromium.org
2009-09-24
2
-16
/
+54
*
Linux: fix a data race in a proxy config service unit test.
mdm@chromium.org
2009-09-22
3
-34
/
+22
*
Respect the charset specified in PAC file responses.
eroman@chromium.org
2009-09-22
6
-19
/
+84
*
Simplify a unittest by removing the helper thread.
eroman@chromium.org
2009-09-18
1
-163
/
+116
*
Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...
eroman@chromium.org
2009-09-10
15
-106
/
+205
*
Aesthetic changes to the proxy configuration log format.
eroman@chromium.org
2009-09-06
3
-40
/
+192
*
Linux: improve KDE proxy settings parsing and add unit tests for it.
mdm@chromium.org
2009-09-03
3
-59
/
+419
*
Add skeleton for an about:net-internal page.
eroman@chromium.org
2009-09-01
1
-5
/
+10
*
Linux: get GNOME or KDE proxy settings.
mdm@chromium.org
2009-08-28
5
-142
/
+615
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-2
/
+2
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-2
/
+2
*
Linux: make the "change proxy settings" button able to start several proxy co...
mdm@chromium.org
2009-08-20
1
-1
/
+2
[next]