Age | Commit message (Expand) | Author | Files | Lines |
2016-01-31 | Merge pull request #635 | Riccardo Spagni | 2 | -0/+46 |
2016-01-31 | Merge pull request #634 | Riccardo Spagni | 3 | -5/+15 |
2016-01-31 | Merge pull request #633 | Riccardo Spagni | 1 | -0/+2 |
2016-01-31 | Merge pull request #632 | Riccardo Spagni | 1 | -1/+9 |
2016-01-31 | Merge pull request #631 | Riccardo Spagni | 6 | -44/+51 |
2016-01-31 | Merge pull request #630 | Riccardo Spagni | 17 | -8/+274 |
2016-01-31 | core: prevent the database from being used by multiple daemons | moneromooo-monero | 2 | -0/+46 |
2016-01-31 | wallet: forbid dust altogether in output selection where appropriate | moneromooo-monero | 2 | -5/+14 |
2016-01-31 | blockchain: log number of outputs available for a new tx | moneromooo-monero | 1 | -0/+1 |
2016-01-30 | wallet: guard against exception in process_blocks | moneromooo-monero | 1 | -0/+2 |
2016-01-30 | wallet: guard against exception in process_blocks | moneromooo-monero | 1 | -1/+9 |
2016-01-30 | daemon: fix a few issues reported by valgrind | moneromooo-monero | 1 | -29/+43 |
2016-01-30 | tx_pool: fix serialization of new relayed data | moneromooo-monero | 1 | -2/+0 |
2016-01-30 | hardfork: fix mixup in indexing variable in get_voting_info | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | blockchain: remove unused timer | moneromooo-monero | 1 | -1/+0 |
2016-01-30 | blockchain: fix m_sync_counter uninitialized variable use | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | epee: use generate_random_bytes for new random uuids | moneromooo-monero | 1 | -1/+6 |
2016-01-30 | epee: remove dodgy random code that nobody uses | moneromooo-monero | 1 | -9/+0 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 12 | -0/+175 |
2016-01-30 | rpc: add missing return on error when getting a tx | moneromooo-monero | 1 | -0/+1 |
2016-01-30 | simplewallet: show_transfers can now show just failed txes | moneromooo-monero | 1 | -6/+13 |
2016-01-29 | wallet: detect and handle failed outgoing transfers | moneromooo-monero | 4 | -3/+83 |
2016-01-29 | tx_pool: serialize missing kept_by_block flag | moneromooo-monero | 1 | -1/+4 |
2016-01-29 | Merge pull request #629 | Riccardo Spagni | 13 | -48/+105 |
2016-01-29 | Merge pull request #628 | Riccardo Spagni | 1 | -17/+52 |
2016-01-29 | Merge pull request #627 | Riccardo Spagni | 1 | -31/+10 |
2016-01-29 | tx_pool: do not accept txes not in a block if they timed out before | moneromooo-monero | 2 | -2/+14 |
2016-01-29 | tx_pool: fix use of invalidated iterator | moneromooo-monero | 1 | -1/+2 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 13 | -45/+89 |
2016-01-28 | BlockchainBDB: Continue when tx has no outputs | warptangent | 1 | -3/+5 |
2016-01-28 | BlockchainBDB: When removing, find amount output index fast by starting at end | warptangent | 1 | -10/+33 |
2016-01-28 | BlockchainBDB: Remove tx outputs in reverse order | warptangent | 1 | -4/+14 |
2016-01-28 | MDB_VL32 change overflow page scan | Howard Chu | 1 | -31/+10 |
2016-01-28 | Merge pull request #626 | Riccardo Spagni | 1 | -1/+3 |
2016-01-28 | Merge pull request #625 | Riccardo Spagni | 2 | -6/+7 |
2016-01-28 | add received time to print_pool and print_pool_sh | Riccardo Spagni | 1 | -1/+3 |
2016-01-28 | MDB_VL32 Fix off-by-one in mdb_midl_shrink | Howard Chu | 1 | -1/+1 |
2016-01-27 | MDB_VL32 Fix another 32bit overflow | Howard Chu | 1 | -1/+1 |
2016-01-27 | Tweak mdb_strerror msg buffer | Howard Chu | 1 | -3/+4 |
2016-01-27 | MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9e | Howard Chu | 1 | -1/+1 |
2016-01-27 | updated gtest (added missing files) | Riccardo Spagni | 5 | -0/+525 |
2016-01-27 | updated gtest | Riccardo Spagni | 17 | -888/+884 |
2016-01-27 | even more typos | Henning Kopp | 1 | -2/+2 |
2016-01-27 | more typos fixed | Henning Kopp | 3 | -4/+4 |
2016-01-27 | fixed typo | Henning Kopp | 1 | -1/+1 |
2016-01-27 | simplewallet: remove leftover command line refresh-type handling | moneromooo-monero | 2 | -5/+0 |
2016-01-25 | Merge pull request #623 | Riccardo Spagni | 22 | -888/+1409 |
2016-01-25 | updated gtest (added missing files) | Riccardo Spagni | 5 | -0/+525 |
2016-01-25 | updated gtest | Riccardo Spagni | 17 | -888/+884 |
2016-01-25 | Merge pull request #622 | Riccardo Spagni | 3 | -7/+7 |
2016-01-25 | Merge pull request #621 | Riccardo Spagni | 2 | -5/+0 |
2016-01-25 | Merge pull request #620 | Riccardo Spagni | 1 | -1/+1 |
2016-01-25 | Merge pull request #618 | Riccardo Spagni | 11 | -20/+49 |
2016-01-25 | even more typos | Henning Kopp | 1 | -2/+2 |
2016-01-25 | more typos fixed | Henning Kopp | 3 | -4/+4 |
2016-01-25 | fixed typo | Henning Kopp | 1 | -1/+1 |
2016-01-25 | simplewallet: remove leftover command line refresh-type handling | moneromooo-monero | 2 | -5/+0 |
2016-01-24 | My markdown-fu sucks :P | me0wmix | 1 | -1/+1 |
2016-01-24 | Instructions updated to include g++ package and omit optional packages | me0wmix | 1 | -3/+5 |
2016-01-24 | wallet2: update spent comparison now that we have two spent states | moneromooo-monero | 1 | -1/+1 |
2016-01-22 | Last fixups in the Cmake stuff and better default build instruction | me0wmix | 2 | -11/+2 |
2016-01-21 | More formatting fixes to instructions | me0wmix | 1 | -1/+3 |
2016-01-21 | Corrected formatting on OpenBSD instructions | me0wmix | 1 | -2/+5 |
2016-01-21 | Added/corrected OpenBSD build instructions. | me0wmix | 2 | -2/+11 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 10 | -19/+41 |
2016-01-20 | Merge pull request #616 | Riccardo Spagni | 1 | -1/+1 |
2016-01-20 | Merge pull request #615 | Riccardo Spagni | 1 | -4/+6 |
2016-01-20 | WIN64 needs off_t redefined too | Howard Chu | 1 | -1/+1 |
2016-01-19 | db_lmdb: Continue when tx has no outputs | warptangent | 1 | -4/+6 |
2016-01-17 | Merge pull request #614 | Riccardo Spagni | 2 | -1/+2 |
2016-01-16 | Fix --db-sync-mode on Windows64 | Howard Chu | 1 | -1/+1 |
2016-01-16 | Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b | Howard Chu | 1 | -0/+1 |
2016-01-15 | Merge pull request #613v0.9.1 | Riccardo Spagni | 6 | -0/+30 |
2016-01-15 | Fix hf when import with verify off | Howard Chu | 6 | -0/+30 |
2016-01-15 | Merge pull request #612 | Riccardo Spagni | 1 | -0/+8 |
2016-01-15 | added checkpoints | Riccardo Spagni | 1 | -0/+8 |
2016-01-15 | Merge pull request #611 | Riccardo Spagni | 1 | -1/+1 |
2016-01-15 | bumped version to 0.9.1 for point release | Riccardo Spagni | 1 | -1/+1 |
2016-01-15 | Merge pull request #610 | Riccardo Spagni | 1 | -2/+1 |
2016-01-15 | Merge pull request #609 | Riccardo Spagni | 3 | -2/+4 |
2016-01-15 | Merge pull request #608 | Riccardo Spagni | 2 | -0/+2 |
2016-01-15 | Merge pull request #607 | Riccardo Spagni | 1 | -1/+0 |
2016-01-15 | hardfork: fix accepting v2 blocks too early | moneromooo-monero | 1 | -2/+1 |
2016-01-14 | 'max limit of...' is redundant wording, rephrase | binaryFate | 3 | -3/+3 |
2016-01-14 | Print msg when successfully updating out_peers | binaryFate | 1 | -0/+2 |
2016-01-12 | There has never been any such function "fnctl" | Howard Chu | 1 | -1/+0 |
2016-01-12 | Fix da0bce34 | Howard Chu | 2 | -0/+2 |
2016-01-12 | Merge pull request #606 | Riccardo Spagni | 2 | -25/+65 |
2016-01-12 | Merge pull request #605 | Riccardo Spagni | 2 | -2/+5 |
2016-01-12 | Merge pull request #603 | Riccardo Spagni | 1 | -0/+25 |
2016-01-12 | Merge pull request #601 | Riccardo Spagni | 5 | -11/+64 |
2016-01-11 | Fix arm asm | Howard Chu | 1 | -24/+64 |
2016-01-11 | Tweak arm6 flags | Howard Chu | 1 | -1/+1 |
2016-01-11 | Cleanup symbol clashes, stdlib header | Howard Chu | 2 | -2/+5 |
2016-01-11 | rpc: fix missing target information in RPC call | moneromooo-monero | 2 | -0/+3 |
2016-01-11 | daemon: fix status command when run from command line | moneromooo-monero | 1 | -1/+1 |
2016-01-10 | wallet2: decide at runtime which upper tx size to use | moneromooo-monero | 2 | -6/+20 |
2016-01-09 | use load_file_to_string and exit with error on file read errors | Fabian Hirschmann | 1 | -3/+9 |
2016-01-09 | remove new lines at the end of the password only | Fabian Hirschmann | 1 | -2/+2 |
2016-01-09 | add --password-file option | Fabian Hirschmann | 1 | -0/+19 |
2016-01-05 | rpc: is_key_image_spent now checks the tx pool too | moneromooo-monero | 3 | -4/+40 |
2016-01-03 | Merge branch 'LMDB-tweaks' | Riccardo Spagni | 7 | -25/+23 |
2016-01-03 | fixed conflicts | Riccardo Spagni | 7 | -25/+23 |
2016-01-03 | Merge pull request #595 | Riccardo Spagni | 1 | -2/+6 |
2016-01-03 | Merge pull request #594 | Riccardo Spagni | 1 | -1/+1 |
2016-01-03 | Merge pull request #593 | Riccardo Spagni | 1 | -1/+2 |
2016-01-03 | ARMv7 optimization flags are too aggressive | Howard Chu | 1 | -2/+2 |
2016-01-03 | ARM chars are unsigned | Howard Chu | 1 | -1/+1 |
2016-01-03 | Use CMAKE_LINKER, not hardcoded "ld" | Howard Chu | 2 | -4/+4 |
2016-01-03 | Avoid cmake-3.x block comment syntax | Howard Chu | 1 | -4/+6 |
2016-01-03 | fix: cmake parse error on Ubuntu 14.04 | moneroexamples | 1 | -2/+6 |
2016-01-02 | Fix release flags | Howard Chu | 1 | -2/+6 |
2016-01-02 | daemon: fix ban length using wrong parameter | moneromooo-monero | 1 | -1/+1 |
2016-01-02 | unit_tests: initialize db object in ctor, not open | moneromooo-monero | 1 | -1/+2 |
2016-01-02 | IP_TOS not supported before Windows7 | Howard Chu | 1 | -1/+4 |
2016-01-02 | Get rid of doubly-defined NDEBUG | Howard Chu | 1 | -7/+0 |
2016-01-01 | Merge pull request #588v0.9.0 | Riccardo Spagni | 13 | -17/+22 |
2016-01-01 | updated readme, note CMake minimum version increase | Riccardo Spagni | 1 | -2/+6 |
2015-12-31 | update version | Riccardo Spagni | 12 | -15/+16 |
2015-12-31 | Merge pull request #587 | Riccardo Spagni | 3 | -31/+25 |
2015-12-31 | Nicer looking exit when blockchain.bin is found | moneromooo-monero | 3 | -31/+25 |
2015-12-31 | Merge pull request #586 | Riccardo Spagni | 2 | -1/+7 |
2015-12-31 | core: do not use the persistent pool state for tests | moneromooo-monero | 2 | -1/+7 |
2015-12-31 | Merge pull request #585 | Riccardo Spagni | 2 | -4/+1 |
2015-12-31 | let miniupnp's cmakelist handle defaults | Riccardo Spagni | 2 | -4/+1 |
2015-12-31 | Merge pull request #584 | Riccardo Spagni | 1 | -1/+3 |
2015-12-31 | wallet: don't forget to close the file after storing cache | moneromooo-monero | 1 | -1/+3 |
2015-12-31 | Merge pull request #583 | Riccardo Spagni | 1 | -3/+11 |
2015-12-31 | fix miniupnpc cmakelist | Riccardo Spagni | 1 | -3/+11 |
2015-12-31 | Merge pull request #582 | Riccardo Spagni | 348 | -337/+337 |
2015-12-31 | updated copyright year | Riccardo Spagni | 339 | -328/+328 |
2015-12-31 | fixed copyrights with bad year references | Riccardo Spagni | 9 | -9/+9 |
2015-12-31 | Merge pull request #581 | Riccardo Spagni | 2 | -7/+2 |
2015-12-31 | Merge pull request #580 | Riccardo Spagni | 1 | -1/+1 |
2015-12-31 | Merge pull request #579 | Riccardo Spagni | 11 | -37/+130 |
2015-12-31 | isblank doesn't need a special case test | Howard Chu | 1 | -6/+1 |
2015-12-31 | Fix 3edbf57b62feeaba1f31683f24b9d76d75e03902 | Howard Chu | 1 | -1/+1 |
2015-12-30 | unit_tests: remove an unused variable | moneromooo-monero | 1 | -1/+0 |
2015-12-30 | unit_tests: fix hardfork test build | moneromooo-monero | 1 | -0/+1 |
2015-12-30 | blockchain: kill ioservice on scope end, rather than manually | moneromooo-monero | 1 | -6/+7 |
2015-12-30 | miner: minor fixes on stop | moneromooo-monero | 1 | -1/+4 |
2015-12-30 | core_tests: deinit core before destroying it | moneromooo-monero | 1 | -1/+3 |
2015-12-30 | wallet: add a rescan_bc command and rescan_blockchain RPC | moneromooo-monero | 7 | -13/+84 |
2015-12-30 | wallet: protect against exceptions in the block pull thread | moneromooo-monero | 2 | -14/+30 |
2015-12-30 | net_peerlist: move a couple functions from public to private | moneromooo-monero | 1 | -2/+2 |
2015-12-30 | Merge pull request #578 | Riccardo Spagni | 101 | -3175/+4811 |
2015-12-30 | fix missing unbound tests | Riccardo Spagni | 2 | -1/+9 |
2015-12-30 | update unbound, fix unbound openssl issue on OS X | Riccardo Spagni | 101 | -3175/+4803 |
2015-12-30 | Merge pull request #577 | Riccardo Spagni | 85 | -2575/+6420 |
2015-12-30 | no longer need to pass the size to rapidjson | Riccardo Spagni | 31 | -1142/+3762 |
2015-12-30 | add missing miniupnpc files, modify cmake to not build miniupnpc tests and to... | Riccardo Spagni | 11 | -2/+629 |
2015-12-30 | updated miniupnpc | Riccardo Spagni | 45 | -1452/+2050 |
2015-12-30 | Merge pull request #575 | Riccardo Spagni | 1 | -6/+8 |
2015-12-30 | Merge pull request #574 | Riccardo Spagni | 2 | -6/+11 |
2015-12-30 | Merge pull request #573 | Riccardo Spagni | 1 | -0/+22 |
2015-12-30 | Merge pull request #572 | Riccardo Spagni | 2 | -3/+11 |
2015-12-30 | Merge pull request #571 | Riccardo Spagni | 2 | -75/+75 |
2015-12-30 | Merge pull request #570 | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | Merge pull request #569 | Riccardo Spagni | 6 | -0/+32 |
2015-12-30 | Merge pull request #568 | Riccardo Spagni | 2 | -9/+2 |
2015-12-29 | wallet: store cache to file without unnecessary memory buffer | moneromooo-monero | 1 | -6/+8 |
2015-12-29 | Merge pull request #566 | Riccardo Spagni | 3 | -1/+85 |
2015-12-29 | Merge pull request #1 from LMDB/crash-fix | moneromooo-monero | 1 | -5/+5 |
2015-12-29 | Tweak 45800a25e9374e63caaabba05c89585c86acd668 | hyc | 1 | -5/+5 |
2015-12-28 | wallet_rpc_server: exit async, so we reply to stop_wallet RPC | moneromooo-monero | 2 | -1/+11 |
2015-12-28 | blockchain_db: inform user about new format if blockchain.bin is found | moneromooo-monero | 1 | -0/+22 |
2015-12-28 | blockchain: always stop the ioservice before returning | moneromooo-monero | 1 | -0/+2 |
2015-12-28 | MDB_VL32 - resync with master | Howard Chu | 2 | -75/+75 |
2015-12-28 | wallet: do not return error if incoming_transfers finds none | moneromooo-monero | 1 | -5/+0 |
2015-12-28 | db_lmdb: safety close db at exit | moneromooo-monero | 1 | -0/+3 |
2015-12-28 | db_lmdb: fix a strdup/delete[] mistmatch | moneromooo-monero | 1 | -3/+6 |
2015-12-27 | Remove assert from status command | hyc | 1 | -1/+1 |
2015-12-26 | BlockchainDB: skip fixup check if read-only database | warptangent | 6 | -0/+32 |
2015-12-26 | blockchain: remove obsolete containers | moneromooo-monero | 2 | -8/+1 |
2015-12-26 | blockchain: Fix height in call to on_blockchain_dec | moneromooo-monero | 1 | -1/+1 |
2015-12-26 | hardfork: ensure current_fork_index can not become negative on rescan | moneromooo-monero | 1 | -1/+1 |
2015-12-26 | tests: add a unit test for canonical decomposed amounts | moneromooo-monero | 2 | -0/+84 |
2015-12-26 | Merge pull request #565 | Riccardo Spagni | 9 | -63/+121 |
2015-12-25 | tests: fix various tests by using parameters better suited to monero | moneromooo-monero | 3 | -8/+8 |
2015-12-25 | tests: fix some double spending tests | moneromooo-monero | 1 | -7/+8 |
2015-12-25 | tests: use 255 as a "too high" block version | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix a few block addition bugs | moneromooo-monero | 2 | -34/+46 |
2015-12-25 | blockchain: fix an off by one error in unlocked time check | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: reinstate double spending checks in check_tx_inputs | moneromooo-monero | 1 | -3/+7 |
2015-12-25 | blockchain: make some flag twiddling code closer to the original | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 4 | -3/+8 |
2015-12-25 | blockchain: add missing m_tx_pool.on_blockchain_dec | moneromooo-monero | 1 | -0/+1 |
2015-12-25 | blockchain: fix switch to alternative blockchain for more than one block | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: add a missing validity check to rollback_blockchain_switching | moneromooo-monero | 1 | -0/+6 |
2015-12-25 | core: catch exceptions from get_output_key | moneromooo-monero | 1 | -2/+18 |
2015-12-25 | db: throw when given a non txout_to_key output to add | moneromooo-monero | 3 | -0/+13 |
2015-12-25 | Merge pull request #564 | Riccardo Spagni | 58 | -16992/+2464 |
2015-12-25 | Merge pull request #562 | Riccardo Spagni | 1 | -3/+5 |
2015-12-25 | Merge pull request #561 | Riccardo Spagni | 1 | -9/+10 |
2015-12-25 | Merge pull request #557 | Riccardo Spagni | 4 | -1/+36 |
2015-12-25 | Update liblmdb, unify 32/64 sources | Howard Chu | 58 | -16992/+2464 |
2015-12-24 | BlockchainDB: Remove txs in reverse order | warptangent | 1 | -3/+5 |
2015-12-24 | BlockchainLMDB: When removing, find amount output index fast by starting at end | warptangent | 1 | -4/+5 |
2015-12-24 | BlockchainLMDB: Remove tx outputs in reverse order | warptangent | 1 | -5/+5 |
2015-12-24 | Merge pull request #560 | Riccardo Spagni | 3 | -1/+171 |