index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
torcontrol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-3
/
+2
|
/
*
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-07-02
1
-2
/
+2
*
Declare TorReply parsing functions in torcontrol_tests
Ben Woosley
2018-05-21
1
-3
/
+2
*
boost: drop boost threads from torcontrol
Cory Fields
2018-02-08
1
-3
/
+3
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-3
/
+3
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-3
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-4
/
+4
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-3
/
+3
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-6
/
+6
*
Fix subscript[0] in torcontrol
Jeremy Rubin
2017-07-08
1
-1
/
+1
*
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-1
/
+1
*
|
Net: Fix resource leak in ReadBinaryFile(...)
practicalswift
2017-06-14
1
-1
/
+3
|
/
*
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-3
/
+3
|
\
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-3
/
+3
*
|
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
|
/
*
Merge #10408: Net: Improvements to Tor control port parser
Wladimir J. van der Laan
2017-05-18
1
-7
/
+75
|
\
|
*
torcontrol: Handle escapes in Tor QuotedStrings
Jack Grigg
2017-05-16
1
-4
/
+49
|
*
torcontrol: Log invalid parameters in Tor reply strings where meaningful
Jack Grigg
2017-05-16
1
-0
/
+12
|
*
torcontrol: Check for reading errors in ReadBinaryFile
Jack Grigg
2017-05-16
1
-0
/
+4
|
*
torcontrol: Fix ParseTorReplyMapping
Jack Grigg
2017-05-16
1
-2
/
+4
|
*
torcontrol: Improve comments
Jack Grigg
2017-05-16
1
-1
/
+6
*
|
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-5
/
+4
|
/
*
torcontrol: Use fs::path instead of std::string for private key path
Wladimir J. van der Laan
2017-04-03
1
-10
/
+10
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-18
/
+19
*
Make some global variables less-global (static)
Pavel Janík
2017-03-18
1
-2
/
+2
*
Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.
Pavel Janík
2017-03-18
1
-11
/
+11
*
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-4
/
+4
*
torcontrol: Explicitly request RSA1024 private key
Wladimir J. van der Laan
2016-11-28
1
-1
/
+1
*
Do not shadow variables
Pavel Janík
2016-09-27
1
-23
/
+23
*
net: Have LookupNumeric return a CService directly
Cory Fields
2016-08-04
1
-3
/
+2
*
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
1
-0
/
+1
*
net: Split resolving out of CService
Cory Fields
2016-07-31
1
-3
/
+4
*
Merge #7703: tor: Change auth order to only use password auth if -torpassword
Wladimir J. van der Laan
2016-06-08
1
-8
/
+10
|
\
|
*
tor: Change auth order to only use HASHEDPASSWORD if -torpassword
Wladimir J. van der Laan
2016-06-06
1
-8
/
+10
*
|
net: disable resolving from storage structures
Cory Fields
2016-04-20
1
-1
/
+1
|
/
*
Fix torcontrol.cpp unused private field warning
Jonas Schnelli
2016-03-14
1
-2
/
+2
*
Merge #7553: Remove vfReachable and modify IsReachable to only use vfLimited.
Wladimir J. van der Laan
2016-03-11
1
-1
/
+1
|
\
|
*
Remove vfReachable and modify IsReachable to only use vfLimited.
Patrick Strateman
2016-02-17
1
-1
/
+1
*
|
Fix memleak in TorController [rework]
Wladimir J. van der Laan
2016-03-03
1
-4
/
+9
|
/
*
fix spelling of advertise in src and doc
jloughry
2016-02-12
1
-2
/
+2
*
Merge #7300: [trivial] Add missing copyright headers
Wladimir J. van der Laan
2016-01-27
1
-0
/
+4
|
\
[next]