Commit Graph

  • daf2a8f6cb
    Revert "Build fixed, goofed up some CMake" Thomas Winget 2015-03-17 18:01:07 -0400
  • e146027acd
    BlockchainBDB passes unit tests Thomas Winget 2015-03-17 17:18:45 -0400
  • ffadb6571a
    blockchain_export: Add compile-time support for BlockchainDB warptangent 2015-03-16 11:57:26 -0700
  • 43477b7dac
    BerkeleyDB Blockchain building, not working yet Thomas Winget 2015-03-16 09:14:51 -0400
  • cade0da8f1
    CMake wiring, minor cleanup, minor test addition Thomas Winget 2015-03-16 03:12:54 -0400
  • 1bc89398b4
    BerkeleyDB BlockchainDB impl copy/paste/modify Thomas Winget 2015-03-14 19:28:34 -0400
  • 5112dc37d7
    Try to not pollute cryptonote namespace Thomas Winget 2015-03-14 17:24:51 -0400
  • edef0bb771
    Initial commit of BDB BlockchainDB implementation Thomas Winget 2015-03-09 16:21:44 -0400
  • f6cbfb623b
    Add blockchain_export utility warptangent 2015-02-16 04:20:55 -0800
  • 275cbd4348
    Add support for database open with flags warptangent 2015-02-11 16:02:20 -0800
  • cb862cb81a
    Add mdb_flags variable to LMDB database open warptangent 2015-02-11 15:55:53 -0800
  • 260cc56fae
    Add blockchain_import utility warptangent 2015-02-10 15:13:32 -0800
  • ca75b4789c
    Blockchain: add get_db() accessor, needed for blockchain_import warptangent 2015-02-10 16:44:32 -0800
  • a3dd9d10f3
    blockchain_converter: Add support for batch transactions warptangent 2015-03-03 17:20:27 -0800
  • acb5d291b8
    Update and relocate comment that applies class wide warptangent 2015-03-03 13:09:49 -0800
  • b43716c756 Do store transaction's blob size in transaction_chain_entry Sergey Kazenyuk 2015-03-15 04:27:34 +0300
  • 3be518ff40 Use single get_transaction_hash to get both id and blob size Sergey Kazenyuk 2015-03-15 04:22:25 +0300
  • eee3ee7073
    BlockchainDB implementations have names now Thomas Winget 2015-03-13 21:39:27 -0400
  • 5d2a2b7e69
    Fixed includes in BlockchainDB unit tests Thomas Winget 2015-03-10 15:17:46 -0400
  • 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