Age | Commit message (Expand) | Author | Files | Lines |
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 | Add stoffu's GPG key | stoffu | 1 | -0/+62 |
2017-11-09 | Merge pull request #2694 | Riccardo Spagni | 5 | -16/+17 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 13 | -75/+140 |
2017-11-07 | Merge pull request #2764 | Riccardo Spagni | 1 | -4/+4 |
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 | Merge pull request #2662 | Riccardo Spagni | 10 | -16/+18 |
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 |
2017-11-01 | Merge pull request #2703 | Riccardo Spagni | 6 | -33/+32 |
2017-10-31 | Merge pull request #2659 | Riccardo Spagni | 1 | -0/+2 |
2017-10-31 | Merge pull request #2684 | Riccardo Spagni | 1 | -2/+2 |
2017-10-31 | Merge pull request #2723 | Riccardo Spagni | 10 | -19/+82 |
2017-10-31 | Merge pull request #2711 | Riccardo Spagni | 3 | -96/+100 |
2017-10-31 | Merge pull request #2737 | Riccardo Spagni | 1 | -7/+28 |
2017-10-31 | Merge pull request #2718 | Riccardo Spagni | 1 | -2/+2 |
2017-10-31 | Merge pull request #2705 | Riccardo Spagni | 1 | -1/+1 |
2017-10-31 | Merge pull request #2702 | Riccardo Spagni | 1 | -0/+6 |
2017-10-31 | Merge pull request #2687 | Riccardo Spagni | 1 | -5/+5 |
2017-10-31 | Merge pull request #2660 | Riccardo Spagni | 1 | -1/+1 |
2017-10-31 | Merge pull request #2715 | Riccardo Spagni | 1 | -0/+15 |
2017-10-30 | RPC Add cross origin resource sharing support | Tim L | 10 | -19/+82 |
2017-10-30 | blockchain: do not lock the blockchain lock for simple DB getters | moneromooo-monero | 1 | -7/+28 |
2017-10-29 | fix libwallet api test after api change | Jaquee | 1 | -8/+8 |
2017-10-29 | Wallet2: Don't throw when subaddress label doesn't exist | Jaquee | 2 | -11/+11 |
2017-10-26 | Fix JSON-RPC response object over ZMQ | Lee Clagett | 1 | -22/+31 |
2017-10-26 | fixed an LMDB issue on OpenBSD (#2699) which leads to a crash in monerod | ston1th | 1 | -0/+6 |
2017-10-23 | wallet2: fix show_transfers missing multiple incoming outputs | moneromooo-monero | 1 | -2/+2 |
2017-10-23 | wallet2: fix subaddress fields serialization | moneromooo-monero | 1 | -0/+15 |
2017-10-23 | Add more specific RPC error codes | Michał Sałaban | 3 | -96/+100 |
2017-10-22 | wallet2: fix tx size estimator for large number of inputs | moneromooo-monero | 1 | -1/+1 |
2017-10-22 | Wallet API: default values for account and subaddr index | Jaquee | 3 | -14/+13 |
2017-10-21 | Link against libpgm/libnorm if found, optional libzmq ldependencies | moneromooo-monero | 1 | -0/+8 |
2017-10-20 | cmake: add dep of version lib on version.cpp | redfish | 4 | -15/+17 |
2017-10-20 | .gitignore: do not ignore cmake source files | redfish | 1 | -1/+0 |
2017-10-20 | net_helper: fix massive slowdown after SSL support | moneromooo-monero | 1 | -5/+5 |
2017-10-19 | Problem: Copyright notice is very confusing | Gareth | 1 | -2/+2 |
2017-10-17 | cmake: epee: use var from FindOpenSSL.cmake | redfish | 1 | -2/+1 |
2017-10-17 | epee: use boost type for SSL error code | redfish | 2 | -1/+14 |
2017-10-17 | core_tests: fix for subaddress patch | kenshi84 | 9 | -16/+17 |
2017-10-16 | Wallet: Descriptions through new commands 'set_description', 'get_description' | rbrunner7 | 7 | -1/+163 |
2017-10-16 | Distinguish "not enough money" and "not enough unlocked money" | binaryFate | 5 | -14/+96 |
2017-10-16 | unit_tests: fix build on windows | moneromooo-monero | 1 | -1/+1 |
2017-10-16 | performance_tests: add master spend pubkey to subaddress hashtable | kenshi84 | 1 | -0/+1 |
2017-10-16 | subaddress: change prefix so that it starts with 8 | kenshi84 | 1 | -1/+1 |
2017-10-15 | blockchain_utilities: Add monero-blockchain-{ex,im}port binaries todev/beber/install | Bertrand Jacquin | 1 | -0/+2 |
2017-10-15 | Merge pull request #2601 | Riccardo Spagni | 3 | -4/+4 |
2017-10-15 | Fix compiler warnings with Clang 6.0.0. | Vasil Dimov | 3 | -4/+4 |
2017-10-15 | Merge pull request #2658 | Riccardo Spagni | 1 | -1/+4 |
2017-10-15 | performance_tests: fix build after subaddress patch | moneromooo-monero | 1 | -1/+4 |
2017-10-15 | Merge pull request #2657 | Riccardo Spagni | 1 | -0/+2 |
2017-10-15 | epee: link against ssl/crypto for the new SSL code | moneromooo-monero | 1 | -0/+2 |
2017-10-15 | Merge pull request #2656 | Riccardo Spagni | 2 | -4/+9 |
2017-10-15 | fix lightwallet and subaddresses conflict | Jaquee | 1 | -1/+6 |
2017-10-15 | remove reference to cryptonote::null_hash | Jaquee | 1 | -3/+3 |
2017-10-15 | Merge pull request #2640 | Riccardo Spagni | 2 | -3/+13 |
2017-10-15 | Merge pull request #2638 | Riccardo Spagni | 1 | -1/+9 |
2017-10-15 | Merge pull request #2613 | Riccardo Spagni | 3 | -9/+13 |
2017-10-15 | Merge pull request #2610 | Riccardo Spagni | 2 | -7/+5 |
2017-10-15 | Merge pull request #2608 | Riccardo Spagni | 2 | -10/+23 |
2017-10-15 | Merge pull request #2606 | Riccardo Spagni | 2 | -1/+21 |
2017-10-15 | Merge pull request #2604 | Riccardo Spagni | 1 | -3/+10 |
2017-10-15 | Merge pull request #2602 | Riccardo Spagni | 4 | -13/+13 |
2017-10-15 | Merge pull request #2600 | Riccardo Spagni | 1 | -1/+4 |
2017-10-15 | Merge pull request #2599 | Riccardo Spagni | 3 | -11/+26 |
2017-10-15 | Merge pull request #2597 | Riccardo Spagni | 1 | -2/+1 |
2017-10-15 | Merge pull request #2596 | Riccardo Spagni | 1 | -8/+0 |
2017-10-15 | Merge pull request #2592 | Riccardo Spagni | 2 | -2/+1 |
2017-10-15 | Merge pull request #2589 | Riccardo Spagni | 5 | -11/+17 |
2017-10-15 | Merge pull request #2587 | Riccardo Spagni | 1 | -15/+7 |
2017-10-15 | Merge pull request #2586 | Riccardo Spagni | 2 | -32/+46 |
2017-10-15 | Merge pull request #2583 | Riccardo Spagni | 2 | -3/+7 |
2017-10-15 | Merge pull request #2582 | Riccardo Spagni | 2 | -0/+46 |
2017-10-15 | Merge pull request #2578 | Riccardo Spagni | 1 | -0/+2 |
2017-10-15 | Merge pull request #2573 | Riccardo Spagni | 1 | -6/+13 |
2017-10-15 | Merge pull request #2571 | Riccardo Spagni | 1 | -2/+1 |
2017-10-15 | Merge pull request #2570 | Riccardo Spagni | 1 | -2/+2 |
2017-10-15 | Merge pull request #2569 | Riccardo Spagni | 1 | -2/+0 |
2017-10-15 | Merge pull request #2568 | Riccardo Spagni | 8 | -6/+23 |
2017-10-15 | Merge pull request #2567 | Riccardo Spagni | 1 | -3/+0 |
2017-10-15 | Merge pull request #2565 | Riccardo Spagni | 2 | -2/+2 |
2017-10-15 | Merge pull request #2556 | Riccardo Spagni | 1 | -0/+4 |
2017-10-15 | Merge pull request #2109 | Riccardo Spagni | 15 | -123/+1374 |
2017-10-15 | wallet2+API: use separate callbacks for lightwallets | Jaquee | 3 | -7/+43 |
2017-10-15 | walletAPI: correct confirmations in txHistory for unsynced wallets | Jaquee | 1 | -2/+2 |
2017-10-15 | walletAPI: lightwallet exceptions | Jaquee | 1 | -2/+12 |
2017-10-15 | walletAPI: add lightwallet login() and importWalletRequest() | Jaquee | 3 | -0/+40 |
2017-10-15 | walletAPI: init() lightwallet and SSL support | Jaquee | 3 | -7/+12 |
2017-10-15 | walletAPI: add tx unlock_time | Jaquee | 1 | -4/+0 |
2017-10-15 | wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2 | Jaquee | 1 | -1/+1 |
2017-10-15 | wallet2: create_transactions_2 lightwallet support | Jaquee | 1 | -0/+7 |
2017-10-15 | wallet2: get_outs lightwallet support | Jaquee | 2 | -10/+129 |
2017-10-15 | wallet2: commit_tx() lightwallet support | Jaquee | 1 | -17/+34 |
2017-10-15 | wallet2: refactor is_tx_spendtime_unlocked() | Jaquee | 2 | -3/+9 |
2017-10-15 | wallet2: add lightwallet exceptions to common functions | Jaquee | 1 | -0/+15 |
2017-10-15 | wallet2: refresh() lightwallet support | Jaquee | 1 | -0/+34 |
2017-10-15 | my/openmonero API functions | Jaquee | 2 | -0/+475 |
2017-10-15 | wallet2: add remove_obsolete_pool_txs() | Jaquee | 2 | -22/+31 |
2017-10-15 | wallet2: add on_pool_tx_removed callback | Jaquee | 1 | -0/+1 |
2017-10-15 | wallet2: light wallet member variables | Jaquee | 1 | -1/+15 |
2017-10-15 | Merge pull request #2555 | Riccardo Spagni | 4 | -7/+56 |
2017-10-15 | Merge pull request #2554 | Riccardo Spagni | 3 | -25/+129 |
2017-10-15 | wallet2: add ssl option to init() | Jaquee | 2 | -3/+6 |
2017-10-15 | add string_tools::validate_hex() | Jaquee | 1 | -0/+6 |
2017-10-15 | refactor cryptonote_basic::add_tx_pub_key_to_extra | Jaquee | 2 | -3/+15 |
2017-10-15 | Merge pull request #2552 | Riccardo Spagni | 3 | -9/+28 |
2017-10-15 | Merge pull request #2550 | Riccardo Spagni | 1 | -3/+3 |
2017-10-15 | Merge pull request #2549 | Riccardo Spagni | 1 | -1/+2 |
2017-10-15 | lightwallet rpc server commands | Jaquee | 1 | -1/+353 |
2017-10-15 | Merge pull request #2538 | Riccardo Spagni | 1 | -1/+1 |
2017-10-15 | Merge pull request #2507 | Riccardo Spagni | 1 | -0/+125 |
2017-10-15 | Serializer: string to integer conversion for MyMonero compatibility | Jaquee | 1 | -0/+27 |
2017-10-15 | epee http_client SSL support | Jaquee | 4 | -47/+112 |
2017-10-15 | Merge pull request #2528 | Riccardo Spagni | 4 | -3/+1706 |
2017-10-15 | CMakeLists.txt - Add openssl include dir | Jaquee | 1 | -0/+2 |
2017-10-15 | Merge pull request #2469 | Riccardo Spagni | 12 | -12/+182 |
2017-10-15 | Merge pull request #2056 | Riccardo Spagni | 66 | -864/+3220 |
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 8 | -6/+23 |
2017-10-12 | db_lmdb: include chain height when failing to find an output key | moneromooo-monero | 1 | -1/+1 |
2017-10-12 | blockchain: avoid exceptions in output verification | moneromooo-monero | 1 | -2/+12 |
2017-10-11 | core: guard against a mined block not finding all txes in the pool | moneromooo-monero | 1 | -1/+9 |
2017-10-10 | dns_utils: allow an optional DNS server IP in DNS_PUBLIC | moneromooo-monero | 4 | -7/+56 |
2017-10-09 | Fix an object lifetime bug in net load tests | moneromooo-monero | 10 | -16/+45 |
2017-10-08 | cmake: build tests last | redfish | 3 | -9/+13 |
2017-10-08 | unit_tests: fix compiling on Windows | iDunk5400 | 2 | -7/+5 |
2017-10-08 | Fix #2559: more flexible print_tx daemon command | binaryFate | 4 | -22/+43 |
2017-10-08 | unit_tests: data dir is now overridden with --data-dir | moneromooo-monero | 2 | -10/+23 |
2017-10-08 | simplewallet: add get/set for refresh-from-height | moneromooo-monero | 2 | -1/+21 |
2017-10-07 | protocol: kick idle peers by dropping them | moneromooo-monero | 1 | -3/+10 |
2017-10-07 | frob level 1 logs a bit for consistency | moneromooo-monero | 4 | -13/+13 |
2017-10-07 | Remove network_address_base which has been merged with ipv4_network_address i... | Michał Sałaban | 1 | -1/+0 |
2017-10-07 | cmake: print which stack trace lib is used | redfish | 1 | -1/+4 |
2017-10-07 | daemon: use @N syntax to output_histogram for specific amounts | moneromooo-monero | 3 | -11/+26 |
2017-10-07 | miner: always update block template when starting | moneromooo-monero | 1 | -2/+1 |
2017-10-07 | wallet2: fix refresh height calc for new wallets | moneromooo-monero | 1 | -8/+0 |
2017-10-07 | Subaddresses | kenshi84 | 66 | -864/+3220 |
2017-10-07 | wallet-cli: add --do-not-relay option | stoffu | 2 | -32/+46 |
2017-10-07 | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr | stoffu | 3 | -25/+129 |
2017-10-07 | Don't try to create wallet-dir when it's not given, don't crash if wallet-dir... | Michał Sałaban | 1 | -1/+1 |
2017-10-06 | Merge pull request #2548 | Riccardo Spagni | 1 | -0/+1 |
2017-10-06 | Merge pull request #2542 | Riccardo Spagni | 1 | -1/+1 |
2017-10-06 | Merge pull request #2541 | Riccardo Spagni | 2 | -1/+3 |
2017-10-06 | Merge pull request #2540 | Riccardo Spagni | 1 | -1/+1 |
2017-10-06 | Merge pull request #2539 | Riccardo Spagni | 1 | -1/+10 |
2017-10-06 | Merge pull request #2537 | Riccardo Spagni | 1 | -2/+2 |
2017-10-06 | Merge pull request #2534 | Riccardo Spagni | 2 | -37/+4 |
2017-10-06 | Merge pull request #2530 | Riccardo Spagni | 3 | -5/+5 |
2017-10-06 | Merge pull request #2529 | Riccardo Spagni | 2 | -11/+6 |
2017-10-06 | Merge pull request #2524 | Riccardo Spagni | 1 | -5/+5 |
2017-10-06 | Merge pull request #2523 | Riccardo Spagni | 5 | -10/+33 |
2017-10-06 | Merge pull request #2468 | Riccardo Spagni | 4 | -2/+32 |
2017-10-06 | Merge pull request #2345 | Riccardo Spagni | 11 | -91/+445 |
2017-10-06 | add a command_line function to check for defaulted options | moneromooo-monero | 5 | -11/+17 |
2017-10-06 | Fix building with -DARCH=default -DNO_AES=ON | moneromooo-monero | 2 | -3/+7 |
2017-10-06 | rpc: out_peers now works again | moneromooo-monero | 1 | -15/+7 |
2017-10-05 | tests: add sha256sum unit test | moneromooo-monero | 2 | -0/+46 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 11 | -91/+445 |
2017-10-04 | Add needed dependencies | Emilien Devos | 1 | -0/+2 |
2017-10-03 | daemon: catch out of range exceptions too when calling stoll/stoi | moneromooo-monero | 1 | -6/+13 |
2017-10-03 | block_queue: use boost::uuids::nil_uuid where appropriate | moneromooo-monero | 1 | -2/+1 |
2017-10-03 | wallet2: fix backlog being off by 1 | moneromooo-monero | 1 | -2/+2 |
2017-10-03 | simplewallet: fix setting default-ring-size to 0 | moneromooo-monero | 1 | -2/+0 |
2017-10-03 | blockchain_import: remove a few commented out obsolete lines | moneromooo-monero | 1 | -3/+0 |
2017-10-03 | tests: fix hashchain unit tests | moneromooo-monero | 2 | -2/+2 |
2017-10-03 | wallet2: error check for generate_key_image_helper, removed redundant wallet_... | stoffu | 2 | -11/+6 |
2017-10-03 | construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ... | stoffu | 3 | -5/+5 |
2017-10-02 | Merge pull request #2518 | Riccardo Spagni | 2 | -2/+2 |
2017-10-02 | Merge pull request #2515 | Riccardo Spagni | 1 | -0/+3 |
2017-10-02 | Merge pull request #2513 | Riccardo Spagni | 2 | -3/+6 |
2017-10-02 | Merge pull request #2512 | Riccardo Spagni | 10 | -11/+78 |
2017-10-02 | Merge pull request #2506 | Riccardo Spagni | 1 | -0/+1 |
2017-10-02 | simplewallet: allow to set threshold before warning about tx backlog | selsta | 4 | -2/+32 |
2017-10-02 | Merge pull request #2504 | Riccardo Spagni | 1 | -6/+15 |
2017-10-02 | Merge pull request #2503 | Riccardo Spagni | 1 | -174/+185 |
2017-10-02 | Merge pull request #2502 | Riccardo Spagni | 1 | -17/+39 |
2017-10-02 | Merge pull request #2495 | Riccardo Spagni | 2 | -6/+47 |
2017-10-02 | Merge pull request #2491 | Riccardo Spagni | 1 | -7/+20 |
2017-10-02 | Merge pull request #2475 | Riccardo Spagni | 1 | -2/+8 |
2017-10-02 | Merge pull request #2470 | Riccardo Spagni | 6 | -52/+218 |
2017-10-02 | Merge pull request #2467 | Riccardo Spagni | 1 | -0/+3 |
2017-10-02 | Merge pull request #2561 | Riccardo Spagni | 2 | -2/+30 |
2017-10-02 | wallet2: fix hash chain trimming when the inner chain becomes empty | moneromooo-monero | 2 | -2/+30 |
2017-10-01 | Edited test readme for accuracy and depth | Cole Lightfighter | 1 | -122/+61 |
2017-10-01 | README: Add package installation instructions for Void Linux | Helmut Pozimski | 1 | -0/+4 |
2017-09-29 | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 3 | -9/+28 |
2017-09-29 | simplewallet: allow 1/yes/y as well as true for start_mining options | moneromooo-monero | 1 | -3/+3 |
2017-09-29 | simplewallet: fix --restore-from-height being ignored | moneromooo-monero | 1 | -1/+2 |
2017-09-29 | rpc: fix getting txpool transactions | moneromooo-monero | 1 | -0/+1 |