aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-08simplewallet: add a show_transfer <txid> commandmoneromooo-monero2-0/+124
2017-01-08wallet_rpc_server: new RPC call to get a transfer by txidmoneromooo-monero3-86/+208
2016-12-21add tx hash to time statsluigi11111-2/+5
2016-12-21core: fix recalculation of emission/feesmoneromooo-monero1-7/+4
2016-12-20Merge pull request #1479Riccardo Spagni1-1/+1
2016-12-20simplewallet: bump output file format versionmoneromooo-monero1-1/+1
2016-12-20common: add missing #include <system_error> for std::error_codemoneromooo-monero1-0/+1
2016-12-20Merge pull request #1474Riccardo Spagni1-1/+1
2016-12-20Merge pull request #1473Riccardo Spagni2-18/+0
2016-12-20Merge pull request #1472Riccardo Spagni7-368/+218
2016-12-20Merge pull request #1469Riccardo Spagni1-1/+1
2016-12-20Merge pull request #1468Riccardo Spagni3-0/+12
2016-12-20Merge pull request #1467Riccardo Spagni10-0/+147
2016-12-20Merge pull request #1466Riccardo Spagni1-1/+3
2016-12-20Merge pull request #1462Riccardo Spagni9-34/+97
2016-12-20support importing unportable outputskenshi841-3/+12
2016-12-20also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi847-19/+50
2016-12-20moved boost cpp into hpp since they're supposed to be header onlykenshi841-1/+0
2016-12-19Refactored password prompting for walletsLee Clagett7-368/+218
2016-12-19Lower connection timeout in check_connection()Jaquee1-1/+1
2016-12-19Removed unused functionsLee Clagett2-18/+0
2016-12-17simplewallet: add pending/pool/failed in the show_transfers helpmoneromooo-monero1-1/+1
2016-12-17wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero3-0/+12
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero10-0/+147
2016-12-16Enabled HTTP auth support for monero-wallet-rpcLee Clagett5-17/+205
2016-12-17simplewallet: add return type for donate functionanonimal1-0/+1
2016-12-17simplewallet: hardcode Monero's donation addressanonimal1-1/+2
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi845-15/+39
2016-12-15Merge pull request #1459Riccardo Spagni4-4/+6
2016-12-15Merge pull request #1455Riccardo Spagni5-9/+9
2016-12-15Merge pull request #1449Riccardo Spagni1-3/+3
2016-12-15Merge pull request #1452Riccardo Spagni3-22/+65
2016-12-15Merge pull request #1451Riccardo Spagni2-0/+41
2016-12-15Merge pull request #1444Riccardo Spagni2-1/+2
2016-12-15Wallet API: Do not refresh while daemon is syncingJaquee3-22/+65
2016-12-15Preliminary support for DragonFly BSDAntonio Huete Jimenez4-4/+6
2016-12-15wallet cli: donate commandKenshi Takayama2-0/+41
2016-12-14AddressBook: use unsigned type for row ID'sanonimal5-9/+9
2016-12-14fix MGs jsonmoneroexamples1-3/+3
2016-12-13Merge pull request #1445v0.10.1Riccardo Spagni1-1/+1
2016-12-13Merge pull request #1446Riccardo Spagni14-15/+43
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph14-15/+43
2016-12-13rename cn_deserializeRiccardo Spagni1-1/+1
2016-12-13Merge pull request #1437Riccardo Spagni3-1/+4
2016-12-13Merge pull request #1442Riccardo Spagni1-0/+3
2016-12-13Merge pull request #1441Riccardo Spagni3-15/+17
2016-12-13Merge pull request #1439Riccardo Spagni1-1/+1
2016-12-13Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2-1/+2
2016-12-13blockchain: fix reorganizations past a hard fork boundarymoneromooo-monero1-0/+3
2016-12-12monero-wallet-cli wording changes 'n' stuffluigi11113-15/+17
2016-12-12Improve language of 'node ahead by' messageNanoAkron1-1/+1
2016-12-12Tx verification failing is not an errorluigi11111-5/+5
2016-12-13bump versionRiccardo Spagni1-1/+1
2016-12-13update checkpointsRiccardo Spagni1-0/+0
2016-12-13update checkpointsRiccardo Spagni1-0/+3
2016-12-12addressbook updatesJaquee5-26/+41
2016-12-12Merge pull request #1424Riccardo Spagni1-2/+2
2016-12-12Merge pull request #1434Riccardo Spagni9-7/+307
2016-12-12Merge pull request #1431Riccardo Spagni1-2/+0
2016-12-12Merge pull request #1425Riccardo Spagni1-1/+1
2016-12-12GUI address bookJaquee9-7/+307
2016-12-11thread_group: fix build on older GCCmoneromooo-monero1-2/+0
2016-12-10wallet: bring forward use of the dynamic feemoneromooo-monero1-1/+1
2016-12-10Update cryptonote_protocol_handler.inlGingeropolous1-2/+2
2016-12-10mnemonics: fix misc STL containers leakmoneromooo-monero1-0/+6
2016-12-10oaes_lib: fix a leak on OOM error pathmoneromooo-monero1-0/+3
2016-12-10Merge pull request #1422Riccardo Spagni1-1/+1
2016-12-10Merge pull request #1419Riccardo Spagni4-13/+34
2016-12-10Merge pull request #1418Riccardo Spagni1-4/+4
2016-12-10wallet2: pass by const ref where possiblemoneromooo-monero1-1/+1
2016-12-09Fix sending outputs from a tx with more than one pubkeymoneromooo-monero4-13/+34
2016-12-08blockchain: fix setting non trovial alternate chain as invalidmoneromooo-monero1-4/+4
2016-12-08Merge pull request #1417Riccardo Spagni1-0/+43
2016-12-08Merge pull request #1415Riccardo Spagni1-3/+13
2016-12-08Merge pull request #1414Riccardo Spagni1-0/+19
2016-12-08Merge pull request #1413Riccardo Spagni7-121/+94
2016-12-08Merge pull request #1405Riccardo Spagni1-69/+43
2016-12-08simplewallet: restore automatically setting trusted local daemonmoneromooo-monero1-0/+43
2016-12-07ringct: add sc_check calls in MLSAG_Ver for ss and ccmoneromooo-monero1-0/+5
2016-12-07ringct: guard against bad data exceptions in worker threadsmoneromooo-monero1-0/+14
2016-12-07wallet: send 0 change to a random address where necessary with rctmoneromooo-monero1-3/+13
2016-12-06blockchain: bring the v4 fork height one block forwardluigi11111-3/+3
2016-12-05Added confirmation before binding wallet-rpc to external IPLee Clagett2-14/+30
2016-12-05Remove infinite loop in refresh codeJaquee1-69/+43
2016-12-04ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11111-16/+15
2016-12-04ringct: switch to Borromean signaturesShen Noether6-118/+92
2016-12-04Merge pull request #1399Riccardo Spagni1-2/+1
2016-12-04Merge pull request #1398Riccardo Spagni11-27/+27
2016-12-04Merge pull request #1397Riccardo Spagni6-4/+49
2016-12-04Merge pull request #1396Riccardo Spagni1-4/+6
2016-12-04Merge pull request #1395Riccardo Spagni1-1/+5
2016-12-04Merge pull request #1393Riccardo Spagni1-10/+13
2016-12-04Merge pull request #1392Riccardo Spagni1-1/+7
2016-12-04Merge pull request #1389Riccardo Spagni4-17/+43
2016-12-04Merge pull request #1385Riccardo Spagni6-0/+233
2016-12-04Merge pull request #1388Riccardo Spagni3-2/+88
2016-12-04Merge pull request #1386Riccardo Spagni1-0/+13
2016-12-04Merge pull request #1383Riccardo Spagni1-1/+1
2016-12-04Merge pull request #1380Riccardo Spagni5-0/+14
2016-12-04Merge pull request #1379Riccardo Spagni5-16/+30
2016-12-04wallet2: avoid possible undefined behavior on empty stringmoneromooo-monero1-2/+1
2016-12-04Fix a few minor typosPierre Boyer11-27/+27
2016-12-04Fix delayed exit when syncingmoneromooo-monero6-4/+49
2016-12-03net_node: drop connections from banned IPs after looping through connectionsmoneromooo-monero1-4/+6
2016-12-02ringct: fix MGs serialization to JSONmoneromooo-monero1-1/+5
2016-12-01p2p: possibly fix crash in relay_blocksmoneromooo-monero4-17/+43
2016-12-01blockchain: use high bound block reward on error where appropriatemoneromooo-monero1-1/+7
2016-12-01db_lmdb: add info in an error message when we can't get an outputmoneromooo-monero1-1/+1
2016-12-01db_lmdb: guard against going out of sync on unexpected db resultsmoneromooo-monero1-1/+1
2016-12-01db_lmdb: minor pedantic tweaksmoneromooo-monero1-8/+8
2016-12-01db_lmdb: set same packing format for output_data_t and pre_rct_output_data_tmoneromooo-monero1-0/+3
2016-11-29wallet_api: add a few daemon related gettersmoneromooo-monero3-2/+88
2016-11-28blockchain: reject invalid pubkeys from v4moneromooo-monero1-0/+13
2016-11-28wallet: add API and RPC to create/parse monero: URIsmoneromooo-monero6-0/+233
2016-11-27change 'invalid address format' loglevelJaquee1-1/+1
2016-11-26wallet: add a getter for the filename pathmoneromooo-monero5-0/+14
2016-11-26Improve daemon RPC version handlingmoneromooo-monero5-16/+30
2016-11-25Added command_line::is_yesLee Clagett3-18/+44
2016-11-24Merge pull request #1372Riccardo Spagni2-2/+2
2016-11-24Merge pull request #1369Riccardo Spagni3-54/+11
2016-11-24Merge pull request #1364Riccardo Spagni6-137/+439
2016-11-24Merge pull request #1361Riccardo Spagni8-21/+108
2016-11-24Merge pull request #1358Riccardo Spagni2-7/+52
2016-11-24Merge pull request #1357Riccardo Spagni1-1/+2
2016-11-24Merge pull request #1356Riccardo Spagni1-0/+11
2016-11-24Merge pull request #1352Riccardo Spagni1-1/+1
2016-11-24Merge pull request #1351Riccardo Spagni1-4/+5
2016-11-23Fix DNS failures in offline mode preventing daemon startupmoneromooo-monero2-2/+2
2016-11-23simplewallet: remove double confirmation when submitting signed txmoneromooo-monero1-51/+0
2016-11-23wallet2: fix wrong change being recorded for cold signed txesmoneromooo-monero2-3/+11
2016-11-23Added task_region - a fork/join task implementationLee Clagett6-137/+439
2016-11-23rpc: do not include output indices for pool txesmoneromooo-monero1-5/+8
2016-11-22rpc: bump version after RPC changesmoneromooo-monero1-1/+1
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero8-20/+94
2016-11-22rpc: add output indices to gettransactionsmoneromooo-monero2-0/+10
2016-11-19wallet: fix exporting outputs and key images with txes with two pubkeysmoneromooo-monero2-7/+52
2016-11-18wallet2_api: fix history leak on destructionmoneromooo-monero1-1/+2
2016-11-18wallet2_api: fix payment ids from integrated addresses being ignoredmoneromooo-monero1-0/+11
2016-11-18Clamp refresh from height to blockchain height.Dion Ahmetaj1-43/+69
2016-11-17wallet2: fix illegal memory access removing newlines from passwordmoneromooo-monero1-1/+1
2016-11-17wallet2: fix decrypting a bit too much in authenticated modemoneromooo-monero1-4/+5
2016-11-17Merge pull request #1346Riccardo Spagni2-0/+12
2016-11-17Merge pull request #1318Riccardo Spagni5-2/+43
2016-11-17Merge pull request #1344Riccardo Spagni6-26/+127
2016-11-17Merge pull request #1336Riccardo Spagni1-0/+10
2016-11-16wallet: return fee in transfer RPCmoneromooo-monero2-0/+12
2016-11-16wallet: auto sync outputs and key images in cold signing filesmoneromooo-monero4-10/+74
2016-11-16wallet2: fill key image and pubkey maps when importing outputsmoneromooo-monero1-0/+2
2016-11-16wallet: cast indices to string in logs to be nice to CLANGmoneromooo-monero1-4/+4
2016-11-16wallet2: try all tx keys when scanning a new transactionmoneromooo-monero2-4/+9
2016-11-15wallet2: fill in key image map when importing key imagesmoneromooo-monero1-0/+1
2016-11-15core: remove any tx pubkey from extra before adding onemoneromooo-monero1-0/+1
2016-11-13simplewallet: add a verbose flag to incoming_transfersmoneromooo-monero1-6/+18
2016-11-13simplewallet: spell out change when signing a transfermoneromooo-monero1-2/+16
2016-11-13simplewallet: print public keys too on spendkey/viewkey commandsmoneromooo-monero1-2/+4
2016-11-13wallet: fix serialization of new m_key_image_known membermoneromooo-monero1-2/+16
2016-11-13simplewallet: include amount sent in transfer confirmationmoneromooo-monero1-0/+10
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-12Fixed generate-from-json bug introduced in 358e068Lee Clagett1-1/+2
2016-11-13Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf5-2/+43
2016-11-12Don't build monero-wallet-rpc when building the GUIiDunk54001-29/+31
2016-11-12wallet: add version dependency to the wallet targetmoneromooo-monero1-0/+1
2016-11-11Merge pull request #1316Riccardo Spagni12-689/+876
2016-11-11Merge pull request #1321Riccardo Spagni1-1/+1
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 Clagett12-689/+876
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 #1291Riccardo Spagni4-100/+351
2016-11-08Merge pull request #1285Riccardo Spagni4-17/+22
2016-11-08Merge pull request #1276Riccardo Spagni9-9/+202
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