Commit Graph

3633 Commits (2bdad8d69575ae4fc6ac465d141929f57f05a6c2)
 

Author SHA1 Message Date
Howard Chu bf1348b7e2
Can't cache num_txs or num_outputs either
7 years ago
Howard Chu dc53e9eef2
Add a few read txns to streamline
7 years ago
moneromooo-monero 26bd7aac03
wallet_api: fix logging init via api
7 years ago
Lee Clagett 2cde2c02ca switch to boost::thread for mingw build
7 years ago
Dion Ahmetaj 69ab14d91e More robust battery status handling.
7 years ago
Dion Ahmetaj a493c0b196 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition.
7 years ago
Howard Chu 424b76a4e5
Fix spurious synchronization status msgs
7 years ago
moneromooo-monero 83ec209f42
simplewallet: validate hex input size
7 years ago
moneromooo-monero a427235e30
core: add a missing newline on a string to be logged
7 years ago
moneromooo-monero b6a2230e6f
unit_tests: fix minor blockchain_db regression
7 years ago
moneromooo-monero c488eca5e8
hardfork: tone down some logs
7 years ago
anonimal 72c6b81115
README: add/update AUR packaging information
7 years ago
moneromooo-monero 9925edcb1e
rpc: fix some RPC calls not returning OK status when needed
7 years ago
moneromooo-monero b560ed4ac6
daemon: silence spurious warning about uninitialized variable
7 years ago
NanoAkron 67693415ff
Fix compiler error about nested externs in slow_hash.c by moving declarations
7 years ago
moneromooo-monero 0288310e3b
blockchain_db: add "raw" blobdata getters for block and transaction
7 years ago
moneromooo-monero 53f040445f
cryptonote_protocol: tweaks to the syncing speedup
7 years ago
moneromooo-monero cca95c1c7a
blockchain_db: do not throw on expected partial results getting keys
7 years ago
moneromooo-monero d43fde8a9b
network_throttle: demote spammy logs to TRACE
7 years ago
Riccardo Spagni 3f171b931f
Merge pull request #1719
8 years ago
moneromooo-monero 59c9d165f8
tests: fixup include paths after cryptonote_core split
8 years ago
Riccardo Spagni 6e78915061
Merge pull request #1718
8 years ago
Riccardo Spagni e246dd1443
Merge pull request #1717
8 years ago
Riccardo Spagni f4e2539a32
Merge pull request #1715
8 years ago
Riccardo Spagni 92fe31fd44
Merge pull request #1714
8 years ago
Riccardo Spagni 4e7bcad58f
Merge pull request #1713
8 years ago
Riccardo Spagni b0e992237e
Merge pull request #1712
8 years ago
Riccardo Spagni b1df7f114d
Merge pull request #1711
8 years ago
Riccardo Spagni 47687399fb
Merge pull request #1709
8 years ago
Riccardo Spagni 6a261fa1bc
Merge pull request #1708
8 years ago
Riccardo Spagni e6c29eb5fc
Merge pull request #1706
8 years ago
Riccardo Spagni c64e10c2d7
Merge pull request #1700
8 years ago
Riccardo Spagni 71770d1a78
Merge pull request #1699
8 years ago
Riccardo Spagni af48b6cf22
Merge pull request #1582
8 years ago
moneromooo-monero 882db8e9d9
tools: log to the correct file
8 years ago
moneromooo-monero 142e5e1eb4
tools: set requested log level
8 years ago
moneromooo-monero 8bdc86beb4
protocol: speed up sync by minimizing duplicate work
8 years ago
moneromooo-monero 61dfa310d7
epee: fix some log macros not printing context nicely
8 years ago
moneromooo-monero 8ec2a8d2b0
net_node: fix spurious warning about using uninitialized data
8 years ago
moneromooo-monero 422ecc98e4
Fixup choice of easylogging++ vs libunwind stack trace code
8 years ago
moneromooo-monero 5adcb5a48c
tx_pool: add a debug message when adding a tx to the pool
8 years ago
moneromooo-monero 9faef1f83a
cryptonote_protocol: misc fluffy block fixes
8 years ago
moneromooo-monero 3b6839cc96
mlog: move log level changes to global level
8 years ago
moneromooo-monero 38a1b9c956
rpc: fix daemon mixed style set_log 2,category:level
8 years ago
moneromooo-monero 28d0b11fde
mlog: s/Mew/New/ in log
8 years ago
moneromooo-monero cf2e75ebb3
daemon: fix crash on exit when mining
8 years ago
iDunk5400 b2ac939eb3
Fix GUI building after libcryptonote_core was split (#1626)
8 years ago
moneromooo-monero f2986ccfc1
db_lmdb: fix bad height saved in tx data
8 years ago
Dion Ahmetaj ad95e65028 Added a note about smart mining to status command. Fixed up a bug where I was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition.
8 years ago
Dion Ahmetaj e4dfd2fb63 Changed ac_line_status to on_battery_power.
8 years ago