dncurrency/nano/lib
2021-11-18 16:19:56 +00:00
..
plat Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
asio.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
asio.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
blockbuilders.cpp Block builders build_shared and use in more tests (#2808) 2020-06-17 09:18:47 +01:00
blockbuilders.hpp Block builders build_shared and use in more tests (#2808) 2020-06-17 09:18:47 +01:00
blocks.cpp Refer to empty/null accounts as nano::account{nullptr} (#3388) 2021-10-06 18:34:48 +02:00
blocks.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
cli.cpp Allow unescaped quoted strings with --config CLI (#2835) 2020-07-23 11:19:47 +01:00
cli.hpp Allow unescaped quoted strings with --config CLI (#2835) 2020-07-23 11:19:47 +01:00
CMakeLists.txt Secure websocket support and certificate config improvements. (#3032) 2021-11-01 15:45:17 +00:00
config.cpp Secure websocket support and certificate config improvements. (#3032) 2021-11-01 15:45:17 +00:00
config.hpp * Adds a maximum per ip connection limit to incoming connections 2021-11-18 16:19:56 +00:00
configbase.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
diagnosticsconfig.cpp Improve sample configuration file (#2359) 2019-10-22 16:58:56 +01:00
diagnosticsconfig.hpp Adds RocksDB support (#2197) 2019-08-28 08:08:43 +01:00
epoch.cpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
epoch.hpp Attach sideband to block (#2596) 2020-03-02 22:10:54 +00:00
errors.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
errors.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
ipc.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
ipc.hpp IPC 2.0 (#2487) 2020-02-21 00:02:44 +01:00
ipc_client.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
ipc_client.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
json_error_response.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
jsonconfig.cpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
jsonconfig.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
lmdbconfig.cpp Removing unused usages of nano::network_params 2021-08-01 12:02:16 +01:00
lmdbconfig.hpp Removing deprecated lmdb_max_dbs config option which has been replaced with lmdb.max_databases. (#3377) 2021-07-16 00:51:45 +01:00
locks.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
locks.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
logger_mt.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
memory.cpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
memory.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
numbers.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
numbers.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
optional_ptr.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
rate_limiting.cpp Sighup reload bandwidth params (#3257) 2021-05-05 10:48:23 +01:00
rate_limiting.hpp Sighup reload bandwidth params (#3257) 2021-05-05 10:48:23 +01:00
rep_weights.cpp Block store break up (#3329) 2021-06-14 19:03:04 -03:00
rep_weights.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
rocksdbconfig.cpp Removing check for is_dev_network within using_rocksdb_in_tests as it's redundant and removing static instantiation of network_constants. 2021-08-09 09:22:19 +01:00
rocksdbconfig.hpp Moving the check "using_rocksdb_in_tests" on to rocksdb_config, which is logically where it belongs. Also this moves the check from the node library in to the nano_lib library. This addresses a circular reference where node code is referencing the test library. 2021-06-13 13:50:08 +02:00
rpc_handler_interface.hpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
rpcconfig.cpp Secure websocket support and certificate config improvements. (#3032) 2021-11-01 15:45:17 +00:00
rpcconfig.hpp Secure websocket support and certificate config improvements. (#3032) 2021-11-01 15:45:17 +00:00
signal_manager.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
signal_manager.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
stats.cpp * Adds a maximum per ip connection limit to incoming connections 2021-11-18 16:19:56 +00:00
stats.hpp * Adds a maximum per ip connection limit to incoming connections 2021-11-18 16:19:56 +00:00
stream.hpp Remove telemetry signature partitions (#3014) 2021-01-07 17:49:47 +00:00
threading.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
threading.hpp Make code formatting compliant with clang-format 12 (#3460) 2021-09-21 23:14:41 +03:00
timer.cpp Updating and applying formatting changes. (#3209) 2021-04-19 21:37:01 +02:00
timer.hpp Remove timestamp count (#3064) 2020-12-14 19:32:39 +00:00
tlsconfig.cpp Secure websocket support and certificate config improvements. (#3032) 2021-11-01 15:45:17 +00:00
tlsconfig.hpp Secure websocket support and certificate config improvements. (#3032) 2021-11-01 15:45:17 +00:00
tomlconfig.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
tomlconfig.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
utility.cpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
utility.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
walletconfig.cpp Output stacktrace with custom debug assert (#2568) 2020-02-24 15:59:05 +00:00
walletconfig.hpp Refer to empty/null accounts as nano::account{nullptr} (#3388) 2021-10-06 18:34:48 +02:00
work.cpp Moving work_thresholds in to their own object within network_params and including a referencing it within ledger_constants and network_constants instead of creating copies. 2021-08-10 23:10:10 +01:00
work.hpp Moving valide_entry from a free function to a method of work_thresholds. 2021-08-09 00:43:53 +01:00