dncurrency/nano/node
2025-01-04 14:27:36 +01:00
..
bootstrap Multithreaded interval utility 2025-01-04 14:27:36 +01:00
ipc Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
plat Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
scheduler Cleanup 2024-12-22 21:30:59 +01:00
transport Multithreaded interval utility 2025-01-04 14:27:36 +01:00
active_elections.cpp Cleanup 2024-12-22 21:30:59 +01:00
active_elections.hpp Process cemented elections with exclusive lock to avoid races 2024-10-18 14:30:59 +02:00
backlog_scan.cpp Directly configurable rate limit 2024-11-26 19:37:03 +01:00
backlog_scan.hpp Directly configurable rate limit 2024-11-26 19:37:03 +01:00
bandwidth_limiter.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
bandwidth_limiter.hpp Bandwidth limiter container info 2024-11-12 00:37:38 +01:00
block_processor.cpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
block_processor.hpp Rename blockprocessor file to block_processor for consistency 2024-12-28 18:20:21 +01:00
bootstrap_weights_beta.hpp Rep weight updated by python script output 2024-10-26 14:08:15 +02:00
bootstrap_weights_live.hpp Rep weight updated by python script output 2024-10-26 14:08:15 +02:00
bounded_backlog.cpp Rename blockprocessor file to block_processor for consistency 2024-12-28 18:20:21 +01:00
bounded_backlog.hpp Cleanup 2024-11-28 22:03:26 +01:00
bucketing.cpp Introduce bucketing component 2024-11-26 18:33:34 +01:00
bucketing.hpp Introduce bucketing component 2024-11-26 18:33:34 +01:00
cli.cpp Move file related utilities to files.hpp 2024-11-12 00:46:28 +01:00
cli.hpp Remove useless arguments from the CLI 2023-02-15 10:41:47 -03:00
CMakeLists.txt Extract rpc_callbacks class 2025-01-02 13:52:13 +01:00
confirmation_solicitor.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
confirmation_solicitor.hpp Improvements in const correctness and 'const' positioning (#3510) 2021-10-21 16:20:09 +03:00
confirming_set.cpp Rename blockprocessor file to block_processor for consistency 2024-12-28 18:20:21 +01:00
confirming_set.hpp Merge branch 'develop' into remove-process-confirmed 2024-11-01 16:07:01 +01:00
daemonconfig.cpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
daemonconfig.hpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
distributed_work.cpp Create stream_fwd.hpp header for stream forward declarations. 2024-10-30 07:40:08 +00:00
distributed_work.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
distributed_work_factory.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
distributed_work_factory.hpp Removing include of rep_weights from common.hpp 2024-10-30 07:40:58 +00:00
election.cpp Cleanup 2024-12-22 21:30:59 +01:00
election.hpp extend election status with vote_broadcast_count and adjust testcase 2024-12-03 15:30:53 +01:00
election_behavior.hpp Renaming election_behavior::normal to election_behavior::priority 2024-05-13 09:09:14 +01:00
election_insertion_result.hpp Extracting election_insertion_result class in to its own file so it can be used separate from the entire active_transactions class. (#4174) 2023-03-07 02:58:15 +00:00
election_status.hpp simplify election_status initialization 2024-12-03 15:53:13 +01:00
endpoint.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
endpoint.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
endpoint_templ.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
epoch_upgrader.cpp Forward declare work_version and extract to its own file. 2024-10-30 07:40:57 +00:00
epoch_upgrader.hpp Move a number of forward declarations in to the fwd.hpp files. 2024-10-30 22:04:07 +00:00
fair_queue.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
fwd.hpp Rename to http_callbacks 2025-01-04 13:18:16 +01:00
inactive_node.cpp rename class to 2024-05-07 15:21:55 +02:00
inactive_node.hpp Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09:00
json_handler.cpp Cleanup 2024-12-22 21:30:59 +01:00
json_handler.hpp Delete unused declarations (#4781) 2024-11-23 14:35:16 +01:00
local_block_broadcaster.cpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
local_block_broadcaster.hpp Rename blockprocessor file to block_processor for consistency 2024-12-28 18:20:21 +01:00
local_vote_history.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
local_vote_history.hpp Forward declare hash specialisations and move implementations to numbers_templ.hpp 2024-10-30 07:40:08 +00:00
make_store.cpp Removing use_noops from write_queue. 2024-09-27 18:25:33 +01:00
make_store.hpp Removing use_noops from write_queue. 2024-09-27 18:25:33 +01:00
message_processor.cpp Do not merge peer on keepalive 2024-12-17 18:49:25 +01:00
message_processor.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
messages.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
messages.hpp Merge branch 'develop' into remove-legacy-bootstrap-2 2024-10-31 13:01:29 +01:00
monitor.cpp Inconsistent enable / enabled config naming 2024-09-30 15:41:24 +02:00
monitor.hpp Inconsistent enable / enabled config naming 2024-09-30 15:41:24 +02:00
network.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
network.hpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
node.cpp Use dedicated thread pool 2025-01-04 14:16:36 +01:00
node.hpp Rename to http_callbacks 2025-01-04 13:18:16 +01:00
node_observers.cpp Rename event to channel_connected 2024-12-17 18:49:25 +01:00
node_observers.hpp Return merge peer result 2024-12-22 17:16:17 +01:00
node_rpc_config.cpp Removed all unnecessary usings 2023-01-13 22:51:06 +01:00
node_rpc_config.hpp Use c++ std::filesystem instead of boost::filesystem 2023-10-18 23:37:21 +01:00
node_wrapper.cpp Move file related utilities to files.hpp 2024-11-12 00:46:28 +01:00
node_wrapper.hpp Move inactive_node and node_wrapper into their own files 2024-04-08 20:52:08 +09:00
nodeconfig.cpp Config serialization 2024-12-30 15:43:16 +01:00
nodeconfig.hpp Merge pull request #4813 from pwojcikdev/move-tcp-config 2024-12-30 18:35:12 +01:00
online_reps.cpp Fix usage of store del operations when iterating 2024-12-22 21:32:28 +01:00
online_reps.hpp Overhaul 2024-12-22 21:32:27 +01:00
openclconfig.cpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
openclconfig.hpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
openclwork.cpp Rename back to nano::logger 2024-01-19 14:56:29 +01:00
openclwork.hpp Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
peer_exclusion.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
peer_exclusion.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
peer_history.cpp Fix usage of store del operations when iterating 2024-12-22 21:32:28 +01:00
peer_history.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
portmapping.cpp Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
portmapping.hpp Forward declare endpoint in lib/common.hpp 2024-10-30 07:40:08 +00:00
process_live_dispatcher.cpp Rename blockprocessor file to block_processor for consistency 2024-12-28 18:20:21 +01:00
process_live_dispatcher.hpp Creating nano::secure::transaction type which is used by nano::ledger and can be expanded to include memory locking. (#4543) 2024-04-16 21:30:36 +01:00
recently_cemented_cache.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
recently_cemented_cache.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
recently_confirmed_cache.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
recently_confirmed_cache.hpp Removing include of rep_weights from common.hpp 2024-10-30 07:40:58 +00:00
rep_tiers.cpp Forward declaring stats. 2024-10-30 07:40:58 +00:00
rep_tiers.hpp Removing include of rep_weights from common.hpp 2024-10-30 07:40:58 +00:00
repcrawler.cpp Fix tests 2024-12-22 21:32:28 +01:00
repcrawler.hpp Do not query new channels on network thread in rep_crawler 2024-11-27 08:47:19 +01:00
request_aggregator.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
request_aggregator.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
rpc_callbacks.cpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
rpc_callbacks.hpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
telemetry.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
telemetry.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
unchecked_map.cpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
unchecked_map.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
vote_cache.cpp Multithreaded interval utility 2025-01-04 14:27:36 +01:00
vote_cache.hpp Contains hash functionality 2024-11-26 18:33:34 +01:00
vote_generator.cpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
vote_generator.hpp Node traffic prioritization 2024-12-22 17:53:54 +01:00
vote_processor.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
vote_processor.hpp Rework collect_container_info (..) functions (#4736) 2024-10-03 15:36:34 +02:00
vote_router.cpp Contains hash functionality 2024-11-26 18:33:34 +01:00
vote_router.hpp Contains hash functionality 2024-11-26 18:33:34 +01:00
vote_spacing.cpp Move vote_generator and vote_spacing in to their own files. 2024-03-20 14:05:56 +00:00
vote_spacing.hpp Forward declare hash specialisations and move implementations to numbers_templ.hpp 2024-10-30 07:40:08 +00:00
vote_with_weight_info.hpp Remove inclusion of election.hpp from other headers 2024-03-20 14:04:44 +00:00
wallet.cpp Fix start for wallets class 2024-12-30 18:38:34 +01:00
wallet.hpp Fix start for wallets class 2024-12-30 18:38:34 +01:00
websocket.cpp Remove inclusion of vote in common.hpp header. 2024-10-30 07:40:57 +00:00
websocket.hpp Rename nano/common.hpp to nano/endpoint.hpp and extract endpoint_templ.hpp template implementation file. 2024-10-30 07:40:54 +00:00
websocket_stream.cpp Replace legacy logging calls 2024-01-19 14:55:30 +01:00
websocket_stream.hpp Replace legacy logging calls 2024-01-19 14:55:30 +01:00
websocketconfig.cpp Remove json config code (#3655) 2022-01-12 23:02:09 +00:00
websocketconfig.hpp Move network_constants to a dedicated header (#4800) 2024-11-30 20:17:44 +01:00
xorshift.hpp Various minor coding style updates (#1863) 2019-03-26 13:25:47 +00:00