Age | Commit message (Expand) | Author |
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 |
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 |