monero/src/daemon
Riccardo Spagni ec323d8c3f
Merge pull request #1561
d561f4ad enable clang checks that were disabled (Chris Vickio)
0aefb2f6 remove std::move from return statements (pessimizing-move warning) (Chris Vickio)
629d5b76 change counter from bool to int (deprecated-increment-bool warning) (Chris Vickio)
fb76d439 add extra braces around subobjects (missing-braces warning) (Chris Vickio)
3b6d5f25 make struct/class declarations consistent (mismatched-tags warning) (Chris Vickio)
fcf66925 remove unused fields from network_throttle (unused-private-field warning) (Chris Vickio)
296f8c16 inline unused function (for unused-function warning) (Chris Vickio)
2017-01-15 19:01:08 -05:00
..
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
command_line_args.h add a --max-concurrency flag 2016-04-28 20:33:59 +01:00
command_parser_executor.cpp rpc: add a command to get info about the current blockchain 2017-01-13 23:21:38 +00:00
command_parser_executor.h rpc: add a command to get info about the current blockchain 2017-01-13 23:21:38 +00:00
command_server.cpp rpc: add a command to get info about the current blockchain 2017-01-13 23:21:38 +00:00
command_server.h epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
core.h Merge pull request #749 2016-03-25 09:12:25 +02:00
daemon.cpp epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
daemon.h make struct/class declarations consistent (mismatched-tags warning) 2017-01-14 15:06:07 +03:00
executor.cpp Improving daemon startup log message 2016-09-28 01:47:45 +01:00
executor.h updated copyright year 2015-12-31 08:39:56 +02:00
main.cpp epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
p2p.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
protocol.h Moved logging to target functions rather than caller 2016-10-03 22:11:00 +01:00
rpc.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc_command_executor.cpp Merge pull request #1571 2017-01-15 14:50:10 -05:00
rpc_command_executor.h rpc: add a command to get info about the current blockchain 2017-01-13 23:21:38 +00:00