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
*
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
*
Fix some style nits in unittests.
eroman@chromium.org
2009-08-20
2
-23
/
+23
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-1
/
+3
*
Remove an unused header from proxy_service.h.
ericroman@google.com
2009-08-18
2
-2
/
+1
*
Reference count ProxyService.
eroman@chromium.org
2009-08-18
4
-147
/
+165
*
Instrument ProxyService and InitProxyResolver with LoadLog.
eroman@chromium.org
2009-08-17
6
-37
/
+218
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
4
-103
/
+102
*
Update a comment to reflect the new truth.
ericroman@google.com
2009-08-14
1
-7
/
+5
*
Improve a worthless unittest.
ericroman@google.com
2009-08-14
1
-42
/
+13
*
Correctly update gconf proxy settings on Linux.
mdm@chromium.org
2009-08-13
1
-1
/
+3
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
4
-90
/
+107
*
Reverting r22603, which reverts r22591. It seems that the revert doesn't help...
hamaji@chromium.org
2009-08-06
2
-1517
/
+9
*
Reverting r22591. It seems to be making purify fail.
hamaji@chromium.org
2009-08-06
2
-9
/
+1517
*
Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...
eroman@chromium.org
2009-08-06
2
-150
/
+170
*
Don't mutate |config_| after failing proxy-autodetect.
eroman@chromium.org
2009-08-05
3
-5
/
+113
*
Better match IE's proxy settings.
ericroman@google.com
2009-08-04
20
-290
/
+1405
*
Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.
eroman@chromium.org
2009-08-04
2
-16
/
+34
*
Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.
eroman@chromium.org
2009-08-02
8
-242
/
+286
*
Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...
ericroman@google.com
2009-07-28
3
-203
/
+255
*
Clean-up proxy_service_unittest.cc, to remove dependency on SingleThreadedPro...
ericroman@google.com
2009-07-28
1
-744
/
+607
*
Remove the concept of threading from ProxyService, and move it into the Proxy...
ericroman@google.com
2009-07-26
15
-316
/
+1076
*
linux: generalize desktop environment guessing to encompass KDE
evan@chromium.org
2009-07-23
3
-49
/
+53
[next]