index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
torcontrol.cpp
Age
Commit message (
Expand
)
Author
2020-10-11
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-09
tor: make a TORv3 hidden service instead of TORv2
Vasil Dimov
2020-10-01
net: Pass onion service target to Tor controller
Hennadii Stepanov
2020-09-29
refactor: Rename TorController::target to m_tor_control_center
Hennadii Stepanov
2020-08-07
Replace `hidden service` with `onion service`
Riccardo Masutti
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-07-17
fix: tor: Call event_base_loopbreak from the event's callback
João Barbosa
2019-06-18
Merge #15651: torcontrol: Use the default/standard network port for Tor hidde...
Wladimir J. van der Laan
2019-06-11
Fix spelling errors identified by codespell 1.15.0
Ben Woosley
2019-03-23
torcontrol: Use the default/standard network port for Tor hidden services, ev...
Luke Dashjr
2019-01-13
Drop IsLimited in favor of IsReachable
Ben Woosley
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-05-21
Declare TorReply parsing functions in torcontrol_tests
Ben Woosley
2018-02-08
boost: drop boost threads from torcontrol
Cory Fields
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-08
Fix subscript[0] in torcontrol
Jeremy Rubin
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-14
Net: Fix resource leak in ReadBinaryFile(...)
practicalswift
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-18
Merge #10408: Net: Improvements to Tor control port parser
Wladimir J. van der Laan
2017-05-16
torcontrol: Handle escapes in Tor QuotedStrings
Jack Grigg
2017-05-16
torcontrol: Log invalid parameters in Tor reply strings where meaningful
Jack Grigg
2017-05-16
torcontrol: Check for reading errors in ReadBinaryFile
Jack Grigg
2017-05-16
torcontrol: Fix ParseTorReplyMapping
Jack Grigg
2017-05-16
torcontrol: Improve comments
Jack Grigg
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-04-03
torcontrol: Use fs::path instead of std::string for private key path
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-18
Make some global variables less-global (static)
Pavel Janík
2017-03-18
Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.
Pavel Janík
2017-01-27
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
[next]