aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+1
2017-08-07Merge pull request #2234Riccardo Spagni1-1/+0
2017-08-07Merge pull request #2210Riccardo Spagni2-6/+15
2017-08-07Merge pull request #2147Riccardo Spagni1-26/+86
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+1
2017-07-31some include cleanupmoneromooo-monero1-1/+0
2017-07-27Move OpenAlias console input back from libsmoneromooo-monero2-6/+15
2017-07-12miner: fix background mining options parsingmoneromooo-monero1-2/+2
2017-07-06fix on_battery_power for linuxRyan Mehta1-26/+86
2017-06-08Add OSX background miningjethro2-1/+43
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-04-24Merge pull request #1938Riccardo Spagni2-2/+4
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias2-2/+4
2017-04-11Simplified the implementation and features of spanLee Clagett1-7/+22
2017-04-11Improvements for epee binary to hex functions:Lee Clagett2-17/+8
2017-04-11Merge pull request #1955Riccardo Spagni2-7/+1
2017-04-11Merge pull request #1946Riccardo Spagni1-0/+2
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2-7/+1
2017-03-31miner: add a debug log in pause and resumemoneromooo-monero1-0/+2
2017-03-28Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT1-3/+5
2017-03-26core: disable tx/block hash cachemoneromooo-monero1-0/+6
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero3-28/+42
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero4-2/+114
2017-03-17wallet-rpc: enable openaliasstoffu2-2/+6
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero2-1/+11
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi843-0/+684
2017-03-05format_utils: fix typo in assert messagelethos31-2/+2
2017-03-03Merge pull request #1826Riccardo Spagni2-9/+60
2017-03-03Merge pull request #1820Riccardo Spagni3-0/+33
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero2-9/+60
2017-02-27core: add functions to serialize base tx infomoneromooo-monero3-0/+33
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero3-685/+2
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni22-22/+22
2017-02-21Merge pull request #1731Riccardo Spagni1-3/+3
2017-02-21Merge pull request #1733Riccardo Spagni1-4/+3
2017-02-21Merge pull request #1744Riccardo Spagni1-104/+5
2017-02-20dns_utils: factor TXT record loading code from checkpoint codemoneromooo-monero1-104/+5
2017-02-16More robust battery status handling.Dion Ahmetaj2-21/+64
2017-02-15BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required...Dion Ahmetaj1-4/+3
2017-02-14hardfork: tone down some logsmoneromooo-monero1-3/+3
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2-4/+4
2017-02-10Changed ac_line_status to on_battery_power.Dion Ahmetaj2-6/+6
2017-02-10Use defined directive to silence pre-proc warnings.Dion Ahmetaj1-1/+1
2017-02-10Cleaned up some logging. Thanks to moneromooo for help.Dion Ahmetaj1-20/+20
2017-02-10Added some //TODO comments pertaining to returning enums instead of bools in ...Dion Ahmetaj1-0/+5
2017-02-10Moved around checking of AC power in order to bail quicker to sleep if not pl...Dion Ahmetaj1-4/+6
2017-02-10Moved setting of previous process times to block where background mining is s...Dion Ahmetaj1-14/+11
2017-02-10Set background mining started bool to false on bg thread start. If mining::st...Dion Ahmetaj1-0/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2-11/+442
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi8422-0/+4908