Age | Commit message (Expand) | Author | Files | Lines |
2017-06-08 | Add OSX background mining | jethro | 2 | -1/+43 |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -1/+1 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 2 | -2/+4 |
2017-04-11 | Simplified the implementation and features of span | Lee Clagett | 1 | -7/+22 |
2017-04-11 | Improvements for epee binary to hex functions: | Lee Clagett | 2 | -17/+8 |
2017-04-03 | core: fix blob size cache, and reenable hash and blob size caches | moneromooo-monero | 2 | -7/+1 |
2017-03-31 | miner: add a debug log in pause and resume | moneromooo-monero | 1 | -0/+2 |
2017-03-28 | Add other possible paths of AC power status file on Linux | Guillaume LE VAILLANT | 1 | -3/+5 |
2017-03-26 | core: disable tx/block hash cache | moneromooo-monero | 1 | -0/+6 |
2017-03-25 | core: avoid possible reordering bugs wth tx/bloch hash cache | moneromooo-monero | 3 | -28/+42 |
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 4 | -2/+114 |
2017-03-17 | wallet-rpc: enable openalias | stoffu | 2 | -2/+6 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 2 | -1/+11 |
2017-03-10 | fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB... | kenshi84 | 3 | -0/+684 |
2017-03-05 | format_utils: fix typo in assert message | lethos3 | 1 | -2/+2 |
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 2 | -9/+60 |
2017-02-27 | core: add functions to serialize base tx info | moneromooo-monero | 3 | -0/+33 |
2017-02-25 | core: move hardfork back to cryptonote_core | moneromooo-monero | 3 | -685/+2 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 22 | -22/+22 |
2017-02-20 | dns_utils: factor TXT record loading code from checkpoint code | moneromooo-monero | 1 | -104/+5 |
2017-02-16 | More robust battery status handling. | Dion Ahmetaj | 2 | -21/+64 |
2017-02-15 | BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required... | Dion Ahmetaj | 1 | -4/+3 |
2017-02-14 | hardfork: tone down some logs | moneromooo-monero | 1 | -3/+3 |
2017-02-10 | Added a note about smart mining to status command. Fixed up a bug where I was... | Dion Ahmetaj | 2 | -4/+4 |
2017-02-10 | Changed ac_line_status to on_battery_power. | Dion Ahmetaj | 2 | -6/+6 |
2017-02-10 | Use defined directive to silence pre-proc warnings. | Dion Ahmetaj | 1 | -1/+1 |
2017-02-10 | Cleaned up some logging. Thanks to moneromooo for help. | Dion Ahmetaj | 1 | -20/+20 |
2017-02-10 | Added some //TODO comments pertaining to returning enums instead of bools in ... | Dion Ahmetaj | 1 | -0/+5 |
2017-02-10 | Moved around checking of AC power in order to bail quicker to sleep if not pl... | Dion Ahmetaj | 1 | -4/+6 |
2017-02-10 | Moved setting of previous process times to block where background mining is s... | Dion Ahmetaj | 1 | -14/+11 |
2017-02-10 | Set background mining started bool to false on bg thread start. If mining::st... | Dion Ahmetaj | 1 | -0/+1 |
2017-02-10 | Background/smart mining. If a users' computer is plugged into a power | Dion Ahmetaj | 2 | -11/+442 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 22 | -0/+4908 |