| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2860 | Riccardo Spagni | 2017-12-16 | 2 | -4/+10 |
| |\ | |||||
| | * | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 2017-11-27 | 2 | -4/+10 |
| * | | add bulletproofs from v7 on testnet | moneromooo-monero | 2017-12-08 | 1 | -4/+4 |
| * | | integrate bulletproofs into monero | moneromooo-monero | 2017-12-08 | 1 | -0/+21 |
| |/ | |||||
| * | Merge pull request #2784 | Riccardo Spagni | 2017-11-25 | 2 | -4/+4 |
| |\ | |||||
| | * | cryptonote: do not overwrite const data | moneromooo-monero | 2017-11-22 | 2 | -4/+4 |
| * | | Merge pull request #2792 | Riccardo Spagni | 2017-11-25 | 1 | -5/+107 |
| |\ \ | |/ |/| | |||||
| | * | Implement missing miner functions on FreeBSD | Vasil Dimov | 2017-11-11 | 1 | -1/+105 |
| | * | Remove unused variables and fix typos in comments | Vasil Dimov | 2017-11-11 | 1 | -4/+2 |
| * | | remove "using namespace std" from headers | moneromooo-monero | 2017-11-14 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #2597 | Riccardo Spagni | 2017-10-15 | 1 | -2/+1 |
| |\ | |||||
| | * | miner: always update block template when starting | moneromooo-monero | 2017-10-07 | 1 | -2/+1 |
| * | | refactor cryptonote_basic::add_tx_pub_key_to_extra | Jaquee | 2017-10-15 | 2 | -3/+15 |
| * | | Subaddresses | kenshi84 | 2017-10-07 | 10 | -84/+333 |
| |/ | |||||
| * | connection_context: initialize m_callback_request_count to 0 | moneromooo-monero | 2017-09-27 | 1 | -1/+1 |
| * | fix typo in basic and core CMakeLists.txt | moneromooo-monero | 2017-09-25 | 1 | -1/+1 |
| * | move checkpoints in a separate library | moneromooo-monero | 2017-09-25 | 7 | -522/+3 |
| * | Merge pull request #2257 | Riccardo Spagni | 2017-09-25 | 2 | -0/+19 |
| |\ | |||||
| | * | wallet: add encrypted seed functionality | moneromooo-monero | 2017-09-12 | 2 | -0/+19 |
| * | | Merge pull request #2410 | Riccardo Spagni | 2017-09-20 | 1 | -13/+0 |
| |\ \ | |||||
| | * | | Fix AC power supply detection on Linux | Guillaume LE VAILLANT | 2017-09-08 | 1 | -13/+0 |
| | |/ | |||||
| * / | update hardcoded checkpoints | Riccardo Spagni | 2017-09-06 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #2303 | Riccardo Spagni | 2017-08-17 | 1 | -0/+3 |
| |\ | |||||
| | * | cryptonote_protocol: kick idle synchronizing peers | moneromooo-monero | 2017-08-16 | 1 | -0/+3 |
| * | | befor -> before | Nano Akron | 2017-08-15 | 1 | -4/+4 |
| |/ | |||||
| * | Merge pull request #2283 | Riccardo Spagni | 2017-08-15 | 1 | -1/+1 |
| |\ | |||||
| | * | miner: set thread name before logging | moneromooo-monero | 2017-08-12 | 1 | -1/+1 |
| * | | Merge pull request #2264 | Riccardo Spagni | 2017-08-15 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | cryptonote_basic: fix silly CLANG warning about not emitting function | moneromooo-monero | 2017-08-08 | 1 | -1/+1 |
| * | | | Merge pull request #2245 | Riccardo Spagni | 2017-08-15 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | difficulty: fix misleading comment | Guillaume LE VAILLANT | 2017-08-02 | 1 | -2/+2 |
| * | | | | Merge pull request #2232 | Riccardo Spagni | 2017-08-15 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | miner: fix ignoring battery from command line | moneromooo-monero | 2017-07-31 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | / | protocol: fix reorgs while syncing | moneromooo-monero | 2017-08-12 | 1 | -1/+3 |
| | |_|/ |/| | | |||||
| * | | | connection_context: initialize state | moneromooo-monero | 2017-08-09 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Merge pull request #2149 | Riccardo Spagni | 2017-08-07 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 2017-08-07 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #2234 | Riccardo Spagni | 2017-08-07 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | some include cleanup | moneromooo-monero | 2017-07-31 | 1 | -1/+0 |
| | |/ | |||||
| * | | Merge pull request #2210 | Riccardo Spagni | 2017-08-07 | 2 | -6/+15 |
| |\ \ | |||||
| | * | | Move OpenAlias console input back from libs | moneromooo-monero | 2017-07-27 | 2 | -6/+15 |
| | |/ | |||||
| * | | Merge pull request #2147 | Riccardo Spagni | 2017-08-07 | 1 | -26/+86 |
| |\ \ | |/ |/| | |||||
| | * | fix on_battery_power for linux | Ryan Mehta | 2017-07-06 | 1 | -26/+86 |
| * | | miner: fix background mining options parsing | moneromooo-monero | 2017-07-12 | 1 | -2/+2 |
| |/ | |||||
| * | Add OSX background mining | jethro | 2017-06-08 | 2 | -1/+43 |
| * | changed crypto to cncrypto so it generated libcncrypto | Gentian | 2017-05-23 | 1 | -1/+1 |
| * | Merge pull request #1938 | Riccardo Spagni | 2017-04-24 | 2 | -2/+4 |
| |\ | |||||
| | * | Add expected total reward to RPC "getblocktemplate". | assylias | 2017-04-19 | 2 | -2/+4 |
| * | | Simplified the implementation and features of span | Lee Clagett | 2017-04-11 | 1 | -7/+22 |
| * | | Improvements for epee binary to hex functions: | Lee Clagett | 2017-04-11 | 2 | -17/+8 |
| |/ | |||||
