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
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
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-11-28
torcontrol: Explicitly request RSA1024 private key
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel Janík
2016-08-04
net: Have LookupNumeric return a CService directly
Cory Fields
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
net: Split resolving out of CService
Cory Fields
2016-06-08
Merge #7703: tor: Change auth order to only use password auth if -torpassword
Wladimir J. van der Laan
2016-06-06
tor: Change auth order to only use HASHEDPASSWORD if -torpassword
Wladimir J. van der Laan
2016-04-20
net: disable resolving from storage structures
Cory Fields
2016-03-14
Fix torcontrol.cpp unused private field warning
Jonas Schnelli
2016-03-11
Merge #7553: Remove vfReachable and modify IsReachable to only use vfLimited.
Wladimir J. van der Laan
2016-03-03
Fix memleak in TorController [rework]
Wladimir J. van der Laan
2016-02-17
Remove vfReachable and modify IsReachable to only use vfLimited.
Patrick Strateman
2016-02-12
fix spelling of advertise in src and doc
jloughry
2016-01-27
Merge #7300: [trivial] Add missing copyright headers
Wladimir J. van der Laan
[next]