| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved setting of previous process times to block where background mining is s... | Dion Ahmetaj | 2017-02-10 | 1 | -14/+11 |
| * | Set background mining started bool to false on bg thread start. If mining::st... | Dion Ahmetaj | 2017-02-10 | 1 | -0/+1 |
| * | Background/smart mining. If a users' computer is plugged into a power | Dion Ahmetaj | 2017-02-10 | 8 | -18/+459 |
| * | Merge pull request #1698 | Riccardo Spagni | 2017-02-11 | 1 | -0/+6 |
| |\ | |||||
| | * | simplewallet: print error when address is wrong | kenshi84 | 2017-02-08 | 1 | -0/+6 |
| * | | Merge pull request #1696 | Riccardo Spagni | 2017-02-11 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | Fix race in setThreadName/getThreadName | Lee Clagett | 2017-02-07 | 1 | -0/+2 |
| * | | | Merge pull request #1694 | Riccardo Spagni | 2017-02-11 | 1 | -10/+10 |
| |\ \ \ | |||||
| | * | | | ITS#8582 keep mutex at end of struct | Howard Chu | 2017-02-07 | 1 | -10/+10 |
| | |/ / | |||||
| * | | | Merge pull request #1693 | Riccardo Spagni | 2017-02-11 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | disable ELPP_STACKTRACE_ON_CRASH for android | MoroccanMalinois | 2017-02-06 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | Merge pull request #1689 | Riccardo Spagni | 2017-02-11 | 38 | -188/+494 |
| |\ \ \ | |||||
| | * | | | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 2017-02-06 | 38 | -188/+494 |
| * | | | | Merge pull request #1686 | Riccardo Spagni | 2017-02-11 | 2 | -11/+11 |
| |\ \ \ \ | |||||
| | * | | | | wallet2: fix transactions not considering rct inputs | moneromooo-monero | 2017-02-06 | 2 | -11/+11 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1685 | Riccardo Spagni | 2017-02-11 | 2 | -0/+8 |
| |\ \ \ \ | |||||
| | * | | | | Wallet API: Easylogger wrapper for gui | Jaquee | 2017-02-05 | 2 | -0/+8 |
| | |/ / / | |||||
| * | | | | Merge pull request #1682 | Riccardo Spagni | 2017-02-11 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 2017-02-05 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #1680 | Riccardo Spagni | 2017-02-11 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Clarify in/out connections for users | NanoAkron | 2017-02-05 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1626 | Riccardo Spagni | 2017-02-11 | 104 | -669/+830 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 104 | -669/+830 |
| |/ / / | |||||
| * | | | Merge pull request #1679 | Riccardo Spagni | 2017-02-08 | 1 | -2/+7 |
| |\ \ \ | |||||
| | * | | | Wallet API: Catch error from tools::is_local_address | Jaquee | 2017-02-05 | 1 | -2/+7 |
| | |/ / | |||||
| * | | | Merge pull request #1678 | Riccardo Spagni | 2017-02-08 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | cmake set atomic for android | MoroccanMalinois | 2017-02-05 | 1 | -0/+3 |
| | |/ / | |||||
| * | | | Merge pull request #1674 | Riccardo Spagni | 2017-02-08 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | common: fix link error on at least one platform (no clue which one) | moneromooo-monero | 2017-02-05 | 1 | -0/+1 |
| * | | | | Merge pull request #1683 | Riccardo Spagni | 2017-02-08 | 1 | -1/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | bugfix: infinite recursion in get_account_address_from_str_or_url | kenshi84 | 2017-02-05 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #1655 | Riccardo Spagni | 2017-02-05 | 5 | -45/+26 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | update wallet api tests | Jaquee | 2017-02-04 | 1 | -7/+8 |
| | * | | GUI: Improved refresh performance | Jaquee | 2017-02-04 | 1 | -7/+10 |
| | * | | wallet api: Remove initAsync() and don't start refresh automatically on init | Jaquee | 2017-02-04 | 3 | -31/+6 |
| | * | | wallet2::init() - disconnect before init if connected | Jaquee | 2017-02-04 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #1669 | Riccardo Spagni | 2017-02-04 | 4 | -0/+184 |
| |\ \ | |||||
| | * | | wallet_rpc_server: add address book RPC calls | moneromooo-monero | 2017-02-04 | 4 | -0/+184 |
| | |/ | |||||
| * | | Merge pull request #1670 | Riccardo Spagni | 2017-02-04 | 1 | -1/+6 |
| |\ \ | |||||
| | * | | mlog: probable fix for gmtime_r not being available on windows | moneromooo-monero | 2017-02-04 | 1 | -1/+6 |
| | |/ | |||||
| * | | Merge pull request #1671 | Riccardo Spagni | 2017-02-04 | 3 | -8/+34 |
| |\ \ | |||||
| | * | | Use easylogging++'s stack trace facility where possible | moneromooo-monero | 2017-02-04 | 3 | -8/+34 |
| | |/ | |||||
| * | | Merge pull request #1672 | Riccardo Spagni | 2017-02-04 | 1 | -27/+27 |
| |\ \ | |||||
| | * | | mlog: fix default logging being not verbose enough | moneromooo-monero | 2017-02-04 | 1 | -27/+27 |
| | |/ | |||||
| * | | Merge pull request #1666 | Riccardo Spagni | 2017-02-04 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Fix missing parentheses | Miguel Herranz | 2017-02-02 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #1665 | Riccardo Spagni | 2017-02-04 | 1 | -6/+1 |
| |\ \ | |||||
| | * | | simplewallet: cleanup | moneromooo-monero | 2017-02-02 | 1 | -5/+0 |
| | * | | simplewallet: fix build (unqualified type not in current scope) | moneromooo-monero | 2017-02-02 | 1 | -1/+1 |
| * | | | Merge pull request #1664 | Riccardo Spagni | 2017-02-04 | 1 | -0/+2 |
| |\ \ \ | |||||
