| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #767 | Riccardo Spagni | 2016-04-02 | 10 | -23/+98 |
| |\ | |||||
| | * | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 2016-03-27 | 10 | -23/+98 |
| * | | Merge pull request #766 | Riccardo Spagni | 2016-04-02 | 1 | -0/+42 |
| |\ \ | |||||
| | * | | simplewallet: default to trusted daemon for loopback address | moneromooo-monero | 2016-03-27 | 1 | -0/+42 |
| | |/ | |||||
| * | | Merge pull request #764 | Riccardo Spagni | 2016-04-02 | 2 | -74/+374 |
| |\ \ | |||||
| | * | | minor corrections/clarifications | Thomas Winget | 2016-03-30 | 2 | -4/+6 |
| | * | | Transaction pool documentation (and some cleanup) | Thomas Winget | 2016-03-24 | 2 | -74/+372 |
| * | | | wallet: fix --generate-from-keys saving as watch only | moneromooo-monero | 2016-03-28 | 1 | -1/+1 |
| * | | | Merge pull request #765 | Riccardo Spagni | 2016-03-27 | 22 | -54/+389 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | wallet: pass std::function by const ref, not value | moneromooo-monero | 2016-03-26 | 2 | -2/+2 |
| | * | | wallet: do not leak owned amounts to the daemon unless --trusted-daemon | moneromooo-monero | 2016-03-26 | 5 | -8/+11 |
| | * | | wallet: change sweep_dust to sweep_unmixable | moneromooo-monero | 2016-03-26 | 6 | -30/+129 |
| | * | | New RPC and daemon command to get output histogram | moneromooo-monero | 2016-03-26 | 15 | -0/+243 |
| | * | | wallet: handle rare case where fee adjustment can bump to the next kB | moneromooo-monero | 2016-03-26 | 1 | -2/+3 |
| | * | | wallet: factor fee calculation | moneromooo-monero | 2016-03-26 | 1 | -22/+11 |
| * | | | blockchain: for v3, require miner tx to have well behaved outs | moneromooo-monero | 2016-03-25 | 2 | -3/+13 |
| * | | | core: fix miner tx block reward with fees | moneromooo-monero | 2016-03-25 | 1 | -8/+7 |
| |/ / | |||||
| * | | remove connectivity tool, comment it out from munin plugins too | Riccardo Spagni | 2016-03-25 | 3 | -424/+0 |
| * | | Merge pull request #749 | Riccardo Spagni | 2016-03-25 | 14 | -587/+2902 |
| * | | Revert "Merge pull request #749" | Riccardo Spagni | 2016-03-25 | 14 | -2902/+587 |
| * | | Merge pull request #756 | Riccardo Spagni | 2016-03-25 | 4 | -10/+192 |
| |\ \ | |||||
| | * | | wallet: add a --generate-from-json flag | moneromooo-monero | 2016-03-25 | 4 | -10/+192 |
| * | | | Merge pull request #749 | Riccardo Spagni | 2016-03-25 | 14 | -587/+2902 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Update BlockchainDB documentation | Thomas Winget | 2016-03-24 | 1 | -155/+937 |
| | * | | remove defunct code from cryptonote::core | Thomas Winget | 2016-03-24 | 2 | -22/+0 |
| | * | | cryptonote::core doxygen documentation | Thomas Winget | 2016-03-24 | 2 | -26/+617 |
| | * | | doxygen documentation for difficulty functions | Thomas Winget | 2016-03-24 | 2 | -2/+16 |
| | * | | Move checkpoint functions into checkpoints class | Thomas Winget | 2016-03-24 | 9 | -359/+327 |
| | * | | doxygen documentation for checkpoints.{h,cpp} | Thomas Winget | 2016-03-22 | 2 | -6/+99 |
| | * | | Remove unnecessary or defunct code | Thomas Winget | 2016-03-22 | 2 | -22/+0 |
| | * | | Updated documentation for blockchain.* | Thomas Winget | 2016-03-22 | 2 | -14/+925 |
| | |/ | |||||
| * | | Merge pull request #748 | Riccardo Spagni | 2016-03-25 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | blockchain: fix partial block reward detection | moneromooo-monero | 2016-03-22 | 1 | -1/+1 |
| * | | update version number | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #743 | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 |
| |\ | |||||
| | * | also maybe do the block height this time, you know, just so that it actually ... | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 |
| * | | Merge pull request #742 | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 |
| |\| | |||||
| | * | also update the timestamp for the hard fork | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 |
| * | | Merge pull request #741 | Riccardo Spagni | 2016-03-21 | 1 | -0/+3 |
| |\| | |||||
| | * | set fork date for September, add hyc's GPG key, remove aabramov's | Riccardo Spagni | 2016-03-21 | 1 | -0/+3 |
| * | | Revert "Print stack trace upon exceptions" | moneromooo-monero | 2016-03-21 | 28 | -201/+46 |
| |/ | |||||
| * | Merge pull request #738 | Riccardo Spagni | 2016-03-20 | 1 | -40/+47 |
| |\ | |||||
| | * | db_lmdb: include the error codes from lmdb api in error logs | moneromooo-monero | 2016-03-20 | 1 | -40/+47 |
| * | | Merge pull request #737 | Riccardo Spagni | 2016-03-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | cryptonote_protocol: clarify height wording | moneromooo-monero | 2016-03-20 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #735 | Riccardo Spagni | 2016-03-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | rpc: fix print_tx in command line mode | moneromooo-monero | 2016-03-19 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #734 | Riccardo Spagni | 2016-03-20 | 1 | -42/+54 |
| |\ \ | |||||
| | * | | simplewallet: make --password-file work in RPC mode | moneromooo-monero | 2016-03-19 | 1 | -42/+54 |
| | |/ | |||||
| * / | Print stack trace upon exceptions | moneromooo-monero | 2016-03-19 | 28 | -46/+201 |
| |/ | |||||
