summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1798v0.10.2.1Riccardo Spagni2017-02-241-1/+1
|\ | | | | | | 9a2157d7 update version (Riccardo Spagni)
| * update versionRiccardo Spagni2017-02-241-1/+1
| |
* | daemon: avoid pre-log-init spew on creating directoriesmoneromooo-monero2017-02-241-1/+3
| |
* | wallet: avoid pre-log-init spew on --versionmoneromooo-monero2017-02-241-11/+11
|/
* Merge pull request #1797Riccardo Spagni2017-02-243-13/+17
|\ | | | | | | ada6a8a2 wallet_rpc_server: new --trusted-daemon flag (moneromooo-monero)
| * wallet_rpc_server: new --trusted-daemon flagmoneromooo-monero2017-02-243-13/+17
| | | | | | | | | | and remove trusted_daemon fields from transfer RPCs, it is much friendlier on users
* | add rpc timeouts to calls that might timeoutRiccardo Spagni2017-02-241-4/+4
|/
* Merge pull request #1776Riccardo Spagni2017-02-241-1/+5
|\ | | | | | | e4dbea97 wallet2: fix wrong status on daemon shutdown/startup (Jaquee)
| * wallet2: fix wrong status on daemon shutdown/startupJaquee2017-02-231-1/+5
| |
* | Merge pull request #1794Riccardo Spagni2017-02-241-0/+1
|\ \ | | | | | | | | | 29b34ed1 blockchain_utilities: link against blockchain_db (moneromooo-monero)
| * | blockchain_utilities: link against blockchain_dbmoneromooo-monero2017-02-241-0/+1
| |/
* | Merge pull request #1793Riccardo Spagni2017-02-241-1/+1
|\ \ | | | | | | | | | eabe3bf2 simplewallet: updated help message for 'set ask-password' (kenshi84)
| * | simplewallet: updated help message for 'set ask-password'kenshi842017-02-241-1/+1
| |/
* | Merge pull request #1786Riccardo Spagni2017-02-241-1/+3
|\ \ | | | | | | | | | 4d05955d protocol: fix "sync done" message not appearing (moneromooo-monero)
| * | protocol: fix "sync done" message not appearingmoneromooo-monero2017-02-241-1/+3
| |/
* | Merge pull request #1785Riccardo Spagni2017-02-243-1/+41
|\ \ | | | | | | | | | 583a7b5c core: protect precomputed block hashes with SHA256 (moneromooo-monero)
| * | core: protect precomputed block hashes with SHA256moneromooo-monero2017-02-233-1/+41
| |/
* | Merge pull request #1781Riccardo Spagni2017-02-241-1/+1
|\ \ | | | | | | | | | 520756c3 rpc: s/rcp/rpc/ (moneromooo-monero)
| * | rpc: s/rcp/rpc/moneromooo-monero2017-02-231-1/+1
| |/
* | Merge pull request #1780Riccardo Spagni2017-02-241-1/+1
|\ \ | | | | | | | | | 8262da81 rpc: make mining_status RPC work when syncing (moneromooo-monero)
| * | rpc: make mining_status RPC work when syncingmoneromooo-monero2017-02-231-1/+1
| |/
* | Merge pull request #1779Riccardo Spagni2017-02-242-9/+16
|\ \ | | | | | | | | | | | | 9effa553 core: bound the amount of entries in bad tx semantics cache (moneromooo-monero) 240054a7 core: remove a couple unused/obsolete bits (moneromooo-monero)
| * | core: bound the amount of entries in bad tx semantics cachemoneromooo-monero2017-02-232-6/+16
| | | | | | | | | | | | | | | | | | This is to prevent unbounded memory use. Since I don't think there is a container that has quick insert, quick lookup, and automatic FIFO, I use two and swap every N, clearing the oldest one.
| * | core: remove a couple unused/obsolete bitsmoneromooo-monero2017-02-231-3/+0
| |/
* / Add print_pl_stats daemon commandMiguel Herranz2017-02-235-0/+44
|/
* Merge pull request #1775v0.10.2Riccardo Spagni2017-02-221-0/+0
|\ | | | | | | | | 700d218c fix broken test data (Riccardo Spagni) 0abddd64 fix broken checkpoints.dat (Riccardo Spagni)
| * fix broken checkpoints.datRiccardo Spagni2017-02-221-0/+0
| |
* | updates: fix user/auto url splitmoneromooo-monero2017-02-221-1/+1
| |
* | wallet2_api: add updates check apimoneromooo-monero2017-02-222-0/+31
| |
* | updates: remove testnet casemoneromooo-monero2017-02-223-7/+4
| | | | | | | | It need not be any different
* | updates: we now have a user URL, and an automatic onemoneromooo-monero2017-02-223-4/+5
| | | | | | | | So the user can use https, while the automatic does not have to
* | updates: s/monerod/monero/ for the main downloadmoneromooo-monero2017-02-221-2/+2
| | | | | | | | Also print download success message as global log
* | updates: add all update serversmoneromooo-monero2017-02-221-0/+4
| |
* | updates: use HTTP, not HTTPSmoneromooo-monero2017-02-221-1/+1
|/ | | | The files are hashed and the hashes signed
* Merge pull request #1765Riccardo Spagni2017-02-221-8/+7
|\ | | | | | | 5cfddd74 Add support for smart mining through wallet. (Dion Ahmetaj)
| * Add support for smart mining through wallet.Dion Ahmetaj2017-02-211-8/+7
| |
* | Merge pull request #1766Riccardo Spagni2017-02-22221-227/+233
|\ \ | | | | | | | | | | | | | | | | | | 72deb484 updated fallback nodes (Riccardo Spagni) 33329f5b update version to 0.10.2 (Riccardo Spagni) 04a50a7e update checkpoints.dat (Riccardo Spagni) c3599fa7 update copyright year, fix occasional lack of newline at line end (Riccardo Spagni)
| * | updated fallback nodesRiccardo Spagni2017-02-211-6/+12
| | |
| * | update version to 0.10.2Riccardo Spagni2017-02-211-1/+1
| | |
| * | update checkpoints.datRiccardo Spagni2017-02-211-0/+0
| | |
| * | update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-21220-220/+220
| |/
* | core: do not download an update we already downloadedmoneromooo-monero2017-02-211-14/+23
| |
* | updates: use updates host, not downloads, for HTTPmoneromooo-monero2017-02-211-1/+1
|/
* Merge pull request #1760Riccardo Spagni2017-02-211-1/+3
|\ | | | | | | | | efdd783c add openssl to readme (Riccardo Spagni) 058eed36 cmakify openssl (Riccardo Spagni)
| * cmakify opensslRiccardo Spagni2017-02-211-1/+3
| |
* | Merge pull request #1759Riccardo Spagni2017-02-212-1/+2
|\ \ | | | | | | | | | 417b126f Fix core_tests breaking on startup (moneromooo-monero)
| * | Fix core_tests breaking on startupmoneromooo-monero2017-02-212-1/+2
| |/ | | | | | | | | | | | | | | | | | | You're wondering how this fixes core tests, aren't you... It prevents the miner (initialized by cryptonote::core) from breaking trying to access arguments that were not added. Since the tests don't use the miner directly, it makes more sense to have cryptonote_core add those, since it also uses the miner.
* / dns_utils: fix infinite recursion when distributing empty dns_urlsanonimal2017-02-211-0/+3
|/ | | | | | load_txt_records_from_dns attempts to distribute `a = 0, b = -1` where (b = dns_urls.size() - 1) and IntType is signed integer. This results in an infinite recursion which leads to SIGSEGV.
* core: add p2p bind port options from net_nodemoneromooo-monero2017-02-212-2/+6
| | | | | | | | They're now used by core to determine the data directory to use for the txpool directory. This fixes an assert in the core tests, which don't use the RPC server, which normally initializes the P2P code.
* Merge pull request #1747Riccardo Spagni2017-02-213-1/+6
|\ | | | | | | 26bd7aac wallet_api: fix logging init via api (moneromooo-monero)