aboutsummaryrefslogtreecommitdiff
path: root/src/torcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add missing copyright headersMarcoFalke2016-01-051-0/+4
* | Merge pull request #7313Wladimir J. van der Laan2016-01-181-6/+6
|\ \
| * | Fixing typos on security-check.py and torcontrol.cppcalebogden2016-01-081-6/+6
| |/
* / Typo fixes in commentsChris Wheeler2016-01-171-1/+1
|/
* torcontrol debug: Change to a blanket message that covers both casesMarcoFalke2015-12-161-1/+1
* torcontrol: only output disconnect if -debug=torDaniel Cousens2015-11-301-1/+3
* Connect to Tor hidden services by defaultPeter Todd2015-11-261-0/+9
* torcontrol improvements and fixesWladimir J. van der Laan2015-11-121-84/+194
* Better error message if Tor version too oldPeter Todd2015-11-101-1/+3
* net: Automatically create hidden service, listen on TorWladimir J. van der Laan2015-11-101-0/+573