aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1564Riccardo Spagni2017-01-153-6/+67
|\ | | | | | | 1d317981 Wallet API: add key image import/export functions (Jaquee)
| * Wallet API: add key image import/export functionsJaquee2017-01-133-6/+67
| |
* | Merge pull request #1563Riccardo Spagni2017-01-152-21/+26
|\ \ | | | | | | | | | 36ba311c Prioritize older transactions in the mempool (Miguel Herranz)
| * | Prioritize older transactions in the mempoolMiguel Herranz2017-01-132-21/+26
| | | | | | | | | | | | | | | The transactions are first prioritized by fee and in case the fees are equal by receive_time.
* | | Merge pull request #1560Riccardo Spagni2017-01-153-1/+24
|\ \ \ | | | | | | | | | | | | 46550c0b Wallet API: add rescanSpent() (Jaquee)
| * | | Wallet API: add rescanSpent()Jaquee2017-01-133-1/+24
| | |/ | |/|
* | | Merge pull request #1552Riccardo Spagni2017-01-151-12/+42
|\ \ \ | | | | | | | | | | | | 4a017674 Wallet API: support integrated addresses in address book. (Jaquee)
| * | | Wallet API: support integrated addresses in address book.Jaquee2017-01-131-12/+42
| |/ /
* | | Merge pull request #1506Riccardo Spagni2017-01-158-32/+70
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3ff54bdd Check for correct thread before ending batch transaction (Howard Chu) eaf8470b Must wait for previous batch to finish before starting new one (Howard Chu) c903c554 Don't cache block height, always get from DB (Howard Chu) eb1fb601 Tweak default db-sync-mode to fast:async:1 (Howard Chu) 0693cff9 Use batch transactions when syncing (Howard Chu)
| * | | Check for correct thread before ending batch transactionHoward Chu2017-01-151-0/+7
| | | |
| * | | Must wait for previous batch to finish before starting new oneHoward Chu2017-01-141-1/+6
| | | |
| * | | Don't cache block height, always get from DBHoward Chu2017-01-142-14/+29
| | | |
| * | | Tweak default db-sync-mode to fast:async:1Howard Chu2017-01-141-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | fsync the DB asynchronously, to allow block download/verification to proceed while syncing. Sync after every batch. Note that "fastest" still defaults to fastest:async:1000.
| * | | Use batch transactions when syncingHoward Chu2017-01-147-14/+22
| | | | | | | | | | | | | | | | | | | | Faster throughput while avoiding corruption. I.e., makes running with --db-sync-mode safe more tolerable.
* | | | account: fix build error involving std::max and different typesmoneromooo-monero2017-01-131-2/+6
| |/ / |/| |
* | | Merge pull request #1562Riccardo Spagni2017-01-133-79/+99
|\ \ \ | | | | | | | | | | | | a081b39c Move key image export/import functions to wallet2 (Jaquee)
| * | | Move key image export/import functions to wallet2Jaquee2017-01-133-79/+99
| | |/ | |/|
* | | Merge pull request #1559Riccardo Spagni2017-01-139-6/+73
|\ \ \ | | | | | | | | | | | | db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee)
| * | | Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-129-6/+73
| | | |
* | | | Merge pull request #1558Riccardo Spagni2017-01-131-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | 7961878e initialize timestamp to 0 and check for mktime() error (Chris Vickio)
| * | | | initialize timestamp to 0 and check for mktime() errorChris Vickio2017-01-121-4/+4
| | |/ / | |/| |
* | | | Merge pull request #1555Riccardo Spagni2017-01-131-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | 758c0eb7 fix time stats mixin (luigi1111)
| * | | | fix time stats mixinluigi11112017-01-101-3/+6
| | |/ / | |/| | | | | | | | | | also add blobsize
* | | | Merge pull request #1545Riccardo Spagni2017-01-131-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 5ae00f0f add msg for donate (luigi1111)
| * | | | add msg for donateluigi11112017-01-081-0/+1
| |/ / / | | | | | | | | | | | | #1498
* | | | Merge pull request #1543Riccardo Spagni2017-01-135-1/+25
|\ \ \ \ | | | | | | | | | | | | | | | 19be7225 Add start_time to get_info methods and show uptime (Miguel Herranz)
| * | | | Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-125-2/+26
| | |/ / | |/| |
* | | | Merge pull request #1541Riccardo Spagni2017-01-1310-9/+525
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee) dbb838f4 GUI cold signing (Jaquee) afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee)
| * | | | Wallet api: Update trustedDaemon when daemon is changedJaquee2017-01-101-0/+6
| | | | |
| * | | | GUI cold signingJaquee2017-01-1010-9/+519
| | | | | | | | | | | | | | | | | | | | fix conflict
| * | | | Wallet API: functions for supporting/creating view only walletsJaquee2017-01-104-5/+88
| | |/ / | |/| |
* | | | Merge pull request #1540Riccardo Spagni2017-01-132-1/+43
|\ \ \ \ | | | | | | | | | | | | | | | 79b4e1f9 Cold signing: make sure short payment id isnt encrypted twice (Jaquee)
| * | | | Cold signing: make sure short payment id isnt encrypted twiceJaquee2017-01-082-1/+43
| | |_|/ | |/| |
* | | | Merge pull request #1538Riccardo Spagni2017-01-134-23/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aff28178 Remove db-auto-remove-logs (Miguel Herranz) 1229c685 Remove berkeley from db_type initialization (Miguel Herranz) e3090558 Show available types for db-type command (Miguel Herranz) 046ab33d Remove berkeley from blockchain_db_types (Miguel Herranz)
| * | | | Remove db-auto-remove-logsMiguel Herranz2017-01-103-9/+0
| | | | |
| * | | | Remove berkeley from db_type initializationMiguel Herranz2017-01-101-12/+0
| | | | |
| * | | | Show available types for db-type commandMiguel Herranz2017-01-101-1/+4
| | | | |
| * | | | Remove berkeley from blockchain_db_typesMiguel Herranz2017-01-101-1/+0
| |/ / /
* | | | Merge pull request #1526Riccardo Spagni2017-01-134-5/+88
|\ \ \ \ | | | | | | | | | | | | | | | 5eed5b05 Wallet API: functions for supporting/creating view only wallets (Jaquee)
| * | | | Wallet API: functions for supporting/creating view only walletsJaquee2017-01-104-5/+88
| | |/ / | |/| |
* | | | Merge pull request #1523Riccardo Spagni2017-01-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | d81cb087 Added (not yet enabled) HTTP client authentication (Lee Clagett)
| * | | | Added (not yet enabled) HTTP client authenticationLee Clagett2017-01-111-1/+1
| |/ / /
* | | | Merge pull request #1513Riccardo Spagni2017-01-133-1/+49
|\ \ \ \ | | | | | | | | | | | | | | | a813ab50 wallet2_api: add solo mining API (moneromooo-monero)
| * | | | wallet2_api: add solo mining APImoneromooo-monero2017-01-093-1/+49
| |/ / /
* | | | Merge pull request #1492Riccardo Spagni2017-01-137-18/+175
|\ \ \ \ | |_|_|/ |/| | | | | | | f1dde1a4 wallet cli: print originating block heights of mixin keys when making transfer (kenshi84)
| * | | wallet cli: print originating block heights of mixin keys when making transferkenshi842017-01-097-18/+175
| |/ /
* / / Fix monero-wallet-cli compileluigi11112017-01-081-1/+1
|/ / | | | | | | Not 100$ sure this is the right fix, nor whether address book entries from URL should be stored as addresses or URLs (or both with a check for change on payment).
* | Merge pull request #1542Riccardo Spagni2017-01-083-0/+8
|\ \ | | | | | | | | | 60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois)
| * | Add parse_uri to wallet2_apiMoroccanMalinois2017-01-083-0/+8
| |/
* | Merge pull request #1537Riccardo Spagni2017-01-085-86/+332
|\ \ | | | | | | | | | | | | c2135082 simplewallet: add a show_transfer <txid> command (moneromooo-monero) 19c4041d wallet_rpc_server: new RPC call to get a transfer by txid (moneromooo-monero)