aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Print stack trace on exceptionsmoneromooo-monero2016-04-284-2/+170
* connection_basic: avoid gratuitous exceptionmoneromooo-monero2016-03-281-2/+2
* Merge pull request #765Riccardo Spagni2016-03-2722-54/+389
|\
| * wallet: pass std::function by const ref, not valuemoneromooo-monero2016-03-262-2/+2
| * wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-265-8/+11
| * wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-266-30/+129
| * New RPC and daemon command to get output histogrammoneromooo-monero2016-03-2615-0/+243
| * wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero2016-03-261-2/+3
| * wallet: factor fee calculationmoneromooo-monero2016-03-261-22/+11
* | blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2016-03-252-3/+13
* | core: fix miner tx block reward with feesmoneromooo-monero2016-03-251-8/+7
|/
* remove connectivity tool, comment it out from munin plugins tooRiccardo Spagni2016-03-253-424/+0
* Merge pull request #749Riccardo Spagni2016-03-2514-587/+2902
* Revert "Merge pull request #749"Riccardo Spagni2016-03-2514-2902/+587
* Merge pull request #756Riccardo Spagni2016-03-254-10/+192
|\
| * wallet: add a --generate-from-json flagmoneromooo-monero2016-03-254-10/+192
* | Merge pull request #749Riccardo Spagni2016-03-2514-587/+2902
|\ \
| * | Update BlockchainDB documentationThomas Winget2016-03-241-155/+937
| * | remove defunct code from cryptonote::coreThomas Winget2016-03-242-22/+0
| * | cryptonote::core doxygen documentationThomas Winget2016-03-242-26/+617
| * | doxygen documentation for difficulty functionsThomas Winget2016-03-242-2/+16
| * | Move checkpoint functions into checkpoints classThomas Winget2016-03-249-359/+327
| * | doxygen documentation for checkpoints.{h,cpp}Thomas Winget2016-03-222-6/+99
| * | Remove unnecessary or defunct codeThomas Winget2016-03-222-22/+0
| * | Updated documentation for blockchain.*Thomas Winget2016-03-222-14/+925
| |/
* | Merge pull request #748Riccardo Spagni2016-03-251-1/+1
|\ \ | |/ |/|
| * blockchain: fix partial block reward detectionmoneromooo-monero2016-03-221-1/+1
* | update version numberRiccardo Spagni2016-03-211-1/+1
|/
* Merge pull request #743Riccardo Spagni2016-03-211-1/+1
|\
| * also maybe do the block height this time, you know, just so that it actually ...Riccardo Spagni2016-03-211-1/+1
* | Merge pull request #742Riccardo Spagni2016-03-211-1/+1
|\|
| * also update the timestamp for the hard forkRiccardo Spagni2016-03-211-1/+1
* | Merge pull request #741Riccardo Spagni2016-03-211-0/+3
|\|
| * set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni2016-03-211-0/+3
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-2128-201/+46
|/
* Merge pull request #738Riccardo Spagni2016-03-201-40/+47
|\
| * db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero2016-03-201-40/+47
* | Merge pull request #737Riccardo Spagni2016-03-201-1/+1
|\ \
| * | cryptonote_protocol: clarify height wordingmoneromooo-monero2016-03-201-1/+1
| |/
* | Merge pull request #735Riccardo Spagni2016-03-201-1/+1
|\ \
| * | rpc: fix print_tx in command line modemoneromooo-monero2016-03-191-1/+1
| |/
* | Merge pull request #734Riccardo Spagni2016-03-201-42/+54
|\ \
| * | simplewallet: make --password-file work in RPC modemoneromooo-monero2016-03-191-42/+54
| |/
* / Print stack trace upon exceptionsmoneromooo-monero2016-03-1928-46/+201
|/
* Reduce log noiseHoward Chu2016-03-191-2/+3
* Fix issue #706Howard Chu2016-03-191-0/+1
* bump the versionRiccardo Spagni2016-03-161-1/+1
* baked-in block headers now go all the way up to 1 million. 1 MILLIONRiccardo Spagni2016-03-161-0/+0
* Merge pull request #728Riccardo Spagni2016-03-166-3/+570
|\
| * Wallet::store_to(path, password) implemented;Ilya Kitaev2016-03-165-17/+113