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
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-06-27
torcontrol: Resolve Tor control plane address
Adrian-Stefan Mares
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-04-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
2021-03-02
torcontrol: Move TorControlReply, TorControlConnection and TorController to i...
practicalswift
2021-03-01
util: extract {Read,Write}BinaryFile() to its own files
Vasil Dimov
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-10
net: move MillisToTimeval() from netbase to util/time
Vasil Dimov
2021-01-13
Add include for std::bind.
sinetek
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-22
net: Add compat.h header for htonl function
Hennadii Stepanov
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
[next]