Age | Commit message (Expand) | Author | Files | Lines |
2015-01-27 | replaced 64-bit multiplication in difficulty.cpp with a portable version | Riccardo Spagni | 1 | -4/+34 |
2015-01-27 | Merge pull request #220 | Riccardo Spagni | 3 | -16/+166 |
2015-01-27 | added portable slow-hash, updated makefile targets, fixed readme | Riccardo Spagni | 3 | -16/+166 |
2015-01-27 | Merge pull request #219 | Riccardo Spagni | 1 | -2/+2 |
2015-01-27 | fixed sse2 ifdef | Riccardo Spagni | 1 | -2/+2 |
2015-01-27 | Merge pull request #218 | Riccardo Spagni | 2 | -2/+4 |
2015-01-27 | remove aes flag, detect no sse2 | Riccardo Spagni | 2 | -2/+4 |
2015-01-27 | fixed AES support flag | Riccardo Spagni | 1 | -4/+4 |
2015-01-26 | allow for explicitly disabling AES-NI | Riccardo Spagni | 1 | -2/+13 |
2015-01-21 | Merge to keep up with upstream | Thomas Winget | 10 | -25/+208 |
2015-01-19 | Should fix std::min issues related to size_t | Thomas Winget | 1 | -2/+2 |
2015-01-18 | Add in-source lmdb to build process | Thomas Winget | 4 | -5/+92 |
2015-01-18 | Initial import of lmdb source | Thomas Winget | 27 | -0/+16131 |
2015-01-15 | Merge pull request #215 | Riccardo Spagni | 4 | -2/+36 |
2015-01-15 | Merge pull request #214 | Riccardo Spagni | 3 | -12/+45 |
2015-01-14 | Merge #216 | Thomas Winget | 1 | -28/+41 |
2015-01-14 | Merge #22 | Thomas Winget | 2 | -26/+0 |
2015-01-14 | Fix seed node threaded DNS lookup | warptangent | 1 | -28/+41 |
2015-01-14 | Remove code previously made unused and marked unused | warptangent | 2 | -26/+0 |
2015-01-12 | Merge pull request #21 from warptangent/fix_block_reorg | Thomas Winget | 5 | -35/+137 |
2015-01-11 | Fix height assertion in Blockchain::handle_alternative_block() | warptangent | 1 | -1/+1 |
2015-01-11 | Fix comparison between main and alternate chain's cumulative | warptangent | 1 | -2/+10 |
2015-01-11 | Remove a have_block() check so alternate block can be processed | warptangent | 1 | -7/+27 |
2015-01-11 | Complete implementation of transaction removal | warptangent | 4 | -23/+97 |
2015-01-11 | Use block index when obtaining block's difficulty for log statement | warptangent | 1 | -2/+2 |
2015-01-11 | added monoermooo's gpg key | Riccardo Spagni | 1 | -0/+52 |
2015-01-11 | Add a --restricted-rpc flag to simplewallet | moneromooo-monero | 4 | -2/+36 |
2015-01-11 | Allow get_bulk_payments to return all payments regardless of payment ID | moneromooo-monero | 3 | -12/+45 |
2015-01-09 | Merge pull request #20 from warptangent/fix_transfers | Thomas Winget | 4 | -4/+127 |
2015-01-09 | Fix transfers to support mixins | warptangent | 2 | -3/+42 |
2015-01-09 | Fix transfers (without mixins) | warptangent | 4 | -1/+85 |
2015-01-09 | throw inline functions need to keep exception type | Thomas Winget | 1 | -3/+5 |
2015-01-09 | Fixes segfault in Blockchain::handle_alternative_block | Thomas Winget | 2 | -6/+12 |
2015-01-08 | Merge pull request #206 | Riccardo Spagni | 2 | -11/+59 |
2015-01-07 | add BlockchainDB tests to new cmake | Thomas Winget | 1 | -0/+1 |
2015-01-06 | Merge pull request #211 | Riccardo Spagni | 2 | -0/+3 |
2015-01-06 | previous hash added to GBT | Riccardo Spagni | 2 | -0/+3 |
2015-01-04 | Merge pull request #19 from warptangent/fix_tx_output | Thomas Winget | 1 | -1/+1 |
2015-01-04 | Merge pull request #18 from moneromooo-monero/blockchain | Thomas Winget | 2 | -12/+11 |
2015-01-04 | Obtain tx hash and tx output index from amount and output offset | warptangent | 1 | -1/+1 |
2015-01-04 | Fixes a bug with getting output metadata from BlockchainDB | Thomas Winget | 4 | -17/+37 |
2015-01-04 | db_lmdb: fix global index calculation off by 1 | moneromooo-monero | 1 | -1/+1 |
2015-01-04 | update comments to reflect changed code | Thomas Winget | 1 | -4/+1 |
2015-01-04 | db_lmdb: remove redundant checks | moneromooo-monero | 1 | -10/+4 |
2015-01-04 | Merge pull request #17 from moneromooo-monero/blockchain | Thomas Winget | 1 | -1/+4 |
2015-01-04 | blockchain_converter: add --testnet for converting testnet blockchain | moneromooo-monero | 1 | -1/+6 |
2015-01-04 | db_lmdb: do not give the group database write permissions | moneromooo-monero | 1 | -1/+1 |
2015-01-04 | db_lmdb: catch attempt to remove block from an empty blockchain | moneromooo-monero | 1 | -0/+3 |
2015-01-04 | Merge pull request #16 from moneromooo-monero/blockchain | Thomas Winget | 1 | -485/+138 |
2015-01-04 | Merge pull request #15 from moneromooo-monero/blockchain | Thomas Winget | 3 | -223/+106 |
2015-01-04 | db_lmdb: factor all the log+throw code paths | moneromooo-monero | 1 | -485/+138 |
2015-01-04 | Merge pull request #14 from moneromooo-monero/blockchain | Thomas Winget | 10 | -487/+384 |
2015-01-04 | db_lmdb: factor the MDB_val setup code | moneromooo-monero | 1 | -197/+74 |
2015-01-04 | blockchain: fix wallet syncing from scratch | moneromooo-monero | 1 | -1/+2 |
2015-01-04 | blockchain_converter: a bit more user friendly output | moneromooo-monero | 1 | -2/+9 |
2015-01-04 | blockchain_converter: only call data path function once | moneromooo-monero | 1 | -5/+4 |
2015-01-04 | blockchain: do not append "testnet" to the data directory | moneromooo-monero | 1 | -6/+0 |
2015-01-04 | db_lmdb: remove block timestamp too when removing a block | moneromooo-monero | 1 | -0/+6 |
2015-01-04 | db_lmdb: do not cast const away | moneromooo-monero | 1 | -13/+13 |
2015-01-04 | Merge pull request #13 from moneromooo-monero/blockchain | Thomas Winget | 4 | -6/+69 |
2015-01-04 | db_lmdb: do not keep a dangling pointer to stack objects | moneromooo-monero | 1 | -0/+4 |
2015-01-04 | db_lmdb: make cursor internal members private | moneromooo-monero | 1 | -0/+1 |
2015-01-04 | blockchain_storage: refactor genesis block creation | moneromooo-monero | 2 | -16/+6 |
2015-01-04 | blockchain_storage: add consts where appropriate | moneromooo-monero | 2 | -110/+110 |
2015-01-04 | blockchain_converter: delete blockchain on succesful exit | moneromooo-monero | 1 | -0/+1 |
2015-01-04 | checkpoints: add consts where appropriate | moneromooo-monero | 2 | -7/+7 |
2015-01-04 | blockchain: add consts where appropriate | moneromooo-monero | 2 | -84/+84 |
2015-01-04 | blockchain_db: add consts where appropriate | moneromooo-monero | 3 | -121/+121 |
2015-01-04 | blockchain_db: factor some exception code | moneromooo-monero | 1 | -148/+48 |
2015-01-04 | extraneous semicolon in Blockchain::complete_timestamps_vector | Thomas Winget | 1 | -1/+1 |
2015-01-04 | blockchain_converter: use the actual blockchain location | moneromooo-monero | 1 | -3/+5 |
2015-01-04 | raised maximum mapsize for lmdb to ~16GB | Thomas Winget | 1 | -1/+1 |
2015-01-04 | build: add liblmdb to the cmake autodetection system | moneromooo-monero | 3 | -3/+64 |
2015-01-04 | more blockchain height-related fixes, syncing other nodes code this time | Thomas Winget | 1 | -4/+4 |
2015-01-04 | ~ didn't work, need hard path. debug print. | Thomas Winget | 1 | -3/+5 |
2015-01-04 | very, VERY primitive blockchain converter | Thomas Winget | 5 | -14/+171 |
2015-01-04 | add new checkpointing behavior to Blockchain class | Thomas Winget | 2 | -3/+78 |
2015-01-04 | Remove unused dependency | Thomas Winget | 26 | -11043/+0 |
2015-01-04 | Store output pubkeys separately, bug fixes | Thomas Winget | 2 | -9/+54 |
2015-01-04 | Minor bugfixes, redundancy removal | Thomas Winget | 3 | -10/+104 |
2015-01-04 | moar bug fixes, removed debug prints | Thomas Winget | 2 | -8/+4 |
2015-01-04 | BlockchainLMDB seems to be working*! | Thomas Winget | 3 | -141/+155 |
2015-01-04 | some bug fixes, but still needs work | Thomas Winget | 3 | -35/+73 |
2015-01-04 | Minor bug fixes and debug prints | Thomas Winget | 2 | -6/+122 |
2015-01-04 | minor fixes to Blockchain.cpp | Thomas Winget | 2 | -3/+7 |
2015-01-04 | Integrate BlockchainDB into cryptonote_core | Thomas Winget | 8 | -24/+58 |
2015-01-04 | All LMDB BlockchainDB implemented, not tested | Thomas Winget | 2 | -135/+900 |
2015-01-04 | LMDB blockchain: remove outputs and spent keys | Thomas Winget | 1 | -0/+63 |
2015-01-04 | Adding block data to LMDB BlockchainDB coded | Thomas Winget | 3 | -8/+258 |
2015-01-04 | Parts of LMDB impl of BlockchainDB done and working | Thomas Winget | 4 | -69/+431 |
2015-01-04 | BlockchainDB unit tests, lmdb linker flag | Thomas Winget | 2 | -6/+25 |
2015-01-04 | Initial commit of lmdb BlockchainDB impl | Thomas Winget | 2 | -0/+472 |
2015-01-04 | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 3 | -6/+315 |
2015-01-04 | Adding libglim as an external library | Thomas Winget | 26 | -0/+11043 |
2015-01-04 | update new blockchain to build with new changes | Thomas Winget | 2 | -13/+34 |
2015-01-04 | stupid past me, fixing typos and shit... | Thomas Winget | 1 | -21/+21 |
2015-01-04 | missing typedef | Thomas Winget | 1 | -0/+3 |
2015-01-04 | import of BlockchainDB files | Thomas Winget | 4 | -0/+3003 |
2015-01-02 | Merge pull request #208 | Riccardo Spagni | 313 | -349/+302 |
2015-01-02 | year updated in license | Riccardo Spagni | 313 | -349/+302 |
2014-12-15 | std::atomic_flag has no copy/move constructor, can't have a vector | Thomas Winget | 1 | -9/+7 |
2014-12-15 | small typo in previous commit | Thomas Winget | 1 | -1/+1 |
2014-12-15 | DNS seed timeout and fallback | Thomas Winget | 2 | -11/+61 |
2014-12-13 | Merge pull request #203 | Riccardo Spagni | 3 | -4/+41 |
2014-12-13 | Merge pull request #202 | Riccardo Spagni | 1 | -2/+0 |
2014-12-13 | Merge pull request #201 | Riccardo Spagni | 1 | -7/+9 |
2014-12-13 | Merge pull request #200 | Riccardo Spagni | 4 | -0/+125 |
2014-12-13 | Merge pull request #205 | Riccardo Spagni | 2 | -1/+53 |
2014-12-13 | Merge branch 'master' of https://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 |
2014-12-13 | added gpg key for warptangent | Riccardo Spagni | 1 | -0/+52 |
2014-12-13 | revert the removal of the 'arch' flag from the release-static target | Riccardo Spagni | 1 | -1/+1 |
2014-12-13 | onwards to 0.8.8.7 | Riccardo Spagni | 1 | -1/+1 |
2014-12-11 | Document existing function | warptangent | 1 | -0/+6 |
2014-12-11 | Repeat prompt for wallet path if invalid | warptangent | 3 | -4/+35 |
2014-12-10 | revert the removal of the 'arch' flag from the release-static target | Riccardo Spagni | 1 | -1/+1 |
2014-12-10 | wallet2::rewrite update to not require bin file | warptangent | 1 | -2/+0 |
2014-12-10 | wallet2::load correctly initialize m_blockchain for wallet loaded without bin... | warptangent | 1 | -7/+9 |
2014-12-08 | Add simple_wallet::seed_set_language method | warptangent | 2 | -0/+72 |
2014-12-08 | Add wallet2::verify_password method | warptangent | 2 | -0/+53 |
2014-12-08 | version bump to 0.8.8.6v0.8.8.6 | Riccardo Spagni | 1 | -1/+1 |
2014-12-08 | Merge pull request #196 | Riccardo Spagni | 3 | -34/+67 |
2014-12-08 | Merge pull request #183 | Riccardo Spagni | 1 | -1/+5 |
2014-12-06 | wallet JSON update for non-deterministic wallet data | warptangent | 1 | -4/+10 |
2014-12-06 | Checking and handling for deterministic vs non-deterministic wallet | warptangent | 1 | -19/+35 |
2014-12-06 | Extract check for deterministic keys to wallet2::is_deterministic() | warptangent | 2 | -6/+20 |
2014-12-06 | indentation | warptangent | 1 | -1/+1 |
2014-12-06 | replace lines with call to recently added print_seed() | warptangent | 1 | -4/+1 |
2014-12-04 | update unbound from upstream | Riccardo Spagni | 72 | -2655/+1261 |
2014-12-02 | increased version number for tagged releasev0.8.8.5 | Riccardo Spagni | 1 | -1/+1 |
2014-12-02 | fixed CMake version matching | Riccardo Spagni | 1 | -1/+1 |
2014-12-02 | Merge pull request #186 | Riccardo Spagni | 3 | -6/+3 |
2014-12-02 | Merge pull request #187 | Riccardo Spagni | 3 | -0/+24 |
2014-12-01 | prompt for seed language and error handling | warptangent | 3 | -0/+24 |
2014-12-01 | remove unused display variable | warptangent | 1 | -3/+0 |
2014-12-01 | return true on success | warptangent | 1 | -1/+1 |
2014-12-01 | deterministic wallet use of twelve words fixed | warptangent | 1 | -1/+1 |
2014-12-01 | ensure that keccak is called on view spend key, not a possibly pre-sc_reduce3... | warptangent | 1 | -1/+1 |
2014-12-01 | Merge pull request #192 | Riccardo Spagni | 29 | -30/+8198 |
2014-12-01 | moved rapidjson to external folder, fixed CMake | Riccardo Spagni | 25 | -1/+3 |
2014-12-01 | Merge pull request #1 | Riccardo Spagni | 29 | -30/+8196 |
2014-12-01 | Merge pull request #191 | Riccardo Spagni | 2 | -6/+15 |
2014-12-01 | don't build tests unless we're building all-* or *-test builds | Riccardo Spagni | 2 | -6/+15 |
2014-11-27 | updated readme to include libevent / libgtest deps | Riccardo Spagni | 1 | -1/+1 |
2014-11-26 | Merge pull request #188 | Riccardo Spagni | 5 | -9/+10 |
2014-11-25 | Merge pull request #180 | Riccardo Spagni | 32 | -340/+2905 |
2014-11-18 | cmake: work around a bug with implicit link directories | Ben Boeckel | 1 | -0/+8 |
2014-11-18 | mingw: copy required libraries to the build tree | Ben Boeckel | 1 | -0/+16 |
2014-11-18 | cmake: place binaries together in the build tree | Ben Boeckel | 1 | -0/+3 |
2014-11-17 | msys: don't use LTO | Ben Boeckel | 1 | -0/+2 |
2014-11-17 | msys: factor out -Werror on msys | Ben Boeckel | 1 | -1/+4 |
2014-11-17 | msys: look in msys' directory for files | Ben Boeckel | 1 | -0/+5 |
2014-11-11 | Disable legacy fees for now | iamsmooth | 2 | -2/+2 |
2014-11-10 | miniupnpc: bump the _POSIX_C_SOURCE feature macro | Ben Boeckel | 1 | -1/+1 |
2014-11-09 | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ... | iamsmooth | 5 | -9/+10 |
2014-11-06 | Merge pull request #184 | Riccardo Spagni | 3 | -3/+22 |
2014-11-06 | per kb fees not passing correct fee to transfer() | Thomas Winget | 1 | -2/+1 |
2014-11-06 | Should now properly do per-kb fee | Thomas Winget | 1 | -1/+2 |
2014-11-06 | per kb fees | Thomas Winget | 3 | -3/+22 |
2014-11-01 | Exception handling while refreshing in rpc wallet (credits to QCN) | Sammy Libre | 1 | -1/+5 |
2014-10-24 | unbound: fix getaddrinfo detection for 32-bit windows | Ben Boeckel | 1 | -1/+11 |
2014-10-24 | cmake: Windows and static builds need this | Ben Boeckel | 1 | -1/+1 |
2014-10-24 | cmake: fix up link lines | Ben Boeckel | 5 | -3/+7 |
2014-10-24 | unbound: fix type checking | Ben Boeckel | 1 | -2/+2 |
2014-10-24 | unbound: plumb the libdir up | Ben Boeckel | 2 | -1/+6 |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 22 | -28/+28 |
2014-10-23 | cmake: fix up miniupnpc's define | Ben Boeckel | 2 | -6/+10 |
2014-10-23 | cmake: clean up EXTRA_LIBRARIES | Ben Boeckel | 1 | -3/+1 |
2014-10-23 | cmake: set the project name | Ben Boeckel | 1 | -0/+2 |
2014-10-23 | cmake: prepend to CMAKE_MODULE_PATH | Ben Boeckel | 1 | -1/+2 |
2014-10-23 | cmake: remove scream-make (all-caps functions) | Ben Boeckel | 1 | -15/+15 |
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 5 | -82/+1429 |
2014-10-23 | miniupnpc: clean up build system | Ben Boeckel | 1 | -65/+5 |
2014-10-23 | cmake: minor cleanups (indentation and typos) | Ben Boeckel | 2 | -15/+15 |
2014-10-23 | cmake: use option() for STATIC | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: clean up if auto-dereferencing | Ben Boeckel | 2 | -4/+4 |
2014-10-23 | build: inform the build of what generates version.h | Ben Boeckel | 1 | -1/+11 |
2014-10-23 | cmake: support git info in released tarballs | Ben Boeckel | 3 | -12/+25 |
2014-10-23 | cmake: fix up BOOST_IGNORE_SYSTEM_PATHS | Ben Boeckel | 1 | -2/+1 |
2014-10-23 | cmake: remove configuration variables | Ben Boeckel | 2 | -12/+0 |
2014-10-23 | cmake: factor out error messages | Ben Boeckel | 2 | -10/+17 |
2014-10-23 | miniupnpc: clear out else/endfoo command arguments | Ben Boeckel | 2 | -17/+17 |
2014-10-23 | daemon_tests: update cmake code | Ben Boeckel | 1 | -4/+50 |
2014-10-23 | gtest: support an external gtest | Ben Boeckel | 3 | -9/+22 |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 10 | -45/+562 |
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 11 | -20/+81 |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 7 | -51/+18 |
2014-10-23 | cmake: refactor common code with executables | Ben Boeckel | 5 | -72/+28 |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 11 | -51/+691 |
2014-10-23 | Merge pull request #182 | Riccardo Spagni | 7 | -35/+47 |
2014-10-20 | Apple and BSD don't need malloc.h | Riccardo Spagni | 1 | -1/+5 |
2014-10-19 | Prints seed after wallet upgrade. Removed iostream include. | Oran Juice | 3 | -6/+26 |
2014-10-19 | Doxygen comments | Oran Juice | 2 | -21/+40 |
2014-10-19 | Rewrites to old wallet file correctly | Oran Juice | 3 | -3/+18 |
2014-10-18 | Doxygen comments in | Oran Juice | 2 | -5/+37 |
2014-10-18 | Writes seed language while generating wallet. Wallet open fix. | Oran Juice | 3 | -22/+38 |
2014-10-18 | Stores seed language in wallet file. added rapidjson. Yet to test backward co... | Oran Juice | 28 | -4/+8068 |
2014-10-15 | removed unecessary mnemonics test | Riccardo Spagni | 1 | -13/+0 |
2014-10-15 | fixed errant > | Riccardo Spagni | 1 | -1/+1 |
2014-10-15 | Merge pull request #178 | Riccardo Spagni | 5 | -101/+319 |
2014-10-15 | Merge pull request #176 | Riccardo Spagni | 9 | -50/+215 |