aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-30wallet: add a sweep_dust commandmoneromooo-monero4-1/+344
2015-05-30Merge pull request #299Riccardo Spagni1-3/+19
2015-05-30Merge pull request #298Riccardo Spagni1-4/+4
2015-05-30Merge pull request #297Riccardo Spagni1-38/+75
2015-05-30Merge pull request #294Riccardo Spagni14-565/+38
2015-05-30Merge pull request #293Riccardo Spagni2-14/+52
2015-05-30console_handler: handle EOF properlymoneromooo-monero1-3/+19
2015-05-30README: minor wording changesmoneromooo-monero1-4/+4
2015-05-30Replace hardcoded value with existing constant of same valuewarptangent1-1/+1
2015-05-30Update database resize behaviorwarptangent1-2/+20
2015-05-30Include database error in more error messageswarptangent1-35/+54
2015-05-28rpc_command_executor: fix mining in testnet modemoneromooo-monero1-2/+1
2015-05-28core_rpc_server: add a getter for the testnet flagmoneromooo-monero1-0/+1
2015-05-28core_rpc_server: log some error messages to the consolemoneromooo-monero1-0/+3
2015-05-28daemon: remove obsolete daemon_commands_handler.hmoneromooo-monero2-530/+0
2015-05-28core_rpc_server: reenable print_plmoneromooo-monero1-3/+2
2015-05-28net_peerlist: fix grayt/white naming mismatchmoneromooo-monero1-2/+2
2015-05-28daemon: Set log file default to use data dirwarptangent1-1/+16
2015-05-28simplewallet: Update and add log optionswarptangent1-9/+29
2015-05-28simplewallet: Don't log view key and spend keywarptangent1-4/+7
2015-05-27blockchain_db: add a few constmoneromooo-monero6-10/+10
2015-05-27wallet: add consts where appropriatemoneromooo-monero2-18/+19
2015-05-26explicitly include libc++ with clangRiccardo Spagni1-1/+6
2015-05-26Merge pull request #292Riccardo Spagni1-31/+36
2015-05-26Merge pull request #291Riccardo Spagni2-2/+6
2015-05-26Merge pull request #289Riccardo Spagni2-75/+210
2015-05-25Fix compile for GCC 5.1.0warptangent2-2/+6
2015-05-25Build seed node list without duplicateswarptangent1-31/+36
2015-05-20Merge pull request #290Riccardo Spagni5-26/+57
2015-05-20Merge pull request #288Riccardo Spagni10-14/+71
2015-05-20Merge pull request #287Riccardo Spagni2-9/+17
2015-05-20Merge pull request #285Riccardo Spagni2-0/+9
2015-05-19Add spendkey dump to simplewalletluigi11112-0/+9
2015-05-19Allow name@domain.tld for OpenAlias lookupswarptangent5-1/+43
2015-05-19Revert "Allow name@domain.tld for OpenAlias lookups"warptangent2-25/+14
2015-05-18Check if LMDB needs resize every 1000 blocksThomas Winget1-1/+1
2015-05-18null out batch txn pointer as needed (BlockchainLMDB)Thomas Winget1-4/+5
2015-05-17s/terget/target/moneromooo-monero6-13/+13
2015-05-17print limits when running limit commands with no argumentsmoneromooo-monero5-3/+60
2015-05-16Support debugging command --pop-blocks on in-memory blockchainwarptangent2-9/+17
2015-05-16LMDB should now dynamically resize the mapsizeThomas Winget2-60/+187
2015-05-16Merge pull request #286Riccardo Spagni4-52/+58
2015-05-16Allow BlockchainLMDB to be opened in read-only modewarptangent2-4/+11
2015-05-15Move mdb_txn_safe implementation to cpp fileThomas Winget2-51/+58
2015-05-15Rename "--block-number" option to "--block-stop"warptangent3-46/+45
2015-05-15Check if chunk size is zero instead of negativewarptangent1-2/+2
2015-05-14Merge pull request #284Riccardo Spagni2-14/+46
2015-05-14Merge pull request #283Riccardo Spagni1-1/+4
2015-05-13Fixes changes to sort tx by fee per kbThomas Winget2-14/+46
2015-05-13Check for Clang before adding compiler flagwarptangent1-1/+4
2015-05-13Merge pull request #281Riccardo Spagni13-619/+969
2015-05-13Merge pull request #280Riccardo Spagni3-11/+11
2015-05-13Merge pull request #277Riccardo Spagni1-1/+16
2015-05-13Merge branch 'tewinget-sort_tx_by_fee_per_kb'Riccardo Spagni2-12/+40
2015-05-13resolved merge conflict in tx_pool.cppRiccardo Spagni2-12/+40
2015-05-13Merge pull request #274Riccardo Spagni2-14/+25
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent10-2/+2
2015-05-08Add --block-number option to blockchain_importwarptangent1-7/+17
2015-05-08Update blockchain utilities with portable bootstrap file formatwarptangent8-460/+755
2015-05-08Add MDB_NORDAHEAD as a supported LMDB flag for blockchain_importwarptangent1-8/+2
2015-05-08Condense #if directiveswarptangent1-9/+2
2015-05-08Add basic "pop blocks" command to blockchain_import for debuggingwarptangent1-0/+58
2015-05-08Update log statementswarptangent3-3/+3
2015-05-08Fix incompatibility with blockchain exporter when source is LMDBwarptangent1-1/+16
2015-05-06Merge branch 'clang_fixes' into clang_fixes-masterSergey Kazenyuk3-11/+11
2015-05-06Merge pull request #269Riccardo Spagni7-17/+108
2015-05-05Merge pull request #268Riccardo Spagni3-8/+72
2015-05-05Merge pull request #267Riccardo Spagni1-7/+2
2015-05-05Merge pull request #265Riccardo Spagni1-1/+1
2015-04-30Sort txs by per-kb-fee for minersThomas Winget2-7/+35
2015-04-30When removing 'stuck' transactions, don't ignore the first tx in the poolThomas Winget1-5/+5
2015-04-29Allow name@domain.tld for OpenAlias lookupsThomas Winget2-14/+25
2015-04-23Keep memory pool consistent when stuck tx removedwarptangent1-0/+1
2015-04-23Add mempool output to daemon via command and RPCwarptangent7-17/+107
2015-04-22DNS Checkpoint updating-related fixes/changesThomas Winget3-8/+72
2015-04-22Require BerkeleyDB to be installed (for now) if building non-staticThomas Winget1-7/+2
2015-04-20Fix missing virtual destructorSergey Kazenyuk2-2/+4
2015-04-20Suppress 'register storage class is deprecated' warning in boost dependency l...Sergey Kazenyuk1-2/+2
2015-04-14update lmdb64Riccardo Spagni22-365/+201
2015-04-13disable non-working optimized slow_hash on 32 bit intelJavier Smooth1-1/+1
2015-04-11Merge pull request #261Riccardo Spagni1-1/+1
2015-04-11Don't recommend --HEAD for brew usersSammy Libre1-1/+1
2015-04-11Merge pull request #260Riccardo Spagni9-8/+17
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero9-8/+17
2015-04-10Merge pull request #259Riccardo Spagni1-2/+16
2015-04-10Fixes start_mining in cli interactive modeThomas Winget1-2/+16
2015-04-09fixed static windows makefile targetsRiccardo Spagni1-2/+2
2015-04-09Merge pull request #258Riccardo Spagni1-0/+2
2015-04-08Disable DNS checkpoint updating on testnetThomas Winget1-0/+2
2015-04-08Merge pull request #256Riccardo Spagni96-158/+42389
2015-04-08Merge pull request #257Riccardo Spagni6-60/+134
2015-04-08[fix] Network 1.8: unlimited the RPC connectionsrfree2monero6-60/+134
2015-04-07Merge BlockchainDB into upstreamThomas Winget96-158/+42389
2015-04-07Merges PR #37Thomas Winget2-3/+29
2015-04-07Only compile BerkeleyDB as an option in non-staticThomas Winget4-17/+41
2015-04-06updated unbound cmake for static buildsRiccardo Spagni3-2/+34
2015-04-06explicitly disable AES on ARMRiccardo Spagni1-1/+1
2015-04-06add arm6 target and flagsRiccardo Spagni2-1/+13
2015-04-06new makefile targets for static buildsRiccardo Spagni1-2/+16
2015-04-05no newline at end of fileRiccardo Spagni1-1/+1
2015-04-05Merge pull request #255Riccardo Spagni1-1/+8
2015-04-05handle unlikely rounding up after sqrtJavier Smooth1-0/+3
2015-04-05triangular distribution to choose recent outputs more often for mixinsJavier Smooth1-1/+5
2015-04-05minor CMakeLists fix for Unbound, ldns -> sldnsRiccardo Spagni1-7/+7
2015-04-04reinstate accidentally removed CMakeListsRiccardo Spagni1-0/+201
2015-04-02Merge pull request #252Riccardo Spagni79-276/+7174
2015-04-02Merge pull request #251Riccardo Spagni2-5/+2
2015-04-02Network 1.7; Quieted the debug a bit.rfree2monero3-11/+15
2015-04-02Fixed DNS resolution bug in WindowsThomas Winget2-5/+2
2015-04-02Utils: use const, document dbg. Less default debugrfree2monero2-30/+55
2015-04-02update hardcoded fallback seedsRiccardo Spagni1-12/+25
2015-04-02update unbound from upstreamRiccardo Spagni155-3514/+5556
2015-04-01[fix] mac os x includes std::random...rfree2monero1-0/+4
2015-04-01Network 1.6: network limits, logging, +doxyrfree2monero1-1/+7
2015-04-01my changelogrfree2monero1-0/+71
2015-04-01doxygen filesrfree2monero2-0/+1817
2015-04-01doxygen related toolrfree2monero1-0/+25
2015-04-01added windows_stream.* console colorsrfree2monero2-0/+84
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero29-243/+702
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero98-2467/+9502
2015-03-30Merge pull request #248Riccardo Spagni16-162/+512
2015-03-29Merge upstream into blockchainThomas Winget7-28/+142
2015-03-29Merge BerkeleyDB blockchain db implementationThomas Winget19-102/+2250
2015-03-27Restore daemon interactive modeThomas Winget16-162/+512
2015-03-26Merge pull request #247Riccardo Spagni1-1/+1
2015-03-26Merge pull request #244Riccardo Spagni3-12/+117
2015-03-26Merge pull request #242Riccardo Spagni2-5/+8
2015-03-26Merge pull request #239Riccardo Spagni1-10/+16
2015-03-26fix cmake miniupnpc typomeshpoint1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget13-58/+146
2015-03-25update berkeleydb branch to blockchain branchThomas Winget100-2375/+9070
2015-03-25Merge upstream updates into blockchain branchThomas Winget94-2326/+8929
2015-03-25Merges #36Thomas Winget6-49/+141
2015-03-24Enforce DNSSEC for checkpoint updatesThomas Winget1-10/+17
2015-03-24DNSSEC added (hardcoded key)Thomas Winget2-2/+100
2015-03-24Merge pull request #243Riccardo Spagni49-395/+3970
2015-03-24updated gtest to latestRiccardo Spagni37-1919/+4932
2015-03-24Merge upstream to daemonize changesThomas Winget10-12/+27
2015-03-23blockchain_converter: Add support for resume from last blockwarptangent1-10/+37
2015-03-22blockchain_import: lengthen string for line clearwarptangent1-16/+19
2015-03-22blockchain_export: show progress during exportwarptangent1-9/+17
2015-03-22Update Blockchain::get_db() to return reference instead of pointerwarptangent4-14/+14
2015-03-22Add README for blockchain converter, importer, and exporter utilitieswarptangent1-0/+54
2015-03-22Fixed bug in static linking boost on MINGWThomas Winget1-0/+6
2015-03-20Hopefully fixes build on Windows for real this timeThomas Winget1-5/+5
2015-03-20Hopefully fixes build on WindowsThomas Winget3-3/+15
2015-03-17BerkeleyDB implementation of BlockchainDB seems to be working!Thomas Winget2-20/+20
2015-03-17Pull blockchain changes into berkeleydb branchThomas Winget72-107/+17743
2015-03-17Merges PR #35Thomas Winget12-38/+1659
2015-03-17Merges #33Thomas Winget0-0/+0
2015-03-17Move db_drivers/ to external/Thomas Winget59-5/+4
2015-03-17fixed BUILD_64 optionRiccardo Spagni1-1/+1
2015-03-17fixed arch_width optionRiccardo Spagni1-3/+9
2015-03-17fixed msys2 / mingw folders based on architecture, added license to unbound C...Riccardo Spagni2-8/+36
2015-03-17moved 32-bit/64-bit detection into main CMakeListsRiccardo Spagni58-9/+12
2015-03-17removed findlmdb.cmake, no longer requiredRiccardo Spagni1-57/+0
2015-03-1732-bit LMDB, removed check for in-system LMDB as it is consensus-criticalRiccardo Spagni29-17/+16061
2015-03-17Revert "Moved db_drivers/ into external/ for consistency"Thomas Winget31-2/+3
2015-03-17Revert "Build fixed, goofed up some CMake"Thomas Winget1-4/+0
2015-03-17BlockchainBDB passes unit testsThomas Winget1-1/+4
2015-03-16blockchain_export: Add compile-time support for BlockchainDBwarptangent2-31/+63
2015-03-16BerkeleyDB Blockchain building, not working yetThomas Winget6-199/+253
2015-03-16CMake wiring, minor cleanup, minor test additionThomas Winget6-2/+37
2015-03-16BerkeleyDB BlockchainDB impl copy/paste/modifyThomas Winget2-9/+1304
2015-03-16Try to not pollute cryptonote namespaceThomas Winget2-47/+47
2015-03-16Initial commit of BDB BlockchainDB implementationThomas Winget2-0/+678
2015-03-16Add blockchain_export utilitywarptangent3-0/+470
2015-03-16Add support for database open with flagswarptangent7-14/+77
2015-03-16Add mdb_flags variable to LMDB database openwarptangent1-1/+2
2015-03-16Add blockchain_import utilitywarptangent4-0/+894
2015-03-15Blockchain: add get_db() accessor, needed for blockchain_importwarptangent1-0/+5
2015-03-15blockchain_converter: Add support for batch transactionswarptangent1-23/+173
2015-03-15Update and relocate comment that applies class widewarptangent1-8/+14
2015-03-15Do store transaction's blob size in transaction_chain_entrySergey Kazenyuk2-4/+5
2015-03-15Use single get_transaction_hash to get both id and blob sizeSergey Kazenyuk1-2/+4
2015-03-13BlockchainDB implementations have names nowThomas Winget5-3/+20
2015-03-10Fixed includes in BlockchainDB unit testsThomas Winget1-2/+2
2015-03-10Build fixed, goofed up some CMakeThomas Winget1-0/+4
2015-03-10default mix factor in simplewalletsmooth1-10/+16
2015-03-10Merge pull request #238Riccardo Spagni1-0/+1
2015-03-09Moved db_drivers/ into external/ for consistencyThomas Winget31-3/+2
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget12-13/+72
2015-03-06update checkpointsmooth1-0/+1
2015-03-05Merge pull request #237Riccardo Spagni3-4/+13
2015-03-05add comment about avoiding overflowsmooth1-0/+6
2015-03-04minimum subsidy for mining incentives, remove unused LEGACY_FEE definesmooth3-4/+7
2015-03-04fixed English word list issue: 'launchpad' should be 'ourselves'Riccardo Spagni1-1/+1
2015-03-04fixed English word list issue: 'incline' should have remained 'inline'Riccardo Spagni1-1/+1
2015-03-01DNS checkpoint loading for testnet should now be correctThomas Winget4-4/+19
2015-03-01sending commands to forked daemon works on testnet nowThomas Winget1-0/+4
2015-03-01Fix tests building -- function signatures changedThomas Winget4-3/+7
2015-03-01markdown formatting fixRiccardo Spagni1-1/+1
2015-02-28Merge pull request #234Riccardo Spagni3-6/+7
2015-02-28move website and DNS unit tests from monero.cc to getmonero.orgRiccardo Spagni3-6/+7
2015-02-24fix locking in count-peers thread (2)rfree2monero4-12/+28
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero19-110/+306
2015-02-24revert stop_daemon method to use correct exitThomas Winget1-1/+1
2015-02-24RPC calls for background daemon added inThomas Winget8-52/+301
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget39-386/+3671
2015-02-23Changed log level of debug message -- too spammyThomas Winget1-1/+1