| .. |
|
atomics_boost_serialization.h
|
fixed cleaning and reseting genesis
|
2020-04-26 01:49:57 +02:00 |
|
base58.cpp
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
base58.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
boost_serialization_helper.h
|
added BEGIN_BOOST_SERIALIZATION macros
|
2022-05-09 20:28:13 +02:00 |
|
boost_serialization_maps.h
|
workaround fix for old android sdk with old boost(with missing pfr) v3 (shame on me)
|
2024-10-23 15:05:46 +04:00 |
|
callstack_helper.cpp
|
fixes related to build under vc2022 on windows arm64
|
2024-02-20 11:26:12 +04:00 |
|
callstack_helper.h
|
gcc compilation fixed
|
2019-08-29 12:28:05 +03:00 |
|
command_line.cpp
|
fixed command line to common style
|
2024-04-22 18:48:20 +04:00 |
|
command_line.h
|
added wallet API complete documentation
|
2024-04-09 22:52:56 +02:00 |
|
config_encrypt_helper.h
|
implemented secure api for configuring wallets data
|
2020-03-20 04:19:25 +01:00 |
|
crypto_serialization.h
|
boost serialization for crypto::scalar_vec_t and scalar_mat_t
|
2024-10-20 01:57:30 +02:00 |
|
crypto_stream_operators.cpp
|
minor operator<< refactoring & related stuff
|
2019-05-01 16:03:12 +02:00 |
|
crypto_stream_operators.h
|
removed annoying < and > symbols
|
2021-08-17 12:13:13 +02:00 |
|
db_abstract_accessor.h
|
basic_db_accessor::get_t_object() made safe to be called before open() or reset_backend()
|
2024-02-25 01:19:48 +01:00 |
|
db_backend_base.h
|
db: added close_container() to backend, call it at basic_key_value_accessor::deinit(), added "override" keyword
|
2020-07-02 14:05:00 +03:00 |
|
db_backend_leveldb.cpp
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
db_backend_leveldb.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
db_backend_lmdb.cpp
|
upstream changes
|
2024-09-23 14:33:22 +02:00 |
|
db_backend_lmdb.h
|
upstream changes
|
2024-09-23 14:33:22 +02:00 |
|
db_backend_mdbx.cpp
|
rollback mdbx
|
2021-11-16 15:52:07 +01:00 |
|
db_backend_mdbx.h
|
db: added close_container() to backend, call it at basic_key_value_accessor::deinit(), added "override" keyword
|
2020-07-02 14:05:00 +03:00 |
|
db_backend_selector.cpp
|
blockchain database predownloading: first version
|
2020-03-12 18:07:31 +03:00 |
|
db_backend_selector.h
|
fix for gcc
|
2020-03-13 03:47:44 +03:00 |
|
difficulty_boost_serialization.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
encryption_filter.cpp
|
encryption sink transformed to out stream and in stream
|
2020-08-18 21:54:23 +02:00 |
|
encryption_filter.h
|
gcc compilation fixed
|
2020-08-19 18:35:16 +03:00 |
|
error_codes.h
|
fixed non-standard decimal point handlinig in wallets_manager::transfer()
|
2024-07-06 17:15:56 +02:00 |
|
general_purpose_commands_defs.h
|
added proper handling of wrpa transactions in simplewallet
|
2021-08-25 20:39:33 +02:00 |
|
int-util.h
|
gcc compilation fixed
|
2021-01-28 14:53:04 +03:00 |
|
make_hashable.h
|
better transfers logging and code clean-up
|
2020-05-26 15:55:58 +03:00 |
|
median_db_cache.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
miniupnp_helper.h
|
got rid of annoying UPNP initialization delay
|
2019-12-26 01:36:48 +01:00 |
|
mnemonic-encoding.cpp
|
upstream changes
|
2024-09-23 14:33:22 +02:00 |
|
mnemonic-encoding.h
|
upstream changes
|
2024-09-23 14:33:22 +02:00 |
|
ntp.cpp
|
don't use deprecated boost/bind.hpp and placeholders in global namespace
|
2022-12-04 15:25:19 +01:00 |
|
ntp.h
|
NTP tools & core time sync checking were greatly improved
|
2019-09-19 16:51:58 +03:00 |
|
pod-class.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
pod_array_file_container.h
|
wallet: refactoring for cold-signing process + offline mode + watch-only mode (work in progress)
|
2019-04-03 12:48:09 +03:00 |
|
pre_download.h
|
fixed ancient p2p bug
|
2025-03-05 14:51:11 +04:00 |
|
threads_pool.h
|
attempt to fix threads_pool on mac/clang
|
2022-04-18 19:26:03 +02:00 |
|
tor_helper.h
|
integrated tor into wallet in a draft mode
|
2022-01-09 00:07:26 +01:00 |
|
unordered_containers_boost_serialization.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
util.cpp
|
utils: parse_client_version, parse_client_version_build_number() implemented + unit tests stub
|
2024-09-25 04:03:57 +02:00 |
|
util.h
|
utils: parse_client_version, parse_client_version_build_number() implemented + unit tests stub
|
2024-09-25 04:03:57 +02:00 |
|
variant_helper.h
|
minor improvements, typos, log msgs
|
2024-05-31 15:49:55 +02:00 |
|
varint.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |