Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-16 | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 1 | -0/+22 | |
2019-04-16 | Merge pull request #5446 | Riccardo Spagni | 1 | -0/+21 | |
7d79222f daemon: remove debug info (moneromooo-monero) 8fec0f98 functional_tests: add sweep_single test (moneromooo-monero) 9880d61b wallet_rpc_server: remove unused code (moneromooo-monero) 8a61b33d rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero) 56508524 rpc: add relayed in get_transaction output (moneromooo-monero) 82e510f1 rpc: set default log category in core_rpc_server.h (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5434 | Riccardo Spagni | 1 | -1/+2 | |
ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero) | |||||
2019-04-15 | functional_tests: add sweep_single test | moneromooo-monero | 1 | -0/+21 | |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 1 | -1/+2 | |
This will weed out some transactions with silly rings | |||||
2019-04-12 | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 1 | -4/+20 | |
Loading the same wallet as the currently loaded one would autosave the current state after loading it, leading to some kind of rollback effect. We now save before loading to avoid this. If loading fails, it means the current wallet will be saved (or maybe not, depending on where the failure occurs: most of the sanity checks occur before saving). There is a new autosave_current flag to open/restore calls so the (enabled by default) autosave can be skipped. | |||||
2019-04-11 | console: simple shell over console.py | moneromooo-monero | 1 | -0/+3 | |
to avoid the "python -i" part | |||||
2019-04-11 | console.py: can now connect to several daemons/wallets | moneromooo-monero | 3 | -53/+69 | |
Also throw exceptions instead of print+exit, since that makes the error print last, below the python stack trace, where it's much less easy to miss it. | |||||
2019-04-11 | console.py: add tab completion | moneromooo-monero | 1 | -0/+9 | |
2019-04-11 | functional_tests: cold signing key images/outputs import/export | moneromooo-monero | 1 | -0/+44 | |
2019-04-11 | functional_tests: add double spend detection tests | moneromooo-monero | 1 | -2/+14 | |
2019-04-11 | functional_tests: add alt chains tests | moneromooo-monero | 1 | -0/+15 | |
2019-04-11 | functional_tests: add wallet creation language tests | moneromooo-monero | 1 | -4/+14 | |
2019-04-11 | functional_tests: add more wallet tests | moneromooo-monero | 1 | -0/+31 | |
get_transfer_by_txid, get_height, open/close | |||||
2019-04-11 | python-rpc: add set_log_level and set_log_categories | moneromooo-monero | 1 | -0/+12 | |
2019-04-11 | functional_tests: add describe_transfer tests | moneromooo-monero | 1 | -1/+2 | |
2019-04-11 | console.py: support connecting to any host, not just 127.0.0.1 | moneromooo-monero | 1 | -5/+23 | |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -4/+66 | |
Related to emission, reorgs, getting tx data back, output distribution and histogram | |||||
2019-04-11 | functional_tests: add bans tests | moneromooo-monero | 1 | -0/+21 | |
2019-03-23 | python-rpc: add getblockheadersrange daemon RPC | moneromooo-monero | 1 | -0/+13 | |
2019-03-23 | python-rpc: add console.py | moneromooo-monero | 3 | -0/+65 | |
It allows one to connect to a running daemon or wallet, and use its RPC API from python. Usage: python -i console.py <port> It will detect whether it's talking to a daemon or wallet and initialize itself accordingly. | |||||
2019-03-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 4 | -0/+873 | |
2019-03-05 | Update 2019 copyright | binaryFate | 10 | -10/+10 | |
2019-01-28 | Merge pull request #5060 | Riccardo Spagni | 1 | -1/+1 | |
cb3b4adb translations: update and sync all language files (erciccione) dc0f618e utils: 'update-translations.sh' now removes obsolete strings (erciccione) | |||||
2019-01-16 | Merge pull request #4972 | Riccardo Spagni | 1 | -0/+30 | |
b97059fc add erciccione's pgp key (erciccione) | |||||
2019-01-11 | utils: 'update-translations.sh' now removes obsolete strings | erciccione | 1 | -1/+1 | |
2018-12-12 | add erciccione's pgp key | erciccione | 1 | -0/+30 | |
2018-12-11 | update expiry date for both signing and encryption keys | moneromooo-monero | 1 | -25/+25 | |
2018-10-09 | Utils: Add Dockerfile for android 64-bit build | Gregory Lemercier | 2 | -1/+143 | |
2018-09-25 | Dockerfile: use single build dir | MoroccanMalinois | 1 | -0/+1 | |
2018-09-19 | gpg_keys: bump my key validity for two more years | moneromooo-monero | 1 | -14/+13 | |
2018-09-10 | Docker android: add libsodium | MoroccanMalinois | 1 | -0/+12 | |
2018-09-10 | Docker android: use common prefix | MoroccanMalinois | 1 | -15/+15 | |
2018-08-22 | Docker: Fix android build | MoroccanMalinois | 2 | -137/+77 | |
2018-08-15 | Merge pull request #4148 | luigi1111 | 1 | -0/+1 | |
fead7eb Clarification of boolean options in config file (jonathancross) | |||||
2018-07-18 | Clarification of boolean options in config file | Jonathan Cross | 1 | -0/+1 | |
2018-06-23 | Changed URLs to HTTPS | einsteinsfool | 2 | -4/+4 | |
2018-03-29 | Add key for Sarang Noether | Sarang Noether | 1 | -0/+52 | |
2018-03-10 | systemd,readme: torsocks config for service | redfish | 1 | -1/+17 | |
2018-02-23 | removed systemd private tempdir | ston1th | 1 | -1/+0 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 10 | -10/+10 | |
2017-12-19 | Added using TOOLCHAIN_DIR varable on symlinking in android dockerfiles | damir | 2 | -2/+2 | |
2017-12-02 | Merge pull request #2845 | Riccardo Spagni | 2 | -2/+27 | |
c256a248 Android dockerfile: add zmq dependency (MoroccanMalinois) | |||||
2017-11-20 | Android dockerfile: add zmq dependency | MoroccanMalinois | 2 | -2/+27 | |
2017-11-16 | Add two configuration options to monerod.service: | 0xB44EFD8751077F97 | 1 | -0/+3 | |
Restart=always PrivateTmp=true | |||||
2017-11-14 | Add stoffu's GPG key | stoffu | 1 | -0/+62 | |
2017-10-15 | Merge pull request #2507 | Riccardo Spagni | 1 | -0/+125 | |
787ff011 add Mishi Choudhary's GPG key (Riccardo Spagni) | |||||
2017-09-21 | add Mishi Choudhary's GPG key | Riccardo Spagni | 1 | -0/+125 | |
2017-09-10 | utils: systemd: dir for pidfile with permissions | redfish | 1 | -2/+3 | |
monerod runs as user monero which does not have write permissions for /var/run. Use systemd's RuntimeDirectory feature to handle this. | |||||
2017-08-07 | Merge pull request #2138 | Riccardo Spagni | 2 | -0/+164 | |
044c5b55 Readme: add android docker build instruction (MoroccanMalinois) 82836be4 Utils: Add dockerfile for android NDK build (MoroccanMalinois) | |||||
2017-07-22 | Update monerod systemd service file | Erik de Castro Lopo | 1 | -8/+3 | |
Make monerod use a PID file and let systemd know where that file is. | |||||
2017-07-13 | Utils: Add dockerfile for android NDK build | MoroccanMalinois | 2 | -0/+164 | |
2017-04-12 | changed kenshi84's GPG key | kenshi84 | 1 | -47/+48 | |
2017-02-22 | update last few copyright year references | Riccardo Spagni | 9 | -9/+9 | |
2017-02-22 | Merge pull request #1766 | Riccardo Spagni | 4 | -4/+4 | |
72deb484 updated fallback nodes (Riccardo Spagni) 33329f5b update version to 0.10.2 (Riccardo Spagni) 04a50a7e update checkpoints.dat (Riccardo Spagni) c3599fa7 update copyright year, fix occasional lack of newline at line end (Riccardo Spagni) | |||||
2017-02-22 | kenshi84's gpg key | kenshi84 | 1 | -0/+50 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 4 | -4/+4 | |
2016-11-23 | Updated GPG key for Jaquee | Jaquee | 1 | -27/+27 | |
2016-11-01 | Merge pull request #1260 | Riccardo Spagni | 1 | -0/+64 | |
092f7c5 utils: add anonimal's GPG key (anonimal) | |||||
2016-10-25 | utils: add anonimal's GPG key | anonimal | 1 | -0/+64 | |
2016-10-22 | Added guzzi key | guzzi_jones | 1 | -0/+30 | |
2016-10-04 | Add iDunk's GPG key | iDunk5400 | 1 | -0/+52 | |
2016-10-04 | Merge pull request #1175 | Riccardo Spagni | 1 | -0/+31 | |
b673830 Add NanoAkron's GPG key (NanoAkron) | |||||
2016-10-03 | Add NanoAkron's GPG key | NanoAkron | 1 | -0/+31 | |
2016-10-03 | add Jaquees GPG key | Jacob Brydolf | 1 | -0/+30 | |
Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | |||||
2016-09-26 | add luigi1111's gpg key | luigi1111 | 1 | -0/+30 | |
2016-09-18 | gpg_keys: update my keys' expiration dates | moneromooo-monero | 1 | -25/+25 | |
2016-09-03 | rename systemd bits to monero | Riccardo Spagni | 3 | -12/+12 | |
2016-08-26 | contrib: example systemd service and config file | redfish | 2 | -0/+29 | |
Including in light of #977 | |||||
2016-03-25 | remove connectivity tool, comment it out from munin plugins too | Riccardo Spagni | 9 | -9/+9 | |
2016-03-21 | set fork date for September, add hyc's GPG key, remove aabramov's | Riccardo Spagni | 2 | -31/+44 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 10 | -10/+10 | |
2015-10-04 | gpg_keys: update my key with a later expiration date | moneromooo-monero | 1 | -15/+15 | |
2015-07-14 | Translatable strings for simplewallet | moneromooo-monero | 2 | -0/+32 | |
The system is mostly the Qt system, but we don't use Qt to avoid the dependencies. See README.i18n for details. | |||||
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 2 | -6/+25 | |
2015-01-11 | added monoermooo's gpg key | Riccardo Spagni | 1 | -0/+52 | |
2015-01-02 | year updated in license | Riccardo Spagni | 15 | -15/+15 | |
2014-12-13 | added gpg key for warptangent | Riccardo Spagni | 1 | -0/+52 | |
Signed-off-by: Riccardo Spagni <ric@spagni.net> | |||||
2014-10-06 | added aabramov's gpg key | Riccardo Spagni | 1 | -0/+31 | |
2014-09-24 | added tomerkon's GPG key, cmake folder fix | Riccardo Spagni | 1 | -0/+30 | |
2014-09-23 | added oranjuice and tewinget's GPG keys | Riccardo Spagni | 2 | -0/+50 | |
2014-09-15 | added mikezackles / Zachary Michaels gpg key | Riccardo Spagni | 1 | -0/+30 | |
2014-09-14 | add gpg pubkeys to start enforcing signed commits | Riccardo Spagni | 1 | -0/+50 | |
2014-07-24 | Added license for the Windows build script | Jojatekok | 1 | -1/+29 | |
2014-07-24 | Added a build script for Windows | Jojatekok | 1 | -0/+17 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 9 | -18/+288 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -1/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 11 | -0/+144 | |