| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2_api: add updates check api | moneromooo-monero | 2017-02-22 | 2 | -0/+31 |
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 25 | -26/+26 |
| * | Merge pull request #1747 | Riccardo Spagni | 2017-02-21 | 3 | -1/+6 |
| |\ | |||||
| | * | wallet_api: fix logging init via api | moneromooo-monero | 2017-02-18 | 3 | -1/+6 |
| * | | Merge pull request #1749 | Riccardo Spagni | 2017-02-21 | 1 | -5/+5 |
| |\ \ | |||||
| | * | | wallet2: fix failure to send (relatedness check in wrong case) | moneromooo-monero | 2017-02-19 | 1 | -5/+5 |
| | |/ | |||||
| * / | simplewallet: validate hex input size | moneromooo-monero | 2017-02-14 | 4 | -12/+12 |
| |/ | |||||
| * | Fix GUI building after libcryptonote_core was split (#1626) | iDunk5400 | 2017-02-11 | 1 | -1/+1 |
| * | Merge pull request #1689 | Riccardo Spagni | 2017-02-11 | 8 | -386/+51 |
| |\ | |||||
| | * | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 2017-02-06 | 8 | -386/+51 |
| * | | 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 |
| | |/ / | |||||
| * | | | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 7 | -16/+15 |
| * | | | 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 |
| | |/ | |||||
| * | | 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 #1640 | Riccardo Spagni | 2017-02-04 | 2 | -2/+11 |
| |\ \ | |/ |/| | |||||
| | * | simplewallet: option to always ask password for any crytical operations | kenshi84 | 2017-02-03 | 2 | -2/+11 |
| * | | Merge pull request #1652 | Riccardo Spagni | 2017-02-02 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Changed console output for transaction from L0 to L1 | NanoAkron | 2017-01-30 | 1 | -1/+1 |
| * | | | Merge pull request #1647 | Riccardo Spagni | 2017-02-02 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | wallet2: fix corner case failing to send a second output | moneromooo-monero | 2017-01-28 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #1645 | Riccardo Spagni | 2017-02-02 | 1 | -36/+2 |
| |\ \ \ | |||||
| | * | | | Factor is_address_local code into a tools function | moneromooo-monero | 2017-01-28 | 1 | -36/+2 |
| | |/ / | |||||
| * | | | Merge pull request #1643 | Riccardo Spagni | 2017-02-02 | 3 | -7/+7 |
| |\ \ \ | |||||
| | * | | | wallet_rpc_server: fix logs going to the wrong file | moneromooo-monero | 2017-01-28 | 3 | -7/+7 |
| | |/ / | |||||
| * | | | Merge pull request #1634 | Riccardo Spagni | 2017-02-02 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Fix invalid + of std::string and int | Timothy D. Prime | 2017-01-26 | 1 | -3/+3 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1629 | Riccardo Spagni | 2017-02-02 | 7 | -80/+66 |
| |\ \ \ | |||||
| | * | | | Updates to epee HTTP client code | Lee Clagett | 2017-01-25 | 7 | -80/+66 |
| | |/ / | |||||
| * | | | Merge pull request #1617 | Riccardo Spagni | 2017-02-02 | 2 | -31/+31 |
| |\ \ \ | |||||
| | * | | | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 2017-01-22 | 2 | -31/+31 |
| * | | | | Merge pull request 1635 | luigi1111 | 2017-01-30 | 5 | -0/+178 |
| |\ \ \ \ | |||||
| | * | | | | Wallet API: Create wallet from keys | Jaquee | 2017-01-30 | 5 | -0/+178 |
| | | |_|/ | |/| | | |||||
| * / | | | wallet_rpc_server: fix short payment id validation in transfer | moneromooo-monero | 2017-01-29 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #1618 | luigi1111 | 2017-01-27 | 2 | -0/+2 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Wallet api: testnet getter | = | 2017-01-22 | 2 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #1621 | Riccardo Spagni | 2017-01-23 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | fixed typo: monero-wallet-cli,log | kenshi84 | 2017-01-23 | 1 | -1/+1 |
| * | | Merge pull request #1612 | Riccardo Spagni | 2017-01-22 | 1 | -3/+50 |
| |\ \ | |/ |/| | |||||
| | * | wallet2: fix sending a rct tx with a single output available | moneromooo-monero | 2017-01-22 | 1 | -3/+50 |
| * | | Merge pull request #1599 | Riccardo Spagni | 2017-01-20 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | wallet: print exception message on get_random_outs_error | moneromooo-monero | 2017-01-20 | 1 | -2/+2 |
| | |/ | |||||
| * / | wallet2_api: add API to set log categories | moneromooo-monero | 2017-01-16 | 2 | -0/+6 |
| |/ | |||||
