summaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2234Riccardo Spagni2017-08-071-1/+0
|\ \
| * | some include cleanupmoneromooo-monero2017-07-311-1/+0
| |/
* | Merge pull request #2210Riccardo Spagni2017-08-072-6/+15
|\ \
| * | Move OpenAlias console input back from libsmoneromooo-monero2017-07-272-6/+15
| |/
* | Merge pull request #2147Riccardo Spagni2017-08-071-26/+86
|\ \ | |/ |/|
| * fix on_battery_power for linuxRyan Mehta2017-07-061-26/+86
* | miner: fix background mining options parsingmoneromooo-monero2017-07-121-2/+2
|/
* Add OSX background miningjethro2017-06-082-1/+43
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
* Merge pull request #1938Riccardo Spagni2017-04-242-2/+4
|\
| * Add expected total reward to RPC "getblocktemplate".assylias2017-04-192-2/+4
* | Simplified the implementation and features of spanLee Clagett2017-04-111-7/+22
* | Improvements for epee binary to hex functions:Lee Clagett2017-04-112-17/+8
|/
* Merge pull request #1955Riccardo Spagni2017-04-112-7/+1
|\
| * core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2017-04-032-7/+1
* | Merge pull request #1946Riccardo Spagni2017-04-111-0/+2
|\ \
| * | miner: add a debug log in pause and resumemoneromooo-monero2017-03-311-0/+2
| |/
* / Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT2017-03-281-3/+5
|/
* core: disable tx/block hash cachemoneromooo-monero2017-03-261-0/+6
* core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero2017-03-253-28/+42
* core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-234-2/+114
* wallet-rpc: enable openaliasstoffu2017-03-172-2/+6
* Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-152-1/+11
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-103-0/+684
* format_utils: fix typo in assert messagelethos32017-03-051-2/+2
* Merge pull request #1826Riccardo Spagni2017-03-032-9/+60
|\
| * allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero2017-03-022-9/+60
* | Merge pull request #1820Riccardo Spagni2017-03-033-0/+33
|\ \
| * | core: add functions to serialize base tx infomoneromooo-monero2017-02-273-0/+33
| |/
* / core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-253-685/+2
|/
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-2122-22/+22
* Merge pull request #1731Riccardo Spagni2017-02-211-3/+3
|\
| * hardfork: tone down some logsmoneromooo-monero2017-02-141-3/+3
* | Merge pull request #1733Riccardo Spagni2017-02-211-4/+3
|\ \
| * | BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required...Dion Ahmetaj2017-02-151-4/+3
| |/
* | Merge pull request #1744Riccardo Spagni2017-02-211-104/+5
|\ \
| * | dns_utils: factor TXT record loading code from checkpoint codemoneromooo-monero2017-02-201-104/+5
| |/
* / More robust battery status handling.Dion Ahmetaj2017-02-162-21/+64
|/
* 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