aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* unpushed languages from pootle (synced)Monero-Pootle2019-08-0240-6133/+211985
|
* Merge pull request #5635luigi11112019-07-241-1/+1
|\ | | | | | | 03aa14e tx_sanity_check: don't print an error when not enough outs to check (monermooo-monero)
| * tx_sanity_check: don't print an error when not enough outs to checkmoneromooo-monero2019-06-121-1/+1
| |
* | Merge pull request #5627luigi11112019-07-242-21/+25
|\ \ | | | | | | | | | afbf05b Add option to run gitian-build.py on non-debian os (TheCharlatan)
| * | Add option to run gitian-build.py on non-debian osTheCharlatan2019-06-262-21/+25
| | | | | | | | | | | | | | | | | | This commits adds the `--no-apt` flag to the gitian-build.py script. This allows gitian builds to be run without root access and non-debian based operating systems.
* | | Merge pull request #5624luigi11112019-07-241-1/+0
|\ \ \ | | | | | | | | | | | | 6b41bd8 Delete more include string.h (wepeng)
| * | | Delete more include string.hYour Name2019-06-111-1/+0
| |/ /
* | | Merge pull request #5623luigi11112019-07-243-26/+107
|\ \ \ | | | | | | | | | | | | b8cfa92 rpc: implement set_bootstrap_daemon method (xiphon)
| * | | rpc: implement set_bootstrap_daemon methodxiphon2019-06-103-27/+108
| | | |
* | | | Merge pull request #5621luigi11112019-07-241-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | c88d6a9 tests: fixed file exec permissions (ston1th)
| * | | | tests: fixed file exec permissionsston1th2019-06-091-0/+0
| | |/ / | |/| |
* | | | Merge pull request #5610luigi11112019-07-243-7/+54
|\ \ \ \ | | | | | | | | | | | | | | | 068fa1c p2p: delay IGP probing on startup (moneromooo-monero)
| * | | | p2p: delay IGP probing on startupmoneromooo-monero2019-06-063-7/+54
| |/ / / | | | | | | | | | | | | We might have external access without having to do this
* | | | Merge pull request #5608luigi11112019-07-241-4/+12
|\ \ \ \ | | | | | | | | | | | | | | | c820e18 simplewallet: print errors on exceptions creating wallets (moneromooo-monero)
| * | | | simplewallet: print errors on exceptions creating walletsmoneromooo-monero2019-06-061-4/+12
| |/ / / | | | | | | | | | | | | Exceptions would otherwise terminate the process silently
* | | | Merge pull request #5606luigi11112019-07-241-1/+4
|\ \ \ \ | | | | | | | | | | | | | | | cf8cb68 rpc: use ip address string representation for peer::host field (xiphon)
| * | | | rpc: use ip address string representation for peer::host fieldxiphon2019-06-041-1/+4
| | |/ / | |/| |
* | | | Merge pull request #5605luigi11112019-07-241-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 46c1d88 add 'sponsor' button on GitHub (erciccione)
| * | | | add 'sponsor' button on GitHuberciccione2019-06-031-0/+1
| | |/ / | |/| |
* | | | Merge pull request #5600luigi11112019-07-242-7/+13
|\ \ \ \ | | | | | | | | | | | | | | | dd58057 Remember RPC version on initial connect (hyc)
| * | | | Remember RPC version on initial connectHoward Chu2019-06-022-7/+13
| |/ / / | | | | | | | | | | | | | | | | Don't keep asking for it on an intact connection Wallet is too chatty over the wire
* | | | Merge pull request #5597luigi11112019-07-244-14/+28
|\ \ \ \ | | | | | | | | | | | | | | | 343c0b4 add a command line option to disable ZMQ server (jtgrassie)
| * | | | add a command line option to disable ZMQ serverJethro Grassie2019-06-014-14/+28
| | |/ / | |/| |
* | | | Merge pull request #5595luigi11112019-07-244-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | 2aa1134 daemon: display peer address type in print_cn (moneromooo-monero)
| * | | | daemon: display peer address type in print_cnmoneromooo-monero2019-05-314-0/+21
| |/ / /
* | | | Merge pull request #5594luigi11112019-07-2412-6/+127
|\ \ \ \ | | | | | | | | | | | | | | | f074b6b device: show address on device display (ph4r05)
| * | | | device: show address on device displayDusan Klinec2019-06-1712-6/+127
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Trezor: support for device address display (subaddress, integrated address) - Wallet::API support added - Simplewallet: - address device [<index>] - address new <label> // shows address on device also - integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
* | | | Merge pull request #5591luigi11112019-07-243-18/+9
|\ \ \ \ | | | | | | | | | | | | | | | f17dcde Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT (Doy-lee)
| * | | | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECTDoyle2019-07-153-18/+9
| | | | |
* | | | | Merge pull request #5589luigi11112019-07-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | cb92d5c cmake: push cmake away from boost as much as we can (moneromooo-monero)
| * | | | | cmake: push cmake away from boost as much as we canmoneromooo-monero2019-05-301-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Everything works better without cmake.
* | | | | Merge pull request #5588luigi11112019-07-241-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | cd720c7 add cumulative difficulty to diff command (wowario)
| * | | | | add cumulative difficulty to diff commandwowario2019-05-301-0/+1
| |/ / / /
* | | | | Merge pull request #5585luigi11112019-07-242-2/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 270a3ae Unused private member m_miner_address (JesusRami)
| * | | | | Unused private member m_miner_addressJesus Ramirez2019-05-292-2/+0
| |/ / / /
* | | | | Merge pull request #5582luigi11112019-07-247-20/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | fcfcc3a rpc: in/out peers can now return the setting's value (moneromooo-monero)
| * | | | | rpc: in/out peers can now return the setting's valuemoneromooo-monero2019-05-307-21/+63
| |/ / / /
* | | | | Merge pull request #5576luigi11112019-07-242-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 577324a wallet_manager: omit redundant disconnect, drop unused variable (xiphon)
| * | | | | wallet_manager: omit redundant disconnect, drop unused variablexiphon2019-05-272-4/+0
| |/ / / /
* | | | | Merge pull request #5574luigi11112019-07-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 162c3e1 blockchain_export: allow exporting blocks.dat format from pruned (moneromooo-monero)
| * | | | | blockchain_export: allow exporting blocks.dat format from prunedmoneromooo-monero2019-05-241-1/+1
| |/ / / / | | | | | | | | | | | | | | | We don't need any of the pruned data for this
* | | | | Merge pull request #5573luigi11112019-07-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | c07bbd5 daemon: fix 'never seen before' time span display for peers (moneromooo-monero)
| * | | | | daemon: fix "never seen before" time span display for peersmoneromooo-monero2019-05-241-1/+1
| |/ / / /
* | | | | Merge pull request #5556luigi11112019-07-241-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 82f07c5 Close file before exit to avoid potential resource leak (JesusRami)
| * | | | | Close file before exit to avoid potential resource leakJesusRami2019-05-191-0/+1
| |/ / / /
* | | | | Merge pull request #5534luigi11112019-07-243-0/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 4c66614 expose set/get walletcache attribute functionality in wallet api (selsta)
| * | | | | expose set/get walletcache attribute functionality in wallet apidsc2019-05-103-0/+28
| | | | | |
* | | | | | Merge pull request #5531luigi11112019-07-241-4/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 9a6006b abstract_tcp_server2: move some things out of a lock (moneromooo-monero)
| * | | | | | abstract_tcp_server2: move some things out of a lockmoneromooo-monero2019-05-101-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lock is meant for the network throttle object only, and this should help coverity get unconfused
* | | | | | | Merge pull request #5530luigi11112019-07-2414-168/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero)