| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815 | Monzero Build System | 5 hours | 1 | -3/+3 |
| | | |||||
| * | blockchain_utilities: fix --data-dir option | jeffro256 | 2026-04-22 | 1 | -4/+2 |
| | | |||||
| * | zmq: add restricted rpc mode | selsta | 2026-04-01 | 1 | -0/+2 |
| | | |||||
| * | epee: update 'http_server_handlers_map2.h' macros to use fully qualified names | Jeffrey Ryan | 2025-02-13 | 1 | -1/+1 |
| | | | | | quick patch which fixes the issue where if you use some macros from `http_server_handlers_map2.h` you have to be in the `epee` namespace or it doesn't compile. Now can remove `using namespace epee;` from header file `core_rpc_server.h`, which caused a couple of name qualifying mistakes | ||||
| * | Handle case where a command line flag is not allowed in the config file | almalh | 2023-03-06 | 1 | -0/+13 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | daemon: allow proxy configuration | anon | 2021-08-20 | 1 | -0/+2 |
| | | | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com> | ||||
| * | Add rpc-restricted-bind-ip option | Howard Chu | 2020-10-29 | 1 | -1/+2 |
| | | | | | Fixes #6369 | ||||
| * | daemon: Windows - fix FAT32 warning, trailing backslash is required | xiphon | 2020-09-20 | 1 | -1/+1 |
| | | |||||
| * | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 2020-05-04 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #6578 | Alexander Blair | 2020-07-19 | 1 | -0/+21 |
| |\ | | | | | | | a6803231e daemon: complain if data dir resides on FAT32 volume (Windows) (xiphon) | ||||
| | * | daemon: complain if data dir resides on FAT32 volume (Windows) | xiphon | 2020-05-21 | 1 | -0/+21 |
| | | | |||||
| * | | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| |/ | | | | Update copyright year to 2020 | ||||
| * | remove empty statements | Interchained | 2020-02-17 | 1 | -1/+1 |
| | | | | | Cleaning up a little around the code base. | ||||
| * | Merge pull request #5878 | luigi1111 | 2019-09-24 | 1 | -11/+0 |
| |\ | | | | | | | f9b3f6e Removed Berkeley DB and db switching logic (JesusRami) | ||||
| | * | Removed Berkeley DB and db switching logic | Jesus Ramirez | 2019-09-16 | 1 | -11/+0 |
| | | | |||||
| * | | simplewallet: lock console on inactivity | moneromooo-monero | 2019-08-28 | 1 | -6/+2 |
| |/ | |||||
| * | Merge pull request #5597 | luigi1111 | 2019-07-24 | 1 | -0/+1 |
| |\ | | | | | | | 343c0b4 add a command line option to disable ZMQ server (jtgrassie) | ||||
| | * | add a command line option to disable ZMQ server | Jethro Grassie | 2019-06-01 | 1 | -0/+1 |
| | | | |||||
| * | | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 2019-05-22 | 1 | -1/+5 |
| |/ | |||||
| * | daemon: fix absolute/relative log file test for windows | moneromooo-monero | 2019-04-16 | 1 | -5/+1 |
| | | |||||
| * | daemon: if a log file has a /, interpret it from the cwd | moneromooo-monero | 2019-04-13 | 1 | -1/+6 |
| | | | | | | | rather than from data dir where it normally is. It makes things like --log-file ./foo.log behave as you'd expect. | ||||
| * | Merge pull request #5190 | Riccardo Spagni | 2019-03-17 | 1 | -1/+54 |
| |\ | | | | | | | 551104fb daemon: add --public-node mode, RPC port propagation over P2P (xiphon) | ||||
| | * | daemon: add --public-node mode, RPC port propagation over P2P | xiphon | 2019-02-25 | 1 | -1/+54 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | daemon: print monero version at startup when calling a detached daemon | moneromooo-monero | 2018-11-30 | 1 | -10/+10 |
| | | | | | So people who want a timstamp get a timestamp | ||||
| * | rpc: allow to pass RPC login via RPC_LOGIN env var | Dusan Klinec | 2018-08-31 | 1 | -2/+5 |
| | | | | | - passing by parameter is insecure as it is shown in the process list | ||||
| * | Merge pull request #3854 | luigi1111 | 2018-07-19 | 1 | -2/+3 |
| |\ | | | | | | | | | | | | | 149da42 db_lmdb: enable batch transactions by default (stoffu) 34cb6b4 add --regtest and --fixed-difficulty for regression testing (vicsn) 9e1403e update get_info RPC and bump RPC version (vicsn) 207b66e first new functional tests (vicsn) | ||||
| | * | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 2018-06-29 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | on_generateblocks RPC call combines functionality from the on_getblocktemplate and on_submitblock RPC calls to allow rapid block creation. Difficulty is set permanently to 1 for regtest. Makes use of FAKECHAIN network type, but takes hard fork heights from mainchain Default reserve_size in generate_blocks RPC call is now 1. If it is 0, the following error occurs 'Failed to calculate offset for'. Queries hard fork heights info of other network types | ||||
| * | | Merge pull request #3897 | luigi1111 | 2018-06-20 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | 63d0ab0 mlog: --max-log-files to set the max number of rotated log files (stoffu) | ||||
| | * | | mlog: --max-log-files to set the max number of rotated log files | stoffu | 2018-06-13 | 1 | -1/+2 |
| | |/ | |||||
| * / | daemon: fix readline interfering with std::cerr usage | moneromooo-monero | 2018-05-31 | 1 | -0/+3 |
| |/ | | | | | Once readline is initialized, std::cerr's operator<< will output a 0xff byte for unknown reasons. | ||||
| * | daemon: read config file before reading any other args | stoffu | 2018-04-14 | 1 | -23/+22 |
| | | |||||
| * | Stagenet | stoffu | 2018-03-05 | 1 | -0/+8 |
| | | |||||
| * | options: add testnet option dependencies | whythat | 2018-02-16 | 1 | -7/+2 |
| | | |||||
| * | options: remove testnet-* options | whythat | 2018-02-16 | 1 | -10/+1 |
| | | |||||
| * | Merge pull request #3161 | Riccardo Spagni | 2018-02-16 | 1 | -1/+1 |
| |\ | | | | | | | 78a2e15b daemon: exit with 0 when successful (moneromooo-monero) | ||||
| | * | daemon: exit with 0 when successful | moneromooo-monero | 2018-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | daemon+simplewallet: given an unknown command, show it | stoffu | 2017-12-27 | 1 | -1/+1 |
| |/ | |||||
| * | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 2017-12-16 | 1 | -0/+1 |
| | | | | | | | As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary. | ||||
| * | daemon & simplewallet: don't set max-concurrency when unspecified | stoffu | 2017-11-16 | 1 | -1/+1 |
| | | |||||
| * | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 2017-11-14 | 1 | -1/+6 |
| | | | | | | | wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc. | ||||
| * | move cryptonote command line options to cryptonote_core | moneromooo-monero | 2017-11-14 | 1 | -5/+2 |
| | | | | | Those have no reason to be in a generic module | ||||
| * | Merge pull request #2589 | Riccardo Spagni | 2017-10-15 | 1 | -2/+2 |
| |\ | | | | | | | 8f0cea63 add a command_line function to check for defaulted options (moneromooo-monero) | ||||
| | * | add a command_line function to check for defaulted options | moneromooo-monero | 2017-10-06 | 1 | -2/+2 |
| | | | |||||
| * | | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 2017-10-14 | 1 | -1/+1 |
| |/ | | | | https://sourceware.org/bugzilla/show_bug.cgi?id=21778 | ||||
| * | Merge pull request #2456 | Riccardo Spagni | 2017-09-25 | 1 | -1/+2 |
| |\ | | | | | | | 91def9a5 daemon, wallet: add --max-log-file-size option (selsta) | ||||
| | * | daemon, wallet: add --max-log-file-size option | selsta | 2017-09-17 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #2044 | Riccardo Spagni | 2017-09-18 | 1 | -0/+3 |
| |\ \ | |/ |/| | | | | | | | | | 0299cb77 Fix various oversights/bugs in ZMQ RPC server code (Thomas Winget) 77986023 json serialization for rpc-relevant monero types (Thomas Winget) 5c1e08fe Refactor some things into more composable (smaller) functions (Thomas Winget) 9ac2ad07 DRY refactoring (Thomas Winget) | ||||
