aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #622Riccardo Spagni2016-01-252-6/+6
|\
| * even more typosHenning Kopp2016-01-251-2/+2
| * more typos fixedHenning Kopp2016-01-252-3/+3
| * fixed typoHenning Kopp2016-01-251-1/+1
* | Merge pull request #621Riccardo Spagni2016-01-252-5/+0
|\ \
| * | simplewallet: remove leftover command line refresh-type handlingmoneromooo-monero2016-01-252-5/+0
* | | Merge pull request #620Riccardo Spagni2016-01-251-1/+1
|\ \ \
| * | | wallet2: update spent comparison now that we have two spent statesmoneromooo-monero2016-01-241-1/+1
| |/ /
* | / OpenBSD support for Monero.me0wmix2016-01-216-10/+14
| |/ |/|
* | db_lmdb: Continue when tx has no outputswarptangent2016-01-191-4/+6
|/
* Fix hf when import with verify offHoward Chu2016-01-156-0/+30
* added checkpointsRiccardo Spagni2016-01-151-0/+8
* bumped version to 0.9.1 for point releaseRiccardo Spagni2016-01-151-1/+1
* Merge pull request #610Riccardo Spagni2016-01-151-2/+1
|\
| * hardfork: fix accepting v2 blocks too earlymoneromooo-monero2016-01-151-2/+1
* | 'max limit of...' is redundant wording, rephrasebinaryFate2016-01-143-3/+3
* | Print msg when successfully updating out_peersbinaryFate2016-01-141-0/+2
* | Merge pull request #606Riccardo Spagni2016-01-121-23/+63
|\ \
| * | Fix arm asmHoward Chu2016-01-111-23/+63
| |/
* | Merge pull request #603Riccardo Spagni2016-01-121-0/+25
|\ \
| * | use load_file_to_string and exit with error on file read errorsFabian Hirschmann2016-01-091-3/+9
| * | remove new lines at the end of the password onlyFabian Hirschmann2016-01-091-2/+2
| * | add --password-file optionFabian Hirschmann2016-01-091-0/+19
| |/
* | rpc: fix missing target information in RPC callmoneromooo-monero2016-01-112-0/+3
* | daemon: fix status command when run from command linemoneromooo-monero2016-01-111-1/+1
* | wallet2: decide at runtime which upper tx size to usemoneromooo-monero2016-01-102-6/+20
* | rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero2016-01-053-4/+40
|/
* fixed conflictsRiccardo Spagni2016-01-032-4/+4
|\
| * Use CMAKE_LINKER, not hardcoded "ld"Howard Chu2016-01-032-4/+4
* | daemon: fix ban length using wrong parametermoneromooo-monero2016-01-021-1/+1
|/
* update versionRiccardo Spagni2015-12-3112-15/+16
* Merge pull request #587Riccardo Spagni2015-12-313-31/+25
|\
| * Nicer looking exit when blockchain.bin is foundmoneromooo-monero2015-12-313-31/+25
* | core: do not use the persistent pool state for testsmoneromooo-monero2015-12-312-1/+7
|/
* Merge pull request #584Riccardo Spagni2015-12-311-1/+3
|\
| * wallet: don't forget to close the file after storing cachemoneromooo-monero2015-12-311-1/+3
* | updated copyright yearRiccardo Spagni2015-12-31201-200/+200
* | fixed copyrights with bad year referencesRiccardo Spagni2015-12-319-9/+9
* | blockchain: kill ioservice on scope end, rather than manuallymoneromooo-monero2015-12-301-6/+7
* | miner: minor fixes on stopmoneromooo-monero2015-12-301-1/+4
* | wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-307-13/+84
* | wallet: protect against exceptions in the block pull threadmoneromooo-monero2015-12-302-14/+30
* | net_peerlist: move a couple functions from public to privatemoneromooo-monero2015-12-301-2/+2
|/
* no longer need to pass the size to rapidjsonRiccardo Spagni2015-12-301-2/+2
* Merge pull request #575Riccardo Spagni2015-12-301-6/+8
|\
| * wallet: store cache to file without unnecessary memory buffermoneromooo-monero2015-12-291-6/+8
* | Merge pull request #574Riccardo Spagni2015-12-302-6/+11
|\ \
| * | wallet_rpc_server: exit async, so we reply to stop_wallet RPCmoneromooo-monero2015-12-282-1/+11
| * | wallet: do not return error if incoming_transfers finds nonemoneromooo-monero2015-12-281-5/+0
* | | Merge pull request #573Riccardo Spagni2015-12-301-0/+22
|\ \ \