aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | p2p: do not try to connect to peers in offline modemoneromooo-monero2018-02-011-0/+2
| |/ / / / /
* | | | | | Merge pull request #3217Riccardo Spagni2018-02-161-2/+0
|\ \ \ \ \ \
| * | | | | | wipeable_string: call memwipe directlymoneromooo-monero2018-01-311-2/+0
| |/ / / / /
* | | | | | Merge pull request #3214Riccardo Spagni2018-02-163-1/+3
|\ \ \ \ \ \
| * | | | | | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrownstoffu2018-02-083-1/+3
| |/ / / / /
* | | | | | Merge pull request #3210Riccardo Spagni2018-02-161-1/+8
|\ \ \ \ \ \
| * | | | | | txpool: Properly bail out when outputs_amount == inputs_amountLeon Klingele2018-02-011-1/+8
| |/ / / / /
* | | | | | Merge pull request #3207Riccardo Spagni2018-02-163-8/+17
|\ \ \ \ \ \
| * | | | | | wallet-rpc: take subaddress account as arg for get_transfer_by_txidstoffu2018-01-312-4/+13
| * | | | | | wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDSstoffu2018-01-312-4/+4
| |/ / / / /
* | | | | | Merge pull request #3205Riccardo Spagni2018-02-164-6/+115
|\ \ \ \ \ \
| * | | | | | tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero2018-02-074-5/+114
| * | | | | | txpool: increase unmined tx expiry to three daysmoneromooo-monero2018-02-011-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3197Riccardo Spagni2018-02-162-0/+12
|\ \ \ \ \ \
| * | | | | | Return appropriate error code when there's no connection to daemonMichał Sałaban2018-01-292-0/+6
| * | | | | | Return appropriate error code when not enough money for txMichał Sałaban2018-01-282-0/+6
| |/ / / / /
* | | | | | Merge pull request #3187Riccardo Spagni2018-02-163-7/+33
|\ \ \ \ \ \
| * | | | | | call _exit instead of abort in release modemoneromooo-monero2018-02-013-7/+33
* | | | | | | Merge pull request #3181Riccardo Spagni2018-02-164-6/+6
|\ \ \ \ \ \ \
| * | | | | | | daemon: don't drop RPC with busy error when running offlinemoneromooo-monero2018-01-254-6/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3180Riccardo Spagni2018-02-164-5/+24
|\ \ \ \ \ \ \
| * | | | | | | Fixed #if instead of #ifdefMatt Little2018-01-271-3/+3
| * | | | | | | Support building cncrypto lib with msvcMatt Little2018-01-254-5/+24
| |/ / / / / /
* | | | | | | Merge pull request #3175Riccardo Spagni2018-02-163-1/+9
|\ \ \ \ \ \ \
| * | | | | | | wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero.Maximilian Lupke2018-01-243-1/+9
| |/ / / / / /
* | | | | | | Merge pull request #3171Riccardo Spagni2018-02-162-10/+14
|\ \ \ \ \ \ \
| * | | | | | | cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pubstoffu2018-01-292-10/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3165Riccardo Spagni2018-02-164-5/+370
|\ \ \ \ \ \ \
| * | | | | | | Bootstrap daemonstoffu2018-01-304-5/+370
| |/ / / / / /
* | | | | | | Merge pull request #3163Riccardo Spagni2018-02-1613-32/+185
|\ \ \ \ \ \ \
| * | | | | | | Fix in_peers/out_peers RPC operationsErik de Castro Lopo2018-01-291-2/+2
| * | | | | | | rpc_client: Fix error handlingErik de Castro Lopo2018-01-291-8/+8
| * | | | | | | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-2912-7/+160
| * | | | | | | Rename delete_connections to delete_out_connectionsErik de Castro Lopo2018-01-293-3/+3
| * | | | | | | Rename connections_count to max_out_connection_countErik de Castro Lopo2018-01-293-13/+13
| |/ / / / / /
* | | | | | | Merge pull request #3161Riccardo Spagni2018-02-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | daemon: exit with 0 when successfulmoneromooo-monero2018-01-201-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3094Riccardo Spagni2018-02-167-33/+33
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixed typos and wording tweaksMaxithi2018-01-297-33/+33
* | | | | | | Merge pull request #3138Riccardo Spagni2018-02-142-13/+12
|\ \ \ \ \ \ \
| * | | | | | | wallets: reorg 61 more days on testnetmoneromooo-monero2018-01-311-2/+3
| * | | | | | | blockchain: move bulletproofs to v8moneromooo-monero2018-01-312-11/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2959Riccardo Spagni2018-02-141-56/+47
|\ \ \ \ \ \ \
| * | | | | | | bulletproofs: more robust challenge computationmoneromooo-monero2018-01-311-56/+47
| |/ / / / / /
* / / / / / / ringct: pseudoOuts moved to prunable in the simple bulletproof casemoneromooo-monero2018-01-313-14/+72
|/ / / / / /
* | | | | | Merge pull request #3186Riccardo Spagni2018-01-281-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cryptonote_protocol: fix std::move usage on different typesmoneromooo-monero2018-01-261-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #3188Riccardo Spagni2018-01-271-0/+1
|\ \ \ \ \
| * | | | | Bugfix : Missing i18n import in simplewalletNeozaru2018-01-261-0/+1
| |/ / / /
* | | | | wallet: automatically use low priority if safe (no backlog & recent blocks no...stoffu2018-01-287-18/+136