aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
* Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2017-02-102-4/+4
* Changed ac_line_status to on_battery_power.Dion Ahmetaj2017-02-102-6/+6
* Use defined directive to silence pre-proc warnings.Dion Ahmetaj2017-02-101-1/+1
* Cleaned up some logging. Thanks to moneromooo for help.Dion Ahmetaj2017-02-101-20/+20
* Added some //TODO comments pertaining to returning enums instead of bools in ...Dion Ahmetaj2017-02-101-0/+5
* Moved around checking of AC power in order to bail quicker to sleep if not pl...Dion Ahmetaj2017-02-101-4/+6
* Moved setting of previous process times to block where background mining is s...Dion Ahmetaj2017-02-101-14/+11
* Set background mining started bool to false on bg thread start. If mining::st...Dion Ahmetaj2017-02-101-0/+1
* Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2017-02-102-11/+442
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-0822-0/+4908