aboutsummaryrefslogtreecommitdiff
path: root/src/torcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake2020-10-111-3/+4
|\
| * tor: make a TORv3 hidden service instead of TORv2Vasil Dimov2020-10-091-3/+4
* | net: Pass onion service target to Tor controllerHennadii Stepanov2020-10-011-12/+26
* | refactor: Rename TorController::target to m_tor_control_centerHennadii Stepanov2020-09-291-17/+17
|/
* Replace `hidden service` with `onion service`Riccardo Masutti2020-08-071-2/+2
* net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* fix: tor: Call event_base_loopbreak from the event's callbackJoão Barbosa2019-07-171-1/+3
* Merge #15651: torcontrol: Use the default/standard network port for Tor hidde...Wladimir J. van der Laan2019-06-181-4/+4
|\
| * torcontrol: Use the default/standard network port for Tor hidden services, ev...Luke Dashjr2019-03-231-4/+4
* | Fix spelling errors identified by codespell 1.15.0Ben Woosley2019-06-111-1/+1
|/
* Drop IsLimited in favor of IsReachableBen Woosley2019-01-131-1/+1
* Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-12/+11
|\
| * scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-12/+11
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
|/
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-3/+2
|/
* scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-2/+2
* Declare TorReply parsing functions in torcontrol_testsBen Woosley2018-05-211-3/+2
* boost: drop boost threads from torcontrolCory Fields2018-02-081-3/+3
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-3/+3
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-3/+3
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
|/
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-4/+4
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-3/+3
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-6/+6
* Fix subscript[0] in torcontrolJeremy Rubin2017-07-081-1/+1
* Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* | Net: Fix resource leak in ReadBinaryFile(...)practicalswift2017-06-141-1/+3
|/
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-3/+3
|\
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-3/+3
* | Remove unused Boost includespracticalswift2017-06-091-1/+0
|/
* Merge #10408: Net: Improvements to Tor control port parserWladimir J. van der Laan2017-05-181-7/+75
|\
| * torcontrol: Handle escapes in Tor QuotedStringsJack Grigg2017-05-161-4/+49
| * torcontrol: Log invalid parameters in Tor reply strings where meaningfulJack Grigg2017-05-161-0/+12
| * torcontrol: Check for reading errors in ReadBinaryFileJack Grigg2017-05-161-0/+4
| * torcontrol: Fix ParseTorReplyMappingJack Grigg2017-05-161-2/+4
| * torcontrol: Improve commentsJack Grigg2017-05-161-1/+6
* | Replace boost::function with std::function (C++11)practicalswift2017-05-131-5/+4
|/
* torcontrol: Use fs::path instead of std::string for private key pathWladimir J. van der Laan2017-04-031-10/+10
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-18/+19
* Make some global variables less-global (static)Pavel Janík2017-03-181-2/+2
* Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.Pavel Janík2017-03-181-11/+11
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1