aboutsummaryrefslogtreecommitdiff
path: root/src/torcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-4/+4
* torcontrol: Explicitly request RSA1024 private keyWladimir J. van der Laan2016-11-281-1/+1
* Do not shadow variablesPavel Janík2016-09-271-23/+23
* net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-3/+2
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-0/+1
* net: Split resolving out of CServiceCory Fields2016-07-311-3/+4
* Merge #7703: tor: Change auth order to only use password auth if -torpasswordWladimir J. van der Laan2016-06-081-8/+10
|\
| * tor: Change auth order to only use HASHEDPASSWORD if -torpasswordWladimir J. van der Laan2016-06-061-8/+10
* | net: disable resolving from storage structuresCory Fields2016-04-201-1/+1
|/
* Fix torcontrol.cpp unused private field warningJonas Schnelli2016-03-141-2/+2
* Merge #7553: Remove vfReachable and modify IsReachable to only use vfLimited.Wladimir J. van der Laan2016-03-111-1/+1
|\
| * Remove vfReachable and modify IsReachable to only use vfLimited.Patrick Strateman2016-02-171-1/+1
* | Fix memleak in TorController [rework]Wladimir J. van der Laan2016-03-031-4/+9
|/
* fix spelling of advertise in src and docjloughry2016-02-121-2/+2
* Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-271-0/+4
|\