.. |
compat
|
Support docker for gitian builds
|
2019-02-14 23:14:34 +01:00 |
aligned.c
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
aligned.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
apply_permutation.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
base58.cpp
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
base58.h
|
Replace boost::string_ref with std::string_view
|
2020-07-02 12:52:12 -03:00 |
boost_serialization_helper.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
CMakeLists.txt
|
Replace epee http client with curl-based client
|
2020-08-07 17:14:03 -03:00 |
combinator.cpp
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
combinator.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
command_line.cpp
|
Split up common/util.h
|
2020-07-02 12:52:12 -03:00 |
command_line.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
common_fwd.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
dns_utils.cpp
|
Add simple delimiter joining string function
|
2020-08-07 17:14:02 -03:00 |
dns_utils.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
error.cpp
|
Work around gcc-8 compiler segfault
|
2020-08-11 11:18:31 -03:00 |
error.h
|
Work around gcc-8 compiler segfault
|
2020-08-11 11:18:31 -03:00 |
expect.cpp
|
Adding expect<T> - a value-or-error implementation
|
2018-09-12 22:44:34 +00:00 |
expect.h
|
Misc. C++ modernization
|
2020-07-02 12:52:12 -03:00 |
file.cpp
|
Windows compilation fixes
|
2020-07-02 12:55:28 -03:00 |
file.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
hex.h
|
Add tools::type_to_hex
|
2020-08-07 17:14:03 -03:00 |
i18n.cpp
|
More string_view niceties
|
2020-07-02 12:52:13 -03:00 |
i18n.h
|
Rewrite translation file generation using cmake
|
2020-06-15 12:49:33 -03:00 |
json_util.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
lock.h
|
C++17
|
2020-07-02 12:52:12 -03:00 |
loki.cpp
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
loki.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
loki_integration_test_hooks.h
|
Rewrite the integration tests to use pipes (#1045)
|
2020-02-21 14:48:25 +11:00 |
meta.h
|
Split http_server into server + base class
|
2020-08-07 17:14:03 -03:00 |
notify.cpp
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
notify.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
password.cpp
|
wallet_api updates
|
2020-08-07 17:14:03 -03:00 |
password.h
|
wallet_api updates
|
2020-08-07 17:14:03 -03:00 |
perf_timer.cpp
|
Remove broken timing "optimization"
|
2019-12-05 21:35:10 -04:00 |
perf_timer.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
periodic_task.h
|
Merge commit 'dcff02e4c3b1214143b19685361c3c6cffa62be7' into MergeUpstream3
|
2020-05-26 15:15:25 +10:00 |
pruning.cpp
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
pruning.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
random.cpp
|
Move randomness into new common/random.h
|
2019-11-27 14:07:52 -04:00 |
random.h
|
Pulse: Pass std::seed_seq to mt19937_64
|
2020-08-18 11:59:53 +10:00 |
rules.cpp
|
config: Convert DIFFICULTY_BLOCKS_V2 to TARGET_BLOCK_TIME
|
2020-08-18 11:59:53 +10:00 |
rules.h
|
Per output unlock time rebased (#114)
|
2018-08-03 11:39:28 +10:00 |
scoped_message_writer.cpp
|
Make suspend_readline a (usable) no-op when readline not available
|
2020-05-20 00:48:59 -03:00 |
scoped_message_writer.h
|
Remove long-obsolete compiler workaround
|
2020-07-21 21:53:27 -03:00 |
sfinae_helpers.h
|
Simplified sfinae_helpers
|
2020-07-02 12:52:12 -03:00 |
sha256sum.cpp
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
sha256sum.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
signal_handler.h
|
Split up common/util.h
|
2020-07-02 12:52:12 -03:00 |
spawn.cpp
|
Windows fixes
|
2020-08-07 17:14:02 -03:00 |
spawn.h
|
Split up common/util.h
|
2020-07-02 12:52:12 -03:00 |
stack_trace.cpp
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
stack_trace.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
string_util.cpp
|
Replace epee http rpc server with uWebSockets
|
2020-08-07 17:14:02 -03:00 |
string_util.h
|
Pulse: Queue Block Gen code review
|
2020-08-18 11:59:53 +10:00 |
threadpool.cpp
|
Post-merge: locks/mutexes
|
2020-07-02 12:52:13 -03:00 |
threadpool.h
|
Replace (most) boost::thread with std::thread
|
2020-07-02 12:52:13 -03:00 |
timings.cc
|
More string_view niceties
|
2020-07-02 12:52:13 -03:00 |
timings.h
|
Miscellaneous header updates via iwyu
|
2020-07-02 12:52:13 -03:00 |
unordered_containers_boost_serialization.h
|
Update monero copyright to 2019 pre-emptively to make merge simpler
|
2019-04-12 14:36:43 +10:00 |
util.cpp
|
Rename stagenet to devnet
|
2020-08-17 02:54:43 -03:00 |
util.h
|
config: Convert DIFFICULTY_BLOCKS_V2 to TARGET_BLOCK_TIME
|
2020-08-18 11:59:53 +10:00 |
varint.h
|
Address PR feedback
|
2020-07-02 12:56:37 -03:00 |