- add -proxy6 to specify a SOCKS5 proxy for reaching IPv6 peers
- add init message for network initialisation
- enhance control flow for proxy init code
- update parameter help messages to reflect that change and tweak them to be more clear
enhance proxy support / network init #1769
pull Diapolo wants to merge 7 commits into bitcoin:master from Diapolo:proxy_core changing 6 files +69 −34-
Diapolo commented at 10:54 PM on August 31, 2012: none
-
028ec224b8
Removed duplicated lock
Around line 167 there is already a LOCK(bitdb.cs_db) that covers everything. Re-locking is useless.
-
9eb7fc5842
Changed nprev->pprev
It should be pprev, because the next one is pnext, and it's printing the memory address of the CBlockIndex (so pSomething).
-
ddb709e9de
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
OrderedTxItems returns a multimap of pointers, but needs a place to store the actual CAccountingEntries it points to. It had been using a stack item, which was clobbered as soon as it returned, resulting in undefined behaviour. This fixes at least bug #1768.
- Diapolo closed this on Sep 2, 2012
-
eaf00a3a5d
Merge pull request #1774 from luke-jr/refactor_times
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
-
acbe4a1f32
Merge pull request #1728 from xanatos/patch-11
Removed duplicated lock
-
9d7da11458
Merge pull request #1743 from xanatos/patch-14
Changed nprev->pprev
-
c57082dc8c
enhance proxy support / network init
- add -proxy6 to specify a SOCKS5 proxy for reaching IPv6 peers - add init message for network initialisation - enhance control flow for proxy init code - new init order Tor -> IPv6 -> Base proxy - remove redundant .IsValid() check for Tor proxy address - don't set Tor proxy, when IsLimited(NET_TOR) - don't allow SOCKS versions != 4 or != 5 - update parameter help messages to reflect changes and tweak them to be more clear
- Diapolo reopened this on Sep 3, 2012
-
Diapolo commented at 8:38 PM on September 3, 2012: none
That looks like a mess ... will create new :-/ sorry!
- Diapolo closed this on Sep 3, 2012
- owlhooter referenced this in commit 8506678d4b on Oct 10, 2018
- DrahtBot locked this on Sep 8, 2021
Contributors