danicoin/src/daemon
hyc 9428d53d6f Strip redundant includes
In particular, <boost/program_options.hpp> blows up daemon.cpp.obj,
making it too big to compile in debug mode on Win32. Even on a
release build it drops daemon.cpp.o on Linux from 31MB to 20MB.
This has no effect on the final linked binary size.
2015-12-21 16:23:59 +00:00
..
CMakeLists.txt Fixed binary size issue due to embedded checkpoint data. 2015-07-15 23:20:20 -07:00
command_line_args.h Strip redundant includes 2015-12-21 16:23:59 +00:00
command_parser_executor.cpp add RPC calls and commands to get/set bans 2015-11-26 00:04:22 +00:00
command_parser_executor.h add RPC calls and commands to get/set bans 2015-11-26 00:04:22 +00:00
command_server.cpp add RPC calls and commands to get/set bans 2015-11-26 00:04:22 +00:00
command_server.h fix ^D exit for bitmonerod 2015-06-03 22:43:35 +01:00
core.h Strip redundant includes 2015-12-21 16:23:59 +00:00
daemon.cpp Strip redundant includes 2015-12-21 16:23:59 +00:00
daemon.h Strip redundant includes 2015-12-21 16:23:59 +00:00
executor.cpp cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00
executor.h cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00
main.cpp Strip redundant includes 2015-12-21 16:23:59 +00:00
p2p.h Strip redundant includes 2015-12-21 16:23:59 +00:00
protocol.h Strip redundant includes 2015-12-21 16:23:59 +00:00
rpc.h Strip redundant includes 2015-12-21 16:23:59 +00:00
rpc_command_executor.cpp daemon: add mining status to the status command 2015-12-07 19:40:12 +00:00
rpc_command_executor.h add RPC calls and commands to get/set bans 2015-11-26 00:04:22 +00:00