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
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
1
-1
/
+1
*
Try to fix a deadlock that happened when running the network diagnostic tool ...
eroman@chromium.org
2010-05-13
1
-24
/
+48
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-1
/
+1
*
Update V8 to version 2.2.9
sgjesse@google.com
2010-05-11
1
-1
/
+1
*
Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...
eroman@chromium.org
2010-05-05
2
-31
/
+15
*
Replace CHECK(false) by LOG(FATAL) where appropriate.
evan@chromium.org
2010-05-05
1
-2
/
+2
*
Add a tool for testing your network setup.
eroman@chromium.org
2010-05-04
2
-0
/
+19
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
2
-0
/
+13
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
10
-182
/
+226
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
5
-39
/
+43
*
Remove proxy_mode_ from the HttpNetworkTransaction since it
mbelshe@chromium.org
2010-04-28
1
-0
/
+14
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
3
-42
/
+42
*
bsd: refactor XDG bits of linux_util into a shared file.
evan@chromium.org
2010-04-22
1
-1
/
+1
*
Linux: correctly ignore KDE "indirect" environment variable proxy settings wh...
mdm@chromium.org
2010-04-18
1
-0
/
+2
*
Fix a deadlock that could happen during shutdown if a host resolve request wa...
eroman@chromium.org
2010-04-17
9
-116
/
+468
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
1
-3
/
+5
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
1
-3
/
+3
*
Linux: Use .kde4 for proxy settings when it is present and we are running und...
mdm@chromium.org
2010-04-08
2
-19
/
+160
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
1
-1
/
+2
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
1
-2
/
+1
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
1
-1
/
+2
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
3
-36
/
+31
*
Fix a crash when calling a PAC binding from the global scope.
eroman@chromium.org
2010-03-31
2
-14
/
+40
*
GTK: Turn on the GTK+ integration by default.
erg@chromium.org
2010-03-26
1
-0
/
+1
*
Move over another legacy "LoadLog-style" event generator to routing its messa...
eroman@chromium.org
2010-03-16
3
-51
/
+60
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
20
-270
/
+279
*
Remove LOG(WARNING)s for when fails to parse proxy bypass rules.
eroman@chromium.org
2010-03-11
1
-5
/
+3
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
1
-2
/
+2
*
ProxyConfig behaved like a struct, but was defined as a class.
eroman@chromium.org
2010-02-24
15
-452
/
+618
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-1
/
+1
*
Split out the handling of proxy bypass rules into ProxyBypassRules. There are...
eroman@chromium.org
2010-02-19
16
-569
/
+717
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-3
/
+5
*
Minor unittest cleanup.
eroman@chromium.org
2010-02-05
1
-24
/
+21
*
Re-enable a unittest which failed on valgrind thread sanitizer.
eroman@chromium.org
2010-02-05
1
-1
/
+5
*
Disable a test which is causing an error under valgrind TSAN.
eroman@chromium.org
2010-02-05
1
-1
/
+1
*
Add a timing measurement to LoadLog that shows how long a proxy resolve reque...
eroman@chromium.org
2010-02-05
2
-2
/
+85
*
Add unittest for r37566 (on PAC failure, should fallback to DIRECT).
eroman@chromium.org
2010-02-05
2
-9
/
+23
*
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
[next]