aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-16wallet: return fee in transfer RPCmoneromooo-monero2-0/+12
2016-11-13wallet: fix serialization of new m_key_image_known membermoneromooo-monero1-2/+16
2016-11-13Merge pull request #1334Riccardo Spagni1-1/+2
2016-11-13Merge pull request #1331Riccardo Spagni1-29/+31
2016-11-12Fixed generate-from-json bug introduced in 358e068Lee Clagett1-1/+2
2016-11-12Don't build monero-wallet-rpc when building the GUIiDunk54001-29/+31
2016-11-12Merge pull request #1330Riccardo Spagni1-0/+1
2016-11-12Merge pull request #1329Riccardo Spagni1-1/+1
2016-11-12Merge pull request #1327Riccardo Spagni1-1/+1
2016-11-12Merge pull request #1325Riccardo Spagni2-0/+6
2016-11-12Merge pull request #1322Riccardo Spagni1-7/+6
2016-11-12wallet: add version dependency to the wallet targetmoneromooo-monero1-0/+1
2016-11-12levin: fix wrong value passed as return code to remote callmoneromooo-monero1-1/+1
2016-11-11added cmd to compile gtestGingeropolous1-1/+1
2016-11-12Always compile Position Independent Code on 64-bit ARMv8 systemsNanoAkron1-7/+6
2016-11-11tests: fix tests builds after fluffy blocks mergemoneromooo-monero2-0/+6
2016-11-11Merge pull request #1316Riccardo Spagni13-1062/+2299
2016-11-11Merge pull request #1321Riccardo Spagni1-1/+1
2016-11-11Merge pull request #1319Riccardo Spagni1-3/+5
2016-11-11Merge pull request #1315Riccardo Spagni2-2/+13
2016-11-11Merge pull request #1314Riccardo Spagni1-6/+9
2016-11-11Merge pull request #1313Riccardo Spagni3-11/+33
2016-11-11Merge pull request #1263Riccardo Spagni11-11/+492
2016-11-10rpc: bump RPC versionmoneromooo-monero1-1/+1
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett13-1062/+2299
2016-11-10tests: fix fee unit tests on 32 bitmoneromooo-monero1-3/+5
2016-11-09wallet2_api: support for sweeping allmoneromooo-monero3-11/+33
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj11-11/+492
2016-11-09Wallet API: use stored refresh height when rebuilding cacheJacob Brydolf2-2/+13
2016-11-09wallet: fix corner case of no recent outputs availablemoneromooo-monero1-6/+9
2016-11-09Merge pull request #1312Riccardo Spagni1-1/+1
2016-11-09Merge pull request #1311Riccardo Spagni1-0/+1
2016-11-09Merge pull request #1310Riccardo Spagni3-0/+101
2016-11-09Merge pull request #1309Riccardo Spagni3-0/+35
2016-11-09Merge pull request #1307Riccardo Spagni3-2/+13
2016-11-09Merge pull request #1305Riccardo Spagni3-21/+47
2016-11-09thread_group: fix build with asserts enabledmoneromooo-monero1-1/+1
2016-11-09cryptonote_protocol: drop connection when find_blockchain_supplement failsmoneromooo-monero1-0/+1
2016-11-08wallet2_api: API to sign and verify a messagemoneromooo-monero3-0/+35
2016-11-09wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev3-2/+13
2016-11-08Merge pull request #1308Riccardo Spagni1-0/+6
2016-11-08Merge pull request #1306Riccardo Spagni3-14/+104
2016-11-08Merge pull request #1302Riccardo Spagni3-5/+17
2016-11-08Merge pull request #1301Riccardo Spagni3-0/+22
2016-11-08Wallet API: added getTxKey()Jacob Brydolf3-0/+22
2016-11-08Merge pull request #1300Riccardo Spagni1-1/+1
2016-11-08Merge pull request #1298Riccardo Spagni5-0/+46
2016-11-08Merge pull request #1297Riccardo Spagni3-0/+167
2016-11-08Merge pull request #1296Riccardo Spagni1-2/+0
2016-11-08Merge pull request #1291Riccardo Spagni4-100/+351
2016-11-08Merge pull request #1287Riccardo Spagni1-0/+5
2016-11-08Merge pull request #1285Riccardo Spagni4-17/+22
2016-11-08Merge pull request #1284Riccardo Spagni2-124/+24
2016-11-08Merge pull request #1276Riccardo Spagni11-9/+324
2016-11-08wallet2_api: add API for create_unmixable_sweep_transactionsmoneromooo-monero3-0/+101
2016-11-08Wallet API: Pause refresh while creating transactionJacob Brydolf1-0/+6
2016-11-07wallet: encrypt outputs and key images files with the view keymoneromooo-monero3-14/+104
2016-11-07wallet: fix output collision detection for view walletsmoneromooo-monero3-21/+47
2016-11-07wallet2_api: allow connection to return "yes, but wrong version"moneromooo-monero3-5/+17
2016-11-06README: update coverity project numberanonimal1-1/+1
2016-11-06README: update armv8 link, add more coverage typesanonimal1-3/+7
2016-11-06wallet2_api: do not copy the whole pending tx when iteratingmoneromooo-monero1-1/+1
2016-11-05wallet2_api: add API for tx notesmoneromooo-monero5-0/+46
2016-11-05wallet_api: txkey checking functions for the GUImoneromooo.monero3-0/+167
2016-11-05Merge pull request #1295Riccardo Spagni4-5/+39
2016-11-05README: update build matrix (distro and ordering)anonimal1-3/+3
2016-11-04performance_tests: re-enable them...moneromooo-monero1-2/+0
2016-11-02adding thread_group for managing async tasksLee Clagett4-100/+351
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero4-5/+39
2016-11-01Merge pull request #1272Riccardo Spagni4-5/+19
2016-11-01refresh speedupluigi11114-17/+22
2016-11-01Merge pull request #1278Riccardo Spagni1-1/+7
2016-11-01Merge pull request #1283Riccardo Spagni2-2/+6
2016-11-01Merge pull request #1282Riccardo Spagni3-1/+213
2016-11-01Merge pull request #1281Riccardo Spagni4-1/+154
2016-11-01Merge pull request #1277Riccardo Spagni4-11/+44
2016-11-01Merge pull request #1275Riccardo Spagni1-0/+2
2016-11-01Merge pull request #1273Riccardo Spagni1-2/+2
2016-11-01Merge pull request #1260Riccardo Spagni1-0/+64
2016-11-01CONTRIBUTING: add something about testing and bug reportingmoneromooo-monero1-0/+5
2016-10-31README: add Freenode custom webchat linkanonimal1-1/+1
2016-10-31README: add build matrix like that in Kovrianonimal1-2/+19
2016-10-31README/Repo: remove Travis CIanonimal2-121/+0
2016-10-31adding static_assert to pod functions in string toolsLee Clagett2-2/+6
2016-10-31wallet: use the dynamic per kB feemoneromooo-monero2-4/+42
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero5-0/+76
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero6-5/+206
2016-10-30core: fix removal of extra nonce using wrong typemoneromooo-monero1-1/+1
2016-10-30Revert "remove cn_deserialize"moneromooo-monero2-0/+212
2016-10-30wallet: new import_outputs/export_outputs commandsmoneromooo-monero4-1/+154
2016-10-30Wallet API: added walletExists logicJacob Brydolf1-1/+7
2016-10-30wallet: set incoming outputs' key image to 0 on view walletsmoneromooo-monero2-4/+19
2016-10-30wallet: print tx overview on submit_transfer toomoneromooo-monero4-7/+25
2016-10-30simplewallet: remove destinations with zero amount in sign_transfermoneromooo-monero1-0/+2
2016-10-29Changed to ..._HASHBITS everywhere for consistencyNanoAkron1-2/+2
2016-10-29monero.supp: valgrind suppressions filemoneromooo-monero1-0/+10
2016-10-29ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero3-2/+6
2016-10-29ringct: always shutdown the boost io servicemoneromooo-monero1-3/+3
2016-10-29Merge pull request #1270Riccardo Spagni1-2/+5
2016-10-29Merge pull request #1269Riccardo Spagni1-1/+49
2016-10-29Merge pull request #1268Riccardo Spagni2-5/+5
2016-10-29Merge pull request #1267Riccardo Spagni1-1/+1
2016-10-29Merge pull request #1264Riccardo Spagni1-0/+2
2016-10-29Merge pull request #1262Riccardo Spagni3-0/+56
2016-10-29Merge pull request #1261Riccardo Spagni3-25/+38
2016-10-29Merge pull request #1254Riccardo Spagni1-4/+4
2016-10-29Merge pull request #1251Riccardo Spagni2-58/+25
2016-10-29Merge pull request #1249Riccardo Spagni1-0/+30
2016-10-28Wallet API: make sure path exists before searching for walletsJacob Brydolf1-2/+5
2016-10-28Add instructions to README.md for building on the Raspberry Pi 2NanoAkron1-1/+49
2016-10-27Changed ARM6/7/8 to ARMv6/7/8 to be nice to peroneroNanoAkron2-5/+5
2016-10-27Unkonown -> unknownNanoAkron1-1/+1
2016-10-27Report Boost library version during compilationNanoAkron1-0/+2
2016-10-26tests: add performance test for keypair::generatemoneromooo-monero3-0/+56
2016-10-26simplewallet: log transactions to submit in submit_transfermoneromooo-monero2-2/+3
2016-10-25wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero3-23/+35
2016-10-25utils: add anonimal's GPG keyanonimal1-0/+64
2016-10-23daemon: fix min/max tracking using the wrong sizemoneromooo-monero1-4/+4
2016-10-23Merge pull request #1253Riccardo Spagni1-1/+1
2016-10-23daemon: even when switching branches, compile the damn thing ffsmoneromooo-monero1-1/+1
2016-10-23Merge pull request #1252Riccardo Spagni1-2/+2
2016-10-23daemon: do not divide by 0 when the pool is emptymoneromooo-monero1-2/+2
2016-10-23Merge pull request #1245Riccardo Spagni1-256/+43
2016-10-23Merge pull request #1250Riccardo Spagni6-0/+73
2016-10-23simplewallet: factor locked_transfer, and fix a few rough edgesmoneromooo-monero1-256/+43
2016-10-23Merge pull request #1247Riccardo Spagni8-0/+35
2016-10-23Merge pull request #1246Riccardo Spagni1-0/+7
2016-10-23Merge pull request #1239Riccardo Spagni1-1/+1
2016-10-23Merge pull request #1232Riccardo Spagni2-0/+35
2016-10-23Merge pull request #1230Riccardo Spagni2-0/+22
2016-10-23daemon: add a print_pool_stats daemon commandmoneromooo-monero6-0/+73
2016-10-23ringct: some more small optimizationsmoneromooo-monero2-58/+25
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero3-0/+8
2016-10-23core: notify the txpool when transactions are relayedmoneromooo-monero5-0/+24
2016-10-22Added guzzi keyguzzi_jones1-0/+30
2016-10-22Merge pull request #1229Riccardo Spagni1-2/+7
2016-10-22Merge pull request #1228Riccardo Spagni1-1/+1
2016-10-22Merge pull request #1225Riccardo Spagni2-8/+7
2016-10-22Merge pull request #1224Riccardo Spagni3-11/+12
2016-10-22Merge pull request #1223Riccardo Spagni1-5/+7
2016-10-22Merge pull request #1222Riccardo Spagni2-0/+4
2016-10-22Merge pull request #1221Riccardo Spagni1-1/+8
2016-10-22Merge pull request #1220Riccardo Spagni4-9/+87
2016-10-22Merge pull request #1219Riccardo Spagni2-2/+2
2016-10-22Merge pull request #1218Riccardo Spagni4-44/+135
2016-10-22Merge pull request #1216Riccardo Spagni1-1/+1
2016-10-22Merge pull request #1200Riccardo Spagni2-54/+67
2016-10-22tx_pool: set relayed flag on relaymoneromooo-monero1-0/+3
2016-10-22wallet: sanity check on selected transfer indices in signed ptxmoneromooo-monero1-0/+7
2016-10-20perf_timer: format string fix for 32 bitsmoneromooo-monero1-1/+1
2016-10-20Merge pull request #1237Riccardo Spagni1-1/+1
2016-10-19unit_tests: fix build after get_output_histogram signature changemoneromooo-monero1-1/+1
2016-10-18Merge pull request #1215Riccardo Spagni2-2/+2
2016-10-18Merge pull request #1082Riccardo Spagni9-32/+92
2016-10-17CONTRIBUTING: somes notes about how to contributemoneromooo-monero2-0/+35
2016-10-16wallet_api: add address validation functionsmoneromooo-monero2-0/+22
2016-10-16wallet2_api: recognize full size payment ids as validmoneromooo-monero1-2/+7
2016-10-16wallet_api: do not override invalid payment idmoneromooo-monero1-1/+1
2016-10-15Rewrote add_wallet_create_if_needed for clearer flow and behaviourNanoAkron2-54/+67
2016-10-15Always confirm transfers defaults to ON/YESNanoAkron2-8/+7
2016-10-15simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero3-10/+11
2016-10-15wallet: force 0 mixin transactions to use pre-rct txesmoneromooo-monero1-1/+1
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero9-32/+92
2016-10-15wallet: speed up output selection, and fix bug with relatedness calculationmoneromooo-monero1-3/+5
2016-10-15wallet: fix mixup between mixin 2 and 4 before/after v5moneromooo-monero1-2/+2
2016-10-15rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero2-0/+4
2016-10-15rpc: add missing top block hash to json getinfo callmoneromooo-monero1-1/+8
2016-10-15wallet: improve error messages when not enough money for transfermoneromooo-monero4-9/+87
2016-10-15wallet_api: fix wrong amount in tx historymoneromooo-monero1-1/+1
2016-10-15simplewallet: fix wrong amount in show_transfersmoneromooo-monero1-1/+1
2016-10-15ringct: thread verRct and verRctSimplemoneromooo-monero1-17/+119
2016-10-15ringct: remove unneeded type conversionsmoneromooo-monero2-3/+3
2016-10-15ringct: reserve space in vectors to avoid excessive reallocationmoneromooo-monero1-0/+2
2016-10-15ringct: avoid unnecessary memcpymoneromooo-monero1-16/+3
2016-10-15ringct: add a few consts where possiblemoneromooo-monero1-4/+4
2016-10-15ringct: pass vectors by const ref where possiblemoneromooo-monero2-4/+4
2016-10-14patched parameter type bug that was causing failure on 32 bitDion Ahmetaj2-2/+2
2016-10-12Change default dust threshold to equal fee per kbAwfulCrawler1-1/+1
2016-10-11Merge pull request #1203Riccardo Spagni6-1/+154
2016-10-11Merge pull request #1204Riccardo Spagni11-1/+139
2016-10-11Merge pull request #1205Riccardo Spagni1-0/+14
2016-10-10Hard fork info in the ReadmeGingeropolous1-0/+14
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj5-10/+30
2016-10-10changed params from start/end index to height/countDion Ahmetaj10-27/+27
2016-10-10attempted to remove whitespace spamDion Ahmetaj10-108/+109
2016-10-10Add performance timers for ringct tx verificationmoneromooo-monero3-0/+12
2016-10-10perf_timer: new class and macros to make performance logs easiermoneromooo-monero3-1/+142
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj10-110/+227
2016-10-10Merge pull request #1201Riccardo Spagni3-0/+12
2016-10-10Wallet API: added setRecoveringFromSeed();Jacob Brydolf3-0/+12
2016-10-09Merge pull request #1195Riccardo Spagni6-25/+77
2016-10-09Merge pull request #1194Riccardo Spagni11-40/+143
2016-10-09Merge pull request #1192Riccardo Spagni5-3/+20
2016-10-09Merge pull request #1191Riccardo Spagni1-4/+7
2016-10-08ringct: use const refs as parameters where appropriatemoneromooo-monero3-5/+5
2016-10-08tests: add performance test for ge_frombytes_vartimemoneromooo-monero3-0/+73
2016-10-08core: remove some unused codemoneromooo-monero1-3/+0
2016-10-08tests: add performance tests for rct signaturesmoneromooo-monero6-36/+69
2016-10-08libwallet_api: Added option to restore from specific heightJacob Brydolf5-3/+20
2016-10-07Merge pull request #1182Riccardo Spagni1-0/+52