Commit Graph

  • 8b82f3c57f
    Build fixed, goofed up some CMake Thomas Winget 2015-03-10 12:51:23 -0400
  • 02969d69f0 default mix factor in simplewallet smooth 2015-03-10 01:44:46 -0700
  • 178b009e90
    Merge pull request #238 Riccardo Spagni 2015-03-10 10:20:19 +0200
  • b21335642e
    Moved db_drivers/ into external/ for consistency Thomas Winget 2015-03-09 15:48:46 -0400
  • 5eab480cb1
    Moved BlockchainDB into its own src/ subfolder Thomas Winget 2015-03-06 15:20:45 -0500
  • 7e72e943db update checkpoint smooth 2015-03-06 02:38:06 -0800
  • 8237705964
    Merge pull request #237 Riccardo Spagni 2015-03-05 10:56:46 +0200
  • 41a95e7b11 add comment about avoiding overflow smooth 2015-03-05 00:45:54 -0800
  • 754a785ee1 minimum subsidy for mining incentives, remove unused LEGACY_FEE define smooth 2015-03-04 23:35:04 -0800
  • c01069f352
    fixed English word list issue: 'launchpad' should be 'ourselves' Riccardo Spagni 2015-03-04 15:31:24 +0200
  • 10e4132e22
    fixed English word list issue: 'incline' should have remained 'inline' Riccardo Spagni 2015-03-04 15:29:20 +0200
  • 9dab105e2e
    DNS checkpoint loading for testnet should now be correct Thomas Winget 2015-03-01 03:36:46 -0500
  • 52f9629bd7
    sending commands to forked daemon works on testnet now Thomas Winget 2015-03-01 02:35:33 -0500
  • 76289d0e3b
    Fix tests building -- function signatures changed Thomas Winget 2015-02-05 07:21:14 -0500
  • 1016712372
    markdown formatting fix Riccardo Spagni 2015-03-01 00:03:57 +0200
  • 98a4e6ae6a
    Merge pull request #234 Riccardo Spagni 2015-02-28 23:34:30 +0200
  • 7590f33f9e
    move website and DNS unit tests from monero.cc to getmonero.org Riccardo Spagni 2015-02-28 23:32:28 +0200
  • f79821ac7e fix locking in count-peers thread (2) rfree2monero 2015-02-24 21:02:48 +0100
  • 0198ffb220 2014 network limit 1.3 fix log/path/data +utils rfree2monero 2015-02-24 20:12:56 +0100
  • db53e1956a
    revert stop_daemon method to use correct exit Thomas Winget 2015-02-05 05:38:49 -0500
  • 96cbecffd7
    RPC calls for background daemon added in Thomas Winget 2015-02-05 04:11:20 -0500
  • 9193d6fb5b
    Daemonize changes pulled in -- daemon builds Thomas Winget 2015-01-29 17:10:53 -0500
  • 0ad0784f46
    Changed log level of debug message -- too spammy Thomas Winget 2015-02-23 18:28:20 -0500
  • b5796da0fa
    Merge #32 Thomas Winget 2015-02-23 18:24:59 -0500
  • 6485dacc2f
    BlockchainLMDB: Add profiling to tx_exists() warptangent 2015-02-10 20:01:02 -0800
  • 83fb6d8d07
    BlockchainLMDB: Add batch transaction support to tx_exists() warptangent 2015-02-10 20:01:02 -0800
  • 8529c0ea9a
    BlockchainDB, BlockchainLMDB: Add profiling for DB commits warptangent 2015-02-11 15:55:53 -0800
  • 7a66b8bbcf
    BlockchainDB: Add virtual function declarations for batch transactions warptangent 2015-02-11 15:55:53 -0800
  • b7a2d84919
    BlockchainLMDB: Add check for open database to two functions warptangent 2015-02-18 20:52:44 -0800
  • 58ecc58be1
    BlockchainLMDB: Add support for batch transactions warptangent 2015-02-11 15:55:53 -0800
  • 8909d7d82e
    Improve block and tx processing efficiency by less repeat hashing warptangent 2015-02-11 15:55:53 -0800
  • 3676ac5841
    Add profiling to block and tx processing warptangent 2015-02-11 15:55:53 -0800
  • ce71abd0fe
    Move LMDB storage to subfolder warptangent 2015-02-19 06:37:00 -0800
  • 42f8fe5c7f
    Fix formatting warptangent 2015-02-11 15:55:53 -0800
  • aa82f786c7
    Fix log statement warptangent 2015-02-11 15:55:53 -0800
  • 26873db199
    Remove unused variable warptangent 2015-02-11 15:55:53 -0800
  • 4b90fd389d
    Add log statement warptangent 2015-02-11 15:55:53 -0800
  • 2531aa31f8
    Add and extend log statements warptangent 2015-02-11 15:55:53 -0800
  • 59305d3137
    Blockchain: match original function declaration from blockchain_storage warptangent 2015-02-10 15:25:15 -0800
  • cd972bdcc2
    Update year and formatting in license warptangent 2015-02-10 19:54:27 -0800
  • b7d112f601 Merge pull request #31 from warptangent/fix/fix_get_tail_id Thomas Winget 2015-02-22 18:06:44 -0500
  • b88ab643ca
    Fix Blockchain::get_tail_id() to set parameter to last block number instead of height warptangent 2015-02-22 10:38:23 -0800
  • 963bc09087
    Revert "Bounds error, should fix #27" warptangent 2015-02-22 10:31:11 -0800
  • 6f1c4b4c2c
    Bounds error, should fix #27 Thomas Winget 2015-02-20 21:09:32 -0500
  • ae2a50659f 2014 network limit 1.2 +utils +toc -doc -drmonero rfree2monero 2015-02-20 22:28:03 +0100
  • 0f06dca831 fixed size_t on windows rfree2monero 2015-02-12 21:53:52 +0100
  • 39fc63f48d removed not needed <netinet/in.h> rfree2monero 2015-02-12 21:34:00 +0100
  • 5ce4256e3d 2014 network limit 1.1 +utils +toc -doc -drmonero rfree2monero 2015-02-12 20:59:39 +0100
  • eabb519605 2014 network limit 1.0a +utils +toc -doc -drmonero rfree2monero 2015-01-05 20:30:17 +0100
  • e728992803
    Merge pull request #229 Riccardo Spagni 2015-02-20 00:59:47 +0200
  • 7b01a076b9
    added tx size to incoming_transfers RPC Call Riccardo Spagni 2015-02-20 00:57:26 +0200
  • fc62af5cf8
    Merge remote-tracking branch 'monero-project/master' into blockchain Thomas Winget 2015-02-05 08:51:19 -0500
  • 6e5797dc11
    Merge pull request #221 Riccardo Spagni 2015-02-03 20:15:02 +0200
  • cbb0742264
    changed MM logo Riccardo Spagni 2015-02-03 13:13:36 +0200
  • f103e0d8f0
    added donation and sponsor info to readme Riccardo Spagni 2015-02-03 13:05:28 +0200
  • d1f40506fa
    Merge PR #26 Thomas Winget 2015-02-03 04:47:33 -0500
  • 84fe5fbd65
    Add compile-time support for both db implementations: in-memory and LMDB warptangent 2015-01-25 21:36:09 -0800
  • a4f5344024
    Merge PR 25 into blockchain Thomas Winget 2015-02-02 01:25:57 -0500
  • 8bd1983cdc
    Blockchain: reflect log updates from blockchain_storage warptangent 2015-02-01 17:51:37 -0800
  • 7f9b070165
    Blockchain: reflect log and assert updates from blockchain_storage warptangent 2015-02-01 18:34:04 -0800
  • 70342ecada
    Blockchain: reflect log level of blockchain_storage warptangent 2015-01-30 17:33:00 -0800
  • c8d27fb38d
    Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_gindexs() warptangent 2015-01-30 17:28:38 -0800
  • d00ee784db
    Update recently added log statement to fix possible null dereference warptangent 2015-01-28 09:46:04 -0800
  • eeb0634f60
    Merge remote-tracking branch 'origin/pr/24' into blockchain Thomas Winget 2015-02-01 06:05:16 -0500
  • 79ea1f6ff0
    Merge upstream warptangent 2015-01-30 16:19:22 -0800
  • 3ece1584f0
    make fallback compatible with newer slow-hash Riccardo Spagni 2015-01-28 11:32:52 +0200
  • 17d81f24c3 Merge branch 'master' of https://github.com/fluffypony/bitmonero Riccardo Spagni 2015-01-27 14:07:05 +0200
  • 497a514bd3 replaced 64-bit multiplication in difficulty.cpp with a portable version Riccardo Spagni 2015-01-27 14:04:23 +0200
  • 709bbc52c4
    replaced 64-bit multiplication in difficulty.cpp with a portable version Riccardo Spagni 2015-01-27 14:04:23 +0200
  • bd143e0c2f
    Merge pull request #220 Riccardo Spagni 2015-01-27 09:44:17 +0200
  • 9b3673a54c
    added portable slow-hash, updated makefile targets, fixed readme Riccardo Spagni 2015-01-27 09:43:15 +0200
  • de8a1291ce
    Merge pull request #219 Riccardo Spagni 2015-01-27 09:16:34 +0200
  • e70bc3d369
    fixed sse2 ifdef Riccardo Spagni 2015-01-27 09:15:14 +0200
  • bd10324f0d
    Merge pull request #218 Riccardo Spagni 2015-01-27 09:08:09 +0200
  • 2b3b70a261
    remove aes flag, detect no sse2 Riccardo Spagni 2015-01-27 09:05:47 +0200
  • bb85fea35a
    fixed AES support flag Riccardo Spagni 2015-01-27 07:45:21 +0200
  • 615079e2f4
    allow for explicitly disabling AES-NI Riccardo Spagni 2015-01-26 23:19:53 +0200
  • 9d52378029
    Merge to keep up with upstream Thomas Winget 2015-01-21 11:25:48 -0500
  • acd4c369e4
    Should fix std::min issues related to size_t Thomas Winget 2015-01-19 17:39:38 -0500
  • 34883599bc
    Add in-source lmdb to build process Thomas Winget 2015-01-18 18:30:31 -0500
  • 4e45fae9c3
    Initial import of lmdb source Thomas Winget 2015-01-18 16:18:15 -0500
  • 9e0516c1dd
    Merge pull request #215 Riccardo Spagni 2015-01-15 14:03:35 +0200
  • 580e003357
    Merge pull request #214 Riccardo Spagni 2015-01-15 13:59:37 +0200
  • 5149286c0b
    Merge #216 Thomas Winget 2015-01-14 20:39:57 -0500
  • 40e0b70075
    Merge #22 Thomas Winget 2015-01-14 17:41:46 -0500
  • f74792b778
    Fix seed node threaded DNS lookup warptangent 2015-01-14 13:14:01 -0800
  • 800d9b9247
    Remove code previously made unused and marked unused warptangent 2015-01-14 13:41:37 -0800
  • d43782f041 Merge pull request #21 from warptangent/fix_block_reorg Thomas Winget 2015-01-12 14:24:18 -0500
  • 0840c2fd7e
    Fix height assertion in Blockchain::handle_alternative_block() warptangent 2015-01-11 19:07:27 -0800
  • 63051bea1c
    Fix comparison between main and alternate chain's cumulative difficulty. warptangent 2015-01-11 18:46:08 -0800
  • 909ea81067
    Remove a have_block() check so alternate block can be processed warptangent 2015-01-11 18:19:01 -0800
  • 4d0a94b20c
    Complete implementation of transaction removal warptangent 2015-01-11 18:04:04 -0800
  • 1701c26750
    Use block index when obtaining block's difficulty for log statement warptangent 2015-01-11 16:59:59 -0800
  • 23c3d382c8
    added monoermooo's gpg key Riccardo Spagni 2015-01-11 15:49:07 +0200
  • 24d500ce8e
    Add a --restricted-rpc flag to simplewallet moneromooo-monero 2015-01-11 11:06:35 +0000
  • 87839cd484
    Allow get_bulk_payments to return all payments regardless of payment ID moneromooo-monero 2015-01-10 19:32:08 +0000
  • 030eab7a49 Merge pull request #20 from warptangent/fix_transfers Thomas Winget 2015-01-09 20:04:47 -0500
  • 4eba21fd48
    Fix transfers to support mixins warptangent 2015-01-09 13:01:22 -0800
  • d045dfa7ce
    Fix transfers (without mixins) warptangent 2015-01-09 12:57:33 -0800
  • 429a740562
    throw inline functions need to keep exception type Thomas Winget 2015-01-09 07:29:05 -0500