Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | Small cleanup of daemon synchronization output | xmr-eric | 1 | -2/+2 |
2017-11-27 | Merge pull request #2863 | Riccardo Spagni | 1 | -1/+3 |
2017-11-27 | Merge pull request #2841 | Riccardo Spagni | 1 | -0/+4 |
2017-11-27 | Merge pull request #2839 | Riccardo Spagni | 1 | -1/+1 |
2017-11-26 | Added command descriptions | Cifrado | 6 | -114/+376 |
2017-11-26 | tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not set | moneromooo-monero | 1 | -1/+3 |
2017-11-25 | Merge pull request #2827 | Riccardo Spagni | 2 | -2/+7 |
2017-11-25 | Merge pull request #2825 | Riccardo Spagni | 1 | -1/+1 |
2017-11-25 | Merge pull request #2824 | Riccardo Spagni | 15 | -40/+104 |
2017-11-25 | Merge pull request #2823 | Riccardo Spagni | 3 | -27/+47 |
2017-11-25 | Merge pull request #2822 | Riccardo Spagni | 1 | -1/+1 |
2017-11-25 | Merge pull request #2817 | Riccardo Spagni | 1 | -2/+2 |
2017-11-25 | Merge pull request #2807 | Riccardo Spagni | 2 | -2/+2 |
2017-11-25 | Merge pull request #2806 | Riccardo Spagni | 1 | -1/+3 |
2017-11-25 | Merge pull request #2800 | Riccardo Spagni | 1 | -102/+94 |
2017-11-25 | Merge pull request #2797 | Riccardo Spagni | 1 | -10/+14 |
2017-11-25 | Merge pull request #2796 | Riccardo Spagni | 1 | -5/+7 |
2017-11-25 | Merge pull request #2784 | Riccardo Spagni | 2 | -4/+4 |
2017-11-25 | Merge pull request #2368 | Riccardo Spagni | 10 | -0/+473 |
2017-11-25 | Merge pull request #2794 | Riccardo Spagni | 4 | -0/+38 |
2017-11-25 | Merge pull request #2793 | Riccardo Spagni | 1 | -1/+1 |
2017-11-25 | Merge pull request #2792 | Riccardo Spagni | 1 | -5/+107 |
2017-11-25 | Merge pull request #2791 | Riccardo Spagni | 1 | -2/+7 |
2017-11-25 | Merge pull request #2788 | Riccardo Spagni | 8 | -3/+302 |
2017-11-25 | Merge pull request #2785 | Riccardo Spagni | 2 | -19/+80 |
2017-11-25 | Merge pull request #2846 | Riccardo Spagni | 7 | -36/+14 |
2017-11-24 | wallet_rpc_server: new relay_tx command | moneromooo-monero | 4 | -0/+72 |
2017-11-24 | wallet: transfer RPC can now return tx metadata (pending_tx) | moneromooo-monero | 4 | -3/+100 |
2017-11-24 | serialization: add std::set and std::unordered_set serialization | moneromooo-monero | 2 | -0/+130 |
2017-11-23 | rpc: increase the max number of outs one can request | moneromooo-monero | 1 | -1/+1 |
2017-11-22 | added missing link for OpenBSD build instructions | ston1th | 1 | -0/+3 |
2017-11-22 | simplewallet: prevent (wrong) integrated adresses on accounts > 0 | moneromooo-monero | 1 | -0/+10 |
2017-11-22 | CONTRIBUTING.md: mention git add -p as a way to avoid spurious changes | moneromooo-monero | 1 | -0/+11 |
2017-11-22 | cryptonote: do not overwrite const data | moneromooo-monero | 2 | -4/+4 |
2017-11-22 | Fix versioning | vdo | 1 | -1/+1 |
2017-11-21 | wallet2: detect multiple outputs from a tx to different subaddresses | moneromooo-monero | 1 | -1/+1 |
2017-11-21 | Spend proof without txkey | stoffu | 10 | -0/+473 |
2017-11-21 | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 7 | -36/+14 |
2017-11-20 | Update snap version to 0.11.1 | vdo | 1 | -1/+5 |
2017-11-20 | Merge pull request #2783 | Riccardo Spagni | 1 | -0/+4 |
2017-11-20 | Merge pull request #2768 | Riccardo Spagni | 2 | -5/+10 |
2017-11-20 | Merge pull request #2487 | Riccardo Spagni | 13 | -527/+871 |
2017-11-20 | Android dockerfile: add zmq dependency | MoroccanMalinois | 2 | -2/+27 |
2017-11-19 | Add mdb_drop tool | Howard Chu | 4 | -2/+183 |
2017-11-19 | Update README.md with info about release timelines | Gingeropolous | 1 | -0/+4 |
2017-11-19 | cmake: fix building when readline is not found | moneromooo-monero | 1 | -0/+4 |
2017-11-18 | fixed common/util.cpp to link against libressl | ston1th | 1 | -1/+1 |
2017-11-18 | Tx proof (revised): | stoffu | 13 | -527/+871 |
2017-11-18 | Fix docker image dependencies, don't install libraries statically linked | Bruno Clermont | 1 | -6/+4 |
2017-11-18 | use make | Bruno Clermont | 1 | -1/+1 |
2017-11-18 | Force docker image to use --non-interactive | Bruno Clermont | 2 | -4/+1 |
2017-11-18 | make connection_id a string in RPC | moneromooo-monero | 4 | -7/+8 |
2017-11-17 | RPC: allow binding of restricted port in addition to core port | Tim L | 4 | -32/+69 |
2017-11-17 | fix and improve docker image, add doc for docker-compose | Bruno Clermont | 3 | -34/+39 |
2017-11-17 | Fixes #759 Add sanity check on restore height | Cifrado | 3 | -20/+44 |
2017-11-16 | Add two configuration options to monerod.service: | 0xB44EFD8751077F97 | 1 | -0/+3 |
2017-11-16 | RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflight | Tim L | 1 | -0/+3 |
2017-11-16 | split wallet and wallet_api | moneromooo-monero | 15 | -40/+104 |
2017-11-16 | wallet2: check generate_key_derivation return value | moneromooo-monero | 1 | -2/+11 |
2017-11-16 | daemon & simplewallet: don't set max-concurrency when unspecified | stoffu | 2 | -2/+2 |
2017-11-15 | Tools, daemonizer: fix building on Windows | iDunk5400 | 2 | -2/+7 |
2017-11-15 | Wallet RPC: Add prompt-for-password flag | Tim L | 2 | -5/+10 |
2017-11-15 | wallet2: minimize the number of construct_tx calls | moneromooo-monero | 1 | -95/+90 |
2017-11-15 | wallet2: cleanup some debug logs | moneromooo-monero | 1 | -7/+4 |
2017-11-15 | simplewallet: fix typo in incoming monero message | moneromooo-monero | 1 | -1/+1 |
2017-11-15 | Add out-of-bound exceptions and handle them in RPC | Michał Sałaban | 3 | -27/+47 |
2017-11-15 | simplewallet: translate ring size 0 to mixin 0 (default values) | moneromooo-monero | 1 | -1/+1 |
2017-11-15 | Merge pull request #2818 | Riccardo Spagni | 3 | -4/+3 |
2017-11-15 | simplewallet: wrong ns for input_line in sweep_single (fix #2634) | stoffu | 3 | -4/+3 |
2017-11-15 | unit_tests: fix running without --data-dir | moneromooo-monero | 1 | -2/+2 |
2017-11-15 | blockchain_db: sanity check on tx/hash vector sizes | flozilla | 1 | -0/+4 |
2017-11-15 | Merge pull request #2778 | Riccardo Spagni | 1 | -9/+8 |
2017-11-15 | Merge pull request #2773 | Riccardo Spagni | 1 | -13/+12 |
2017-11-15 | Merge pull request #2772 | Riccardo Spagni | 1 | -1/+1 |
2017-11-15 | Merge pull request #2771 | Riccardo Spagni | 3 | -9/+17 |
2017-11-15 | Merge pull request #2634 | Riccardo Spagni | 7 | -0/+438 |
2017-11-15 | Merge pull request #2628 | Riccardo Spagni | 1 | -42/+19 |
2017-11-15 | wallet: add sweep_single command | stoffu | 7 | -0/+438 |
2017-11-15 | Merge pull request #2816 | Riccardo Spagni | 1 | -3/+2 |
2017-11-15 | wallet2 bugfix: loading old m_unconfirmed_payments | stoffu | 1 | -3/+2 |
2017-11-15 | Merge pull request #2814 | Riccardo Spagni | 2 | -5/+2 |
2017-11-14 | More missed readline dependencies thru scoped_message_writer | Howard Chu | 2 | -5/+2 |
2017-11-14 | Merge pull request #2813 | Riccardo Spagni | 2 | -3/+3 |
2017-11-14 | Fix 383ff4f68943c5d998fba8caa20aee481583f214 | Howard Chu | 1 | -1/+1 |
2017-11-14 | Fix e89994e98f85be95d68c7bf471fcadf9aabbc93a | Howard Chu | 1 | -1/+1 |
2017-11-14 | Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230d | Howard Chu | 1 | -1/+1 |
2017-11-14 | Merge pull request #2789 | Riccardo Spagni | 1 | -1/+1 |
2017-11-14 | Merge pull request #2765 | Riccardo Spagni | 1 | -3/+3 |
2017-11-14 | Merge pull request #2774 | Riccardo Spagni | 1 | -33/+30 |
2017-11-14 | CMake: include RPC when building GUI deps | anonimal | 1 | -33/+30 |
2017-11-14 | Merge pull request #2812 | Riccardo Spagni | 1 | -2/+2 |
2017-11-14 | Merge pull request #2811 | Riccardo Spagni | 1 | -0/+2 |
2017-11-14 | Merge pull request #2692 | Riccardo Spagni | 2 | -136/+2 |
2017-11-14 | Merge pull request #2739 | Riccardo Spagni | 1 | -10/+17 |
2017-11-14 | Merge pull request #2736 | Riccardo Spagni | 31 | -300/+329 |
2017-11-14 | Merge pull request #2644 | Riccardo Spagni | 9 | -3/+42 |
2017-11-14 | Merge pull request #2636 | Riccardo Spagni | 1 | -338/+101 |
2017-11-14 | Merge pull request #2629 | Riccardo Spagni | 24 | -51/+47 |
2017-11-14 | unit_tests: fix build after wallet2 list/vector change | moneromooo-monero | 1 | -2/+2 |
2017-11-14 | epee: don't disable -Wtautological-constant-out-of-range-compare on GCC | moneromooo-monero | 1 | -0/+2 |
2017-11-14 | rpc: remove obsolete busy core checks | moneromooo-monero | 2 | -136/+2 |
2017-11-14 | wallet2: avoid growing the short history when refreshing in a loop | moneromooo-monero | 1 | -10/+17 |
2017-11-14 | Do not build against epee_readline if it was not built | Howard Chu | 4 | -3/+4 |
2017-11-14 | split off readline code into epee_readline | moneromooo-monero | 4 | -3/+19 |
2017-11-14 | link against readline only for monerod and wallet-wallet-{rpc,cli} | moneromooo-monero | 3 | -1/+2 |
2017-11-14 | wallet: move some scoped_message_writer calls from the libs | moneromooo-monero | 6 | -86/+86 |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 8 | -78/+97 |
2017-11-14 | move input_line from command_line to simplewallet | moneromooo-monero | 3 | -20/+13 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 16 | -114/+113 |
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 9 | -3/+42 |
2017-11-14 | simplewallet: factor transfer related exception handling | moneromooo-monero | 1 | -338/+101 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 24 | -51/+47 |
2017-11-15 | simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments... | stoffu | 1 | -3/+3 |
2017-11-14 | Merge pull request #2756 | Riccardo Spagni | 10 | -0/+0 |
2017-11-14 | Merge pull request #2755 | Riccardo Spagni | 1 | -2/+2 |
2017-11-14 | Merge pull request #2753 | Riccardo Spagni | 4 | -0/+15 |
2017-11-14 | Merge pull request #2752 | Riccardo Spagni | 1 | -1/+1 |
2017-11-14 | Merge pull request #2750 | Riccardo Spagni | 1 | -6/+6 |
2017-11-14 | Merge pull request #2749 | Riccardo Spagni | 1 | -4/+0 |
2017-11-14 | Merge pull request #2747 | Riccardo Spagni | 1 | -2/+3 |
2017-11-14 | Merge pull request #2745 | Riccardo Spagni | 3 | -3/+0 |
2017-11-14 | Merge pull request #2743 | Riccardo Spagni | 1 | -0/+1 |
2017-11-14 | Merge pull request #2742 | Riccardo Spagni | 2 | -2/+8 |
2017-11-14 | Merge pull request #2738 | Riccardo Spagni | 1 | -0/+57 |
2017-11-14 | Merge pull request #2735 | Riccardo Spagni | 2 | -1/+4 |
2017-11-14 | Merge pull request #2730 | Riccardo Spagni | 2 | -0/+76 |
2017-11-14 | Merge pull request #2727 | Riccardo Spagni | 1 | -1/+14 |
2017-11-14 | wallet2: simplify incoming tx processing code | moneromooo-monero | 1 | -42/+19 |
2017-11-14 | Merge pull request #2624 | Riccardo Spagni | 4 | -16/+39 |
2017-11-14 | Merge pull request #2720 | Riccardo Spagni | 1 | -1/+1 |
2017-11-14 | Merge pull request #2701 | Riccardo Spagni | 2 | -2/+4 |
2017-11-14 | Merge pull request #2697 | Riccardo Spagni | 2 | -24/+49 |
2017-11-14 | Merge pull request #2696 | Riccardo Spagni | 10 | -1/+21 |
2017-11-14 | simplewallet: forbid 0 ring size | moneromooo-monero | 1 | -0/+10 |
2017-11-14 | Merge pull request #2691 | Riccardo Spagni | 10 | -12/+8 |
2017-11-14 | simplewallet: reject attempts to use too low mixin early | moneromooo-monero | 4 | -16/+29 |
2017-11-14 | Merge pull request #2686 | Riccardo Spagni | 3 | -7/+7 |
2017-11-14 | Merge pull request #2685 | Riccardo Spagni | 1 | -3/+6 |
2017-11-14 | Merge pull request #2683 | Riccardo Spagni | 3 | -26/+95 |
2017-11-14 | Merge pull request #2682 | Riccardo Spagni | 1 | -2/+2 |
2017-11-14 | Merge pull request #2681 | Riccardo Spagni | 1 | -7/+1 |
2017-11-14 | Merge pull request #2675 | Riccardo Spagni | 1 | -6/+11 |
2017-11-14 | Merge pull request #2670 | Riccardo Spagni | 2 | -0/+119 |
2017-11-14 | Merge pull request #2661 | Riccardo Spagni | 1 | -5/+21 |
2017-11-14 | Merge pull request #2651 | Riccardo Spagni | 1 | -1/+1 |
2017-11-14 | Merge pull request #2645 | Riccardo Spagni | 1 | -1/+2 |
2017-11-14 | Merge pull request #2633 | Riccardo Spagni | 3 | -5/+38 |
2017-11-14 | Merge pull request #2630 | Riccardo Spagni | 1 | -1/+9 |
2017-11-14 | Merge pull request #2620 | Riccardo Spagni | 1 | -1/+2 |
2017-11-14 | Merge pull request #2617 | Riccardo Spagni | 10 | -16/+45 |
2017-11-14 | Merge pull request #2615 | Riccardo Spagni | 13 | -75/+140 |
2017-11-14 | Merge pull request #2509 | Riccardo Spagni | 16 | -62/+216 |
2017-11-14 | Merge pull request #2805 | Riccardo Spagni | 1 | -0/+62 |
2017-11-14 | core: warn when free disk space is low | moneromooo-monero | 4 | -1/+39 |
2017-11-14 | Fix false GCC warning '‘*((void*)& subaddr_account +4)’ may be used uniti... | binaryFate | 1 | -1/+3 |
2017-11-14 | Add stoffu's GPG key | stoffu | 1 | -0/+62 |
2017-11-14 | simplewallet: reject invalid argument for boolean parameter | stoffu | 3 | -26/+95 |
2017-11-14 | rpc: added miner_tx_hash to resp of getblock | stoffu | 2 | -1/+4 |
2017-11-14 | wallet-cli: added --generate-from-spend-key option | stoffu | 3 | -5/+38 |
2017-11-13 | wallet2: use a vector, not a list, for selected_transfers | moneromooo-monero | 2 | -24/+49 |
2017-11-13 | wallet2: only add a dummy 0 output if there's one output otherwise | moneromooo-monero | 1 | -10/+14 |
2017-11-13 | Wallet: update ring size in outdated error msgs with set_default_ring_size | binaryFate | 1 | -5/+7 |
2017-11-12 | fixed easylogging compile issue on OpenBSD | Dyrcona | 1 | -2/+7 |
2017-11-11 | Implement missing miner functions on FreeBSD | Vasil Dimov | 1 | -1/+105 |
2017-11-11 | Remove unused variables and fix typos in comments | Vasil Dimov | 1 | -4/+2 |
2017-11-11 | Do not require libatomic on FreeBSD | Vasil Dimov | 1 | -1/+1 |
2017-11-11 | kaccak: remove unused return value | moneromooo-monero | 3 | -9/+3 |
2017-11-11 | checkpoints: add a testnet checkpoint at 1000000 | moneromooo-monero | 1 | -1/+1 |
2017-11-10 | Print msg upon success for commands that were silent | binaryFate | 1 | -0/+4 |
2017-11-09 | Merge pull request #2694 | Riccardo Spagni | 5 | -16/+17 |
2017-11-09 | mnemonics: support for arbitrary (if multiple of 4 bytes) length data | moneromooo-monero | 2 | -19/+80 |
2017-11-08 | fix output_stream_header memory leak | MaxXor | 1 | -9/+8 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 13 | -75/+140 |
2017-11-08 | Correct totals computation | Michał Sałaban | 1 | -13/+12 |
2017-11-07 | RPC: get_info add rpc_connections_count | Tim L | 4 | -1/+16 |
2017-11-07 | Merge pull request #2764 | Riccardo Spagni | 1 | -4/+4 |
2017-11-07 | wallet2: typo fix in error message | moneromooo-monero | 1 | -1/+1 |
2017-11-07 | keccak: some paranoid "can't happen" checks | moneromooo-monero | 1 | -0/+14 |
2017-11-06 | wallet2 bugfix: supply missing subaddr_account arg to balance() and unlocked ... | stoffu | 1 | -4/+4 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 16 | -62/+216 |
2017-11-06 | Merge pull request #2605 | Riccardo Spagni | 7 | -1/+163 |
2017-11-06 | Merge pull request #2595 | Riccardo Spagni | 1 | -15/+23 |
2017-11-06 | Merge pull request #2591 | Riccardo Spagni | 4 | -22/+43 |
2017-11-06 | Merge pull request #2546 | Riccardo Spagni | 5 | -14/+96 |
2017-11-06 | Merge pull request #2483 | Riccardo Spagni | 2 | -0/+145 |
2017-11-06 | Merge pull request #2729 | Riccardo Spagni | 1 | -22/+31 |
2017-11-04 | wallet-cli: allow priority argument for sweep_all and donate | stoffu | 1 | -15/+23 |
2017-11-03 | Fix file permission issue | Tim L | 10 | -0/+0 |
2017-11-03 | Used declared default refresh status as default rather than it's current value | Maxime THIEBAUT | 1 | -2/+2 |
2017-11-03 | Merge pull request #2662 | Riccardo Spagni | 10 | -16/+18 |
2017-11-03 | updates: add a special case for "install-" build tags on windows | moneromooo-monero | 1 | -1/+1 |
2017-11-03 | Fix 'sweep_all' command when called with no args | Leon Klingele | 1 | -6/+6 |
2017-11-03 | Disguise password length in prompt | Leon Klingele | 1 | -4/+0 |
2017-11-02 | simplewallet: mark the active account in print_accounts | moneromooo-monero | 1 | -2/+3 |
2017-11-02 | Increase LMDB maxreaders if large number of threads in use | Howard Chu | 1 | -0/+6 |
2017-11-02 | Use max_concurrency as-is | Howard Chu | 1 | -2/+2 |
2017-11-02 | Remove wallet dependency on p2p | moneromooo-monero | 3 | -3/+0 |
2017-11-02 | Merge pull request #2666 | Riccardo Spagni | 1 | -1/+1 |
2017-11-01 | Merge pull request #2689 | Riccardo Spagni | 1 | -0/+8 |
2017-11-01 | Merge pull request #2663 | Riccardo Spagni | 3 | -3/+15 |