| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | hardfork: allow passing chain height in get(height) for convenience | moneromooo-monero | 2016-02-01 | 1 | -1/+4 | |
| | |/ | ||||||
| * | | Merge pull request #638 | Riccardo Spagni | 2016-02-08 | 1 | -1/+1 | |
| |\ \ | |/ |/| | ||||||
| | * | tests: fix compilation failure after V1 define rename | moneromooo-monero | 2016-01-31 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #636 | Riccardo Spagni | 2016-01-31 | 1 | -9/+1 | |
| |\ | ||||||
| | * | Revert "Merge pull request #632" | Riccardo Spagni | 2016-01-31 | 1 | -9/+1 | |
| |/ | ||||||
| * | Merge pull request #635 | Riccardo Spagni | 2016-01-31 | 2 | -0/+46 | |
| |\ | ||||||
| | * | core: prevent the database from being used by multiple daemons | moneromooo-monero | 2016-01-31 | 2 | -0/+46 | |
| * | | Merge pull request #634 | Riccardo Spagni | 2016-01-31 | 3 | -5/+15 | |
| |\ \ | ||||||
| | * | | wallet: forbid dust altogether in output selection where appropriate | moneromooo-monero | 2016-01-31 | 2 | -5/+14 | |
| | * | | blockchain: log number of outputs available for a new tx | moneromooo-monero | 2016-01-31 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Merge pull request #633 | Riccardo Spagni | 2016-01-31 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | wallet: guard against exception in process_blocks | moneromooo-monero | 2016-01-30 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Merge pull request #632 | Riccardo Spagni | 2016-01-31 | 1 | -1/+9 | |
| |\ \ | ||||||
| | * | | wallet: guard against exception in process_blocks | moneromooo-monero | 2016-01-30 | 1 | -1/+9 | |
| | |/ | ||||||
| * | | Merge pull request #631 | Riccardo Spagni | 2016-01-31 | 6 | -44/+51 | |
| |\ \ | ||||||
| | * | | daemon: fix a few issues reported by valgrind | moneromooo-monero | 2016-01-30 | 1 | -29/+43 | |
| | * | | tx_pool: fix serialization of new relayed data | moneromooo-monero | 2016-01-30 | 1 | -2/+0 | |
| | * | | hardfork: fix mixup in indexing variable in get_voting_info | moneromooo-monero | 2016-01-30 | 1 | -1/+1 | |
| | * | | blockchain: remove unused timer | moneromooo-monero | 2016-01-30 | 1 | -1/+0 | |
| | * | | blockchain: fix m_sync_counter uninitialized variable use | moneromooo-monero | 2016-01-30 | 1 | -1/+1 | |
| | * | | epee: use generate_random_bytes for new random uuids | moneromooo-monero | 2016-01-30 | 1 | -1/+6 | |
| | * | | epee: remove dodgy random code that nobody uses | moneromooo-monero | 2016-01-30 | 1 | -9/+0 | |
| | |/ | ||||||
| * | | Merge pull request #630 | Riccardo Spagni | 2016-01-31 | 17 | -8/+274 | |
| |\ \ | |/ |/| | ||||||
| | * | new flush_txpool command, and associated RPC call | moneromooo-monero | 2016-01-30 | 12 | -0/+175 | |
| | * | rpc: add missing return on error when getting a tx | moneromooo-monero | 2016-01-30 | 1 | -0/+1 | |
| | * | simplewallet: show_transfers can now show just failed txes | moneromooo-monero | 2016-01-30 | 1 | -6/+13 | |
| | * | wallet: detect and handle failed outgoing transfers | moneromooo-monero | 2016-01-29 | 4 | -3/+83 | |
| | * | tx_pool: serialize missing kept_by_block flag | moneromooo-monero | 2016-01-29 | 1 | -1/+4 | |
| |/ | ||||||
| * | Merge pull request #629 | Riccardo Spagni | 2016-01-29 | 13 | -48/+105 | |
| |\ | ||||||
| | * | tx_pool: do not accept txes not in a block if they timed out before | moneromooo-monero | 2016-01-29 | 2 | -2/+14 | |
| | * | tx_pool: fix use of invalidated iterator | moneromooo-monero | 2016-01-29 | 1 | -1/+2 | |
| | * | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 2016-01-29 | 13 | -45/+89 | |
| * | | Merge pull request #628 | Riccardo Spagni | 2016-01-29 | 1 | -17/+52 | |
| |\ \ | ||||||
| | * | | BlockchainBDB: Continue when tx has no outputs | warptangent | 2016-01-28 | 1 | -3/+5 | |
| | * | | BlockchainBDB: When removing, find amount output index fast by starting at end | warptangent | 2016-01-28 | 1 | -10/+33 | |
| | * | | BlockchainBDB: Remove tx outputs in reverse order | warptangent | 2016-01-28 | 1 | -4/+14 | |
| | |/ | ||||||
| * | | Merge pull request #627 | Riccardo Spagni | 2016-01-29 | 1 | -31/+10 | |
| |\ \ | |/ |/| | ||||||
| | * | MDB_VL32 change overflow page scan | Howard Chu | 2016-01-28 | 1 | -31/+10 | |
| |/ | ||||||
| * | Merge pull request #626 | Riccardo Spagni | 2016-01-28 | 1 | -1/+3 | |
| |\ | ||||||
| | * | add received time to print_pool and print_pool_sh | Riccardo Spagni | 2016-01-28 | 1 | -1/+3 | |
| * | | Merge pull request #625 | Riccardo Spagni | 2016-01-28 | 2 | -6/+7 | |
| |\ \ | |/ |/| | ||||||
| | * | MDB_VL32 Fix off-by-one in mdb_midl_shrink | Howard Chu | 2016-01-28 | 1 | -1/+1 | |
| | * | MDB_VL32 Fix another 32bit overflow | Howard Chu | 2016-01-27 | 1 | -1/+1 | |
| | * | Tweak mdb_strerror msg buffer | Howard Chu | 2016-01-27 | 1 | -3/+4 | |
| | * | MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9e | Howard Chu | 2016-01-27 | 1 | -1/+1 | |
| | * | updated gtest (added missing files) | Riccardo Spagni | 2016-01-27 | 5 | -0/+525 | |
| | * | updated gtest | Riccardo Spagni | 2016-01-27 | 17 | -888/+884 | |
| | * | even more typos | Henning Kopp | 2016-01-27 | 1 | -2/+2 | |
| | * | more typos fixed | Henning Kopp | 2016-01-27 | 3 | -4/+4 | |
| | * | fixed typo | Henning Kopp | 2016-01-27 | 1 | -1/+1 | |
