| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some calls to the translation function | Guillaume LE VAILLANT | 2018-10-06 | 3 | -44/+44 |
| * | Merge pull request #4472 | Riccardo Spagni | 2018-10-05 | 16 | -183/+110 |
| |\ | |||||
| | * | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 2018-10-04 | 16 | -183/+110 |
| * | | Merge pull request #4495 | Riccardo Spagni | 2018-10-05 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | wallet2: disable height based segregation | moneromooo-monero | 2018-10-03 | 1 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #4499 | Riccardo Spagni | 2018-10-05 | 1 | -7/+14 |
| |\ \ | |||||
| | * | | wallet2_api: fix build with C++14 | moneromooo-monero | 2018-10-04 | 1 | -7/+14 |
| | |/ | |||||
| * | | Merge pull request #4390 | Riccardo Spagni | 2018-10-05 | 4 | -58/+57 |
| |\ \ | |||||
| | * | | secure_pwd_reader: Add proper Unicode handling [Ryo contribution] | fireice-uk | 2018-10-04 | 1 | -11/+23 |
| | * | | simplewallet: Add Unicode input_line [Ryo backport] | fireice-uk | 2018-09-19 | 3 | -47/+34 |
| * | | | Merge pull request #4487 | Riccardo Spagni | 2018-10-05 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Fix rtxn usage in BlockchainLMDB::get_estimated_batch_size | Howard Chu | 2018-10-02 | 1 | -2/+2 |
| * | | | Merge pull request #4485 | Riccardo Spagni | 2018-10-02 | 1 | -5/+15 |
| |\ \ \ | |||||
| | * | | | daemon: do not display uptime when not known | moneromooo-monero | 2018-10-02 | 1 | -5/+15 |
| | |/ / | |||||
| * | | | Merge pull request #4490 | Riccardo Spagni | 2018-10-02 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | wallet2: clear found out for every tx key | doy-lee | 2018-10-02 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #4484 | Riccardo Spagni | 2018-10-02 | 2 | -9/+17 |
| |\ \ \ | |||||
| | * | | | wallet_rpc_server: include all transfer records for a txid | moneromooo-monero | 2018-10-01 | 2 | -9/+17 |
| | |/ / | |||||
| * | | | Merge pull request #4482 | Riccardo Spagni | 2018-10-02 | 6 | -7/+20 |
| |\ \ \ | |||||
| | * | | | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 2018-10-01 | 6 | -7/+20 |
| | |/ / | |||||
| * | | | Merge pull request #4479 | Riccardo Spagni | 2018-10-02 | 4 | -11/+65 |
| |\ \ \ | |||||
| | * | | | common: Windows 'spawn' support for tx and block notifications | xiphon | 2018-10-02 | 4 | -11/+65 |
| | |/ / | |||||
| * | | | Merge pull request #4476 | Riccardo Spagni | 2018-10-02 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | build: fix gcc false positive 'stringop-overflow' warning | xiphon | 2018-09-30 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #4475 | Riccardo Spagni | 2018-10-02 | 3 | -2/+28 |
| |\ \ \ | |||||
| | * | | | wallet2_api: blackball/unblackball now take two parameters | moneromooo-monero | 2018-09-30 | 3 | -2/+28 |
| | |/ / | |||||
| * | | | Merge pull request #4470 | Riccardo Spagni | 2018-10-02 | 4 | -4/+14 |
| |\ \ \ | |||||
| | * | | | Fix 32bit depends builds | TheCharlatan | 2018-09-29 | 3 | -3/+13 |
| | * | | | Merge pull request #4449 | Riccardo Spagni | 2018-09-29 | 1 | -2/+41 |
| | |\ \ \ | |||||
| | | * | | | malloc scratchpad for all supported android archs | m2049r | 2018-09-26 | 1 | -2/+41 |
| | * | | | | Merge pull request #4445 | Riccardo Spagni | 2018-09-29 | 1 | -2/+12 |
| | |\ \ \ \ | |||||
| | | * | | | | Fixup RENAME_DB() macro | Howard Chu | 2018-09-25 | 1 | -2/+12 |
| | | |/ / / | |||||
| | * | | | | Merge pull request #4439 | Riccardo Spagni | 2018-09-29 | 1 | -1/+2 |
| | |\ \ \ \ | |||||
| | | * | | | | simplewallet: don't complain about payment id on pool mined blocks | moneromooo-monero | 2018-09-25 | 1 | -1/+2 |
| | * | | | | | Merge pull request #4427 | Riccardo Spagni | 2018-09-29 | 2 | -3/+1 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | wallet_rpc_server: remove verbose field in incoming_transfers query | moneromooo-monero | 2018-09-28 | 2 | -3/+1 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | Merge pull request #4417 | Riccardo Spagni | 2018-09-29 | 2 | -22/+16 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Wallet: use unique_ptr for WalletImpl members | oneiric | 2018-09-22 | 2 | -22/+16 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | Merge pull request #4409 | Riccardo Spagni | 2018-09-29 | 1 | -1/+5 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | WalletAPI: multisigSignData bug fixed | naughtyfox | 2018-09-21 | 1 | -1/+5 |
| | * | | | | | | Merge pull request #4407 | Riccardo Spagni | 2018-09-29 | 1 | -7/+8 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | ringdb: use cursors to be a bit faster | moneromooo-monero | 2018-09-20 | 1 | -7/+8 |
| | | |/ / / / / | |||||
| | * | | | | | | Merge pull request #4406 | Riccardo Spagni | 2018-09-29 | 1 | -3/+27 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | wallet2: handle corner case in picking fake outputs | moneromooo-monero | 2018-09-22 | 1 | -3/+27 |
| | | |/ / / / / | |||||
| | * | | | | | | bump version to 0.13.0.1 | Riccardo Spagni | 2018-09-25 | 1 | -1/+1 |
| | * | | | | | | switch from master to rc | Riccardo Spagni | 2018-09-25 | 1 | -1/+1 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #4467 | Riccardo Spagni | 2018-10-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | daemon: silence daemon update warnings on testnet | iDunk5400 | 2018-09-29 | 1 | -2/+2 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #4463 | Riccardo Spagni | 2018-10-02 | 1 | -3/+4 |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| | * | | | | | dns_utils: refresh list of usable DNSSEC servers | moneromooo-monero | 2018-09-28 | 1 | -3/+4 |
| | |/ / / / | |||||
