aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4986Riccardo Spagni2019-01-161-2/+2
|\
| * daemon: print human friendly timestamp toomoneromooo-monero2018-12-261-2/+2
* | Merge pull request #4985Riccardo Spagni2019-01-161-6/+9
|\ \
| * | wallet2: cut down on the number of useless derivation threadsmoneromooo-monero2018-12-161-6/+9
| |/
* | Merge pull request #4984Riccardo Spagni2019-01-168-44/+71
|\ \
| * | blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-188-44/+71
| |/
* | Merge pull request #4981Riccardo Spagni2019-01-162-11/+57
|\ \
| * | Add --restore-date paramHoward Chu2018-12-142-11/+57
| |/
* | Merge pull request #4980Riccardo Spagni2019-01-161-4/+3
|\ \
| * | Sync hashchain bug fixednaughtyfox2018-12-141-4/+3
| |/
* | Merge pull request #4979Riccardo Spagni2019-01-161-0/+2
|\ \
| * | Wallet: Initialize members without default ctor.Tadeas Moravec2018-12-141-0/+2
| |/
* | Merge pull request #4976Riccardo Spagni2019-01-165-20/+20
|\ \
| * | epee: better network buffer data structuremoneromooo-monero2018-12-235-20/+20
| |/
* | Merge pull request #4973Riccardo Spagni2019-01-161-1/+10
|\ \
| * | ringct: avoid repeated point conversionmoneromooo-monero2018-12-121-1/+10
| |/
* | Merge pull request #5045Riccardo Spagni2019-01-071-10/+10
|\ \
| * | wallet_api: fix usage of LOG_ERRORmoneromooo-monero2019-01-071-10/+10
* | | Merge pull request #5016Riccardo Spagni2019-01-071-1/+1
|\ \ \
| * | | blocks: fix checkpoint code generation on OpenBSDmoneromooo-monero2018-12-251-1/+1
* | | | Merge pull request #5007Riccardo Spagni2019-01-071-7/+7
|\ \ \ \
| * | | | message_store: fix error message adding const char * with offsetmoneromooo-monero2018-12-221-7/+7
| |/ / /
* | / / Make get_output_key method constmoneroexamples2019-01-074-8/+8
| |/ / |/| |
* | | Merge pull request #4956Riccardo Spagni2019-01-061-0/+4
|\ \ \
| * | | wallet2: clear all payments on soft rescan_bcmoneromooo-monero2018-12-081-0/+4
* | | | Merge pull request #4954Riccardo Spagni2019-01-062-9/+41
|\ \ \ \
| * | | | perf_timer: check allowed categories before loggingmoneromooo-monero2018-12-071-8/+21
| * | | | perf_timer: add a way to get and reset the current timemoneromooo-monero2018-12-072-2/+18
| * | | | perf_timer: only log to filemoneromooo-monero2018-12-071-3/+6
| |/ / /
* | | | Merge pull request #4952Riccardo Spagni2019-01-065-27/+31
|\ \ \ \
| * | | | p2p: use vector instead of list for peer listsmoneromooo-monero2018-12-075-27/+31
| |/ / /
* | | | Merge pull request #4949Riccardo Spagni2019-01-062-12/+24
|\ \ \ \
| * | | | protocol: change standby mode to not wait sleepingmoneromooo-monero2018-12-072-12/+24
* | | | | Merge pull request #4938Riccardo Spagni2019-01-061-2/+2
|\ \ \ \ \
| * | | | | epee: avoid string allocation when parsing a pod from stringmoneromooo-monero2018-12-081-2/+2
| |/ / / /
* | | | | wallet2: speedup output trackingmoneromooo-monero2018-12-312-13/+49
* | | | | wallet: optionally keep track of owned outputs usesmoneromooo-monero2018-12-314-19/+109
* | | | | Merge pull request #4960luigi11112018-12-311-0/+4
|\ \ \ \ \
| * | | | | ignore child process when execJethro Grassie2018-12-081-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #4957luigi11112018-12-311-1/+1
|\ \ \ \ \
| * | | | | perf_timer: make all logs Info levelmoneromooo-monero2018-12-081-1/+1
| |/ / / /
* | | | | Merge pull request #4955luigi11112018-12-311-2/+2
|\ \ \ \ \
| * | | | | singleton: fix missing *this return value in operator=moneromooo-monero2018-12-071-2/+2
| |/ / / /
* | | | | Merge pull request #4953luigi11112018-12-311-5/+13
|\ \ \ \ \
| * | | | | cryptonote: don't serialize for blob size if already knownmoneromooo-monero2018-12-071-5/+13
| |/ / / /
* | | | | Merge pull request #4948luigi11112018-12-311-2/+12
|\ \ \ \ \
| * | | | | simplewallet: donate command validate amountselsta2018-12-071-2/+12
| |/ / / /
* | | | | Merge pull request #4946luigi11112018-12-318-104/+31
|\ \ \ \ \
| * | | | | tx_pool: add a few std::move where it can make a differencemoneromooo-monero2018-12-051-3/+4
| * | | | | cryptonote: set tx hash on newly parsed txes when knownmoneromooo-monero2018-12-053-5/+14