| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bumped version number | Riccardo Spagni | 2016-04-02 | 1 | -1/+1 |
| * | Merge pull request #779 | Riccardo Spagni | 2016-04-02 | 1 | -5/+1 |
| |\ | |||||
| | * | core: remove the block reward accumulation loop | moneromooo-monero | 2016-04-01 | 1 | -5/+1 |
| * | | Merge pull request #778 | Riccardo Spagni | 2016-04-02 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Detect map resize failures | Howard Chu | 2016-03-30 | 1 | -1/+3 |
| * | | | Merge pull request #777 | Riccardo Spagni | 2016-04-02 | 2 | -0/+4 |
| |\ \ \ | |||||
| | * | | | add blockhashing blob to getblocktemplate | Howard Chu | 2016-03-30 | 2 | -0/+4 |
| | |/ / | |||||
| * | | | Merge pull request #772 | Riccardo Spagni | 2016-04-02 | 1 | -0/+34 |
| |\ \ \ | |||||
| | * | | | simplewallet: always gracefully exit on EOF | moneromooo-monero | 2016-03-29 | 1 | -0/+34 |
| * | | | | Merge pull request #769 | Riccardo Spagni | 2016-04-02 | 4 | -63/+121 |
| |\ \ \ \ | |||||
| | * | | | | wallet: make load_keys check types when loading JSON | moneromooo-monero | 2016-03-27 | 2 | -22/+37 |
| | * | | | | wallet: make the JSON reading type safe | moneromooo-monero | 2016-03-27 | 1 | -41/+31 |
| | * | | | | common: new json_util.h | moneromooo-monero | 2016-03-27 | 1 | -0/+53 |
| | |/ / / | |||||
| * | | | | 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 |
| |\| | |||||
