Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-05 | blockchain_export: error out nicely on exceptions | moneromooo-monero | 1 | -0/+5 | |
2017-03-05 | Merge pull request #1844 | Riccardo Spagni | 1 | -2/+2 | |
d18ff58a format_utils: fix typo in assert message (lethos3) | |||||
2017-03-05 | Merge pull request #1843 | Riccardo Spagni | 2 | -4/+4 | |
3964b30f Add dependency for blocksdat.o (Howard Chu) | |||||
2017-03-05 | Merge pull request #1842 | Riccardo Spagni | 1 | -3/+13 | |
223fe5bb wallet: fix get_tranfers with multiple incoming txes with same pid (moneromooo-monero) | |||||
2017-03-05 | Merge pull request #1839 | Riccardo Spagni | 1 | -1/+1 | |
c7dd0b15 Revert "wallet: fix insertion of pool transactions" (moneromooo-monero) | |||||
2017-03-05 | format_utils: fix typo in assert message | lethos3 | 1 | -2/+2 | |
Fix two small typos as mentioned by reddit user nthterm. | |||||
2017-03-04 | Add dependency for blocksdat.o | Howard Chu | 2 | -4/+4 | |
To make sure it gets regenerated whenever checkpoints.dat changes Likewise for blocks.o and testnet_blocks.o | |||||
2017-03-04 | wallet: fix get_tranfers with multiple incoming txes with same pid | moneromooo-monero | 1 | -3/+13 | |
2017-03-04 | Merge pull request #1837 | Riccardo Spagni | 2 | -1/+20 | |
31533493 core: quantize per kB fee to 8 decimals (moneromooo-monero) | |||||
2017-03-04 | Merge pull request #1836 | Riccardo Spagni | 1 | -2/+8 | |
cd71774d tx_pool: log separately "not ready" and "double spend" cases (moneromooo-monero) | |||||
2017-03-04 | Merge pull request #1834 | Riccardo Spagni | 1 | -8/+10 | |
e4437b25 Fix double-import (Howard Chu) | |||||
2017-03-04 | Revert "wallet: fix insertion of pool transactions" | moneromooo-monero | 1 | -1/+1 | |
This reverts commit d47dac9a88ddd46b88850a899311363b3261c89e. Callers actually expect the key to be payment id, so this needs a lot more changes (like storing payment ids in the structure, and possibly also to other existing structures which do the same thing). | |||||
2017-03-03 | core: quantize per kB fee to 8 decimals | moneromooo-monero | 2 | -1/+20 | |
2017-03-03 | tx_pool: log separately "not ready" and "double spend" cases | moneromooo-monero | 1 | -2/+8 | |
2017-03-03 | Fix double-import | Howard Chu | 1 | -8/+10 | |
Incomplete ifdef cleanup in 9e82b694da120708652871b55f639d1ef306a7ec | |||||
2017-03-03 | Merge pull request #1832 | Riccardo Spagni | 3 | -20/+7 | |
eb62dcc8 Remove redundant num_txs() method (Howard Chu) 296641e0 Fix #1824 don't end batch that we didn't start (Howard Chu) | |||||
2017-03-03 | Remove redundant num_txs() method | Howard Chu | 2 | -18/+4 | |
Cleanup of bf1348b7e2b2c72a6d40b23567afaa46b53e6cb7 | |||||
2017-03-03 | Fix #1824 don't end batch that we didn't start | Howard Chu | 1 | -2/+3 | |
2017-03-03 | Merge pull request #1831 | Riccardo Spagni | 2 | -8/+8 | |
9ae33b51 wallet api: fix parameters in wallet2callbackImpl (Jaquee) 1cf2f5a5 use txid in wallet2::process_new_transaction() (Jaquee) | |||||
2017-03-03 | wallet api: fix parameters in wallet2callbackImpl | Jaquee | 1 | -7/+7 | |
2017-03-03 | use txid in wallet2::process_new_transaction() | Jaquee | 1 | -1/+1 | |
2017-03-03 | Merge pull request #1827 | Riccardo Spagni | 3 | -3/+5 | |
db1c7d80 wallet api: add missing mining options (Jaquee) | |||||
2017-03-03 | Merge pull request #1826 | Riccardo Spagni | 6 | -10/+123 | |
2c468dd4 allow user I/O in millinero, micronero, nanonero, piconero (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1823 | Riccardo Spagni | 1 | -1/+1 | |
d47dac9a wallet: fix insertion of pool transactions (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1820 | Riccardo Spagni | 12 | -66/+183 | |
7a44f38a Add support for the wallet to refresh pruned blocks (moneromooo-monero) da18898f ringct: do not require range proof in decodeRct/decodeRctSimple (moneromooo-monero) b49c6ab4 rpc: add a default category for daemon rpc (moneromooo-monero) f113b92b core: add functions to serialize base tx info (moneromooo-monero) 6fd4b827 node_rpc_proxy: allow caching daemon RPC version (moneromooo-monero) b5c74e40 wallet: invalidate node proxy cache when reconnecting (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1687 | Riccardo Spagni | 2 | -6/+10 | |
1a7e18bf Make gray peer selection uniform (Miguel Herranz) f3be9991 Make get_random_gray_peer distribution uniform (Miguel Herranz) | |||||
2017-03-03 | Merge pull request #1814 | Riccardo Spagni | 1 | -2/+2 | |
11a00df6 daemon: fix bc_dyn_stats via rpc (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1813 | Riccardo Spagni | 4 | -29/+30 | |
b8a08f19 wallet: fix --log-file not working (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1811 | Riccardo Spagni | 1 | -1/+0 | |
378d2bb1 Revert attempt to write to console on daemon shutdown (Nano Akron) | |||||
2017-03-03 | Merge pull request #1805 | Riccardo Spagni | 1 | -1/+1 | |
b7f85a30 mlog: default net.cn to FATAL (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1804 | Riccardo Spagni | 8 | -10/+10 | |
12adb4a3 core: move hardfork back to cryptonote_core (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1803 | Riccardo Spagni | 3 | -4/+7 | |
53105743 Wallet API: Add support for daemon rpc login (Jaquee) | |||||
2017-03-03 | Merge pull request #1802 | Riccardo Spagni | 1 | -2/+2 | |
4f7bce6d Increase the log level for the info about log levels (Nano Akron) | |||||
2017-03-03 | Merge pull request #1801 | Riccardo Spagni | 1 | -1/+1 | |
96ce57d5 protocol: tone down a rate limit not implemented yet warning (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1800 | Riccardo Spagni | 8 | -0/+199 | |
ea873ceb daemon/rpc: updates command and RPC (moneromooo-monero) | |||||
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 6 | -10/+123 | |
2017-03-02 | wallet api: add missing mining options | Jaquee | 3 | -3/+5 | |
2017-02-28 | wallet: fix insertion of pool transactions | moneromooo-monero | 1 | -1/+1 | |
They were inserted using payment id as key, not txid | |||||
2017-02-28 | Make gray peer selection uniform | Miguel Herranz | 1 | -1/+8 | |
Prevents the system from always picking the gray peers with the most recent last_seen. | |||||
2017-02-28 | wallet: fix --log-file not working | moneromooo-monero | 4 | -29/+30 | |
2017-02-27 | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 6 | -62/+105 | |
2017-02-27 | ringct: do not require range proof in decodeRct/decodeRctSimple | moneromooo-monero | 1 | -4/+2 | |
These fields aren't used, and they'll actually be pruned in some cases | |||||
2017-02-27 | rpc: add a default category for daemon rpc | moneromooo-monero | 1 | -0/+3 | |
2017-02-27 | core: add functions to serialize base tx info | moneromooo-monero | 3 | -0/+33 | |
That is, information without signatures (for v1) nor range proofs and MGs (for v2) | |||||
2017-02-27 | node_rpc_proxy: allow caching daemon RPC version | moneromooo-monero | 2 | -0/+26 | |
2017-02-27 | wallet: invalidate node proxy cache when reconnecting | moneromooo-monero | 3 | -0/+14 | |
2017-02-27 | Make get_random_gray_peer distribution uniform | Miguel Herranz | 1 | -5/+2 | |
get_random_gray_peer is used to implement feeler connections, described in: https://eprint.iacr.org/2015/263.pdf 2. Random selection | |||||
2017-02-26 | daemon: fix bc_dyn_stats via rpc | moneromooo-monero | 1 | -2/+2 | |
2017-02-26 | Revert attempt to write to console on daemon shutdown | Nano Akron | 1 | -1/+0 | |
2017-02-26 | mlog: default net.cn to FATAL | moneromooo-monero | 1 | -1/+1 | |
Errors in this layer depend on how peers behave, and thus errors are expected | |||||
2017-02-25 | Wallet API: Add support for daemon rpc login | Jaquee | 3 | -4/+7 | |
2017-02-25 | core: move hardfork back to cryptonote_core | moneromooo-monero | 8 | -10/+10 | |
should fix a cross dependency betewen cryptonote_basic and blockchain_db | |||||
2017-02-25 | Increase the log level for the info about log levels | Nano Akron | 1 | -2/+2 | |
2017-02-25 | protocol: tone down a rate limit not implemented yet warning | moneromooo-monero | 1 | -1/+1 | |
it scares users | |||||
2017-02-24 | daemon/rpc: updates command and RPC | moneromooo-monero | 8 | -0/+199 | |
subcommands "check", "download", and "update". update is not yet implemented. | |||||
2017-02-24 | Merge pull request #1798v0.10.2.1 | Riccardo Spagni | 1 | -1/+1 | |
9a2157d7 update version (Riccardo Spagni) | |||||
2017-02-24 | Merge pull request #1799 | Riccardo Spagni | 2 | -12/+14 | |
2b188151 daemon: avoid pre-log-init spew on creating directories (moneromooo-monero) cf2b1511 wallet: avoid pre-log-init spew on --version (moneromooo-monero) | |||||
2017-02-24 | daemon: avoid pre-log-init spew on creating directories | moneromooo-monero | 1 | -1/+3 | |
2017-02-24 | wallet: avoid pre-log-init spew on --version | moneromooo-monero | 1 | -11/+11 | |
2017-02-24 | update version | Riccardo Spagni | 1 | -1/+1 | |
2017-02-24 | Merge pull request #1797 | Riccardo Spagni | 3 | -13/+17 | |
ada6a8a2 wallet_rpc_server: new --trusted-daemon flag (moneromooo-monero) | |||||
2017-02-24 | wallet_rpc_server: new --trusted-daemon flag | moneromooo-monero | 3 | -13/+17 | |
and remove trusted_daemon fields from transfer RPCs, it is much friendlier on users | |||||
2017-02-24 | Merge pull request #1795 | Riccardo Spagni | 1 | -4/+4 | |
3435038a add rpc timeouts to calls that might timeout (Riccardo Spagni) | |||||
2017-02-24 | Merge pull request #1796 | Riccardo Spagni | 1 | -4/+4 | |
8c84d48c Updated default RPC timeout from 5 seconds to 15 seconds (Lee Clagett) | |||||
2017-02-24 | Updated default RPC timeout from 5 seconds to 15 seconds | Lee Clagett | 1 | -4/+4 | |
2017-02-24 | add rpc timeouts to calls that might timeout | Riccardo Spagni | 1 | -4/+4 | |
2017-02-24 | Merge pull request #1776 | Riccardo Spagni | 1 | -1/+5 | |
e4dbea97 wallet2: fix wrong status on daemon shutdown/startup (Jaquee) | |||||
2017-02-24 | Merge pull request #1794 | Riccardo Spagni | 1 | -0/+1 | |
29b34ed1 blockchain_utilities: link against blockchain_db (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1793 | Riccardo Spagni | 1 | -1/+1 | |
eabe3bf2 simplewallet: updated help message for 'set ask-password' (kenshi84) | |||||
2017-02-24 | Merge pull request #1790 | Riccardo Spagni | 1 | -1/+1 | |
032fd354 Makefile add missing space for target android (MoroccanMalinois) | |||||
2017-02-24 | Merge pull request #1789 | Riccardo Spagni | 8 | -26/+32 | |
5db8df7b Unify dist files and prime (vdo) 38b9226f wrapper +x (vdo) b4c90d56 Add meta icon for snap (vdo) a2b90426 Add snap symlink (vdo) 2c51c4d1 Reorganize snap. Add daemon wrapper (vdo) | |||||
2017-02-24 | Merge pull request #1786 | Riccardo Spagni | 1 | -1/+3 | |
4d05955d protocol: fix "sync done" message not appearing (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1785 | Riccardo Spagni | 3 | -1/+41 | |
583a7b5c core: protect precomputed block hashes with SHA256 (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1784 | Riccardo Spagni | 2 | -32/+28 | |
a1cd4db4 updated Dockerfile (Mine Coins) | |||||
2017-02-24 | Merge pull request #1783 | Riccardo Spagni | 1 | -1/+0 | |
a6f0abb7 README: libevent is replaced by minievent (Mine Coins) | |||||
2017-02-24 | Merge pull request #1781 | Riccardo Spagni | 1 | -1/+1 | |
520756c3 rpc: s/rcp/rpc/ (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1780 | Riccardo Spagni | 1 | -1/+1 | |
8262da81 rpc: make mining_status RPC work when syncing (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1779 | Riccardo Spagni | 2 | -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) | |||||
2017-02-24 | Merge pull request #1777 | Riccardo Spagni | 5 | -0/+44 | |
3bdda60f Add print_pl_stats daemon command (Miguel Herranz) | |||||
2017-02-24 | blockchain_utilities: link against blockchain_db | moneromooo-monero | 1 | -0/+1 | |
2017-02-24 | simplewallet: updated help message for 'set ask-password' | kenshi84 | 1 | -1/+1 | |
2017-02-24 | Makefile add missing space for target android | MoroccanMalinois | 1 | -1/+1 | |
2017-02-24 | Unify dist files and prime | vdo | 1 | -4/+4 | |
2017-02-24 | wrapper +x | vdo | 1 | -0/+0 | |
2017-02-24 | Add meta icon for snap | vdo | 1 | -0/+0 | |
2017-02-24 | Add snap symlink | vdo | 1 | -0/+1 | |
2017-02-24 | protocol: fix "sync done" message not appearing | moneromooo-monero | 1 | -1/+3 | |
2017-02-24 | Reorganize snap. Add daemon wrapper | vdo | 6 | -26/+31 | |
2017-02-23 | core: protect precomputed block hashes with SHA256 | moneromooo-monero | 3 | -1/+41 | |
2017-02-24 | updated Dockerfile | Mine Coins | 2 | -32/+28 | |
- minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context | |||||
2017-02-24 | README: libevent is replaced by minievent | Mine Coins | 1 | -1/+0 | |
2017-02-23 | rpc: s/rcp/rpc/ | moneromooo-monero | 1 | -1/+1 | |
2017-02-23 | rpc: make mining_status RPC work when syncing | moneromooo-monero | 1 | -1/+1 | |
2017-02-23 | core: bound the amount of entries in bad tx semantics cache | moneromooo-monero | 2 | -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. | |||||
2017-02-23 | core: remove a couple unused/obsolete bits | moneromooo-monero | 1 | -3/+0 | |
2017-02-23 | Add print_pl_stats daemon command | Miguel Herranz | 5 | -0/+44 | |
2017-02-23 | wallet2: fix wrong status on daemon shutdown/startup | Jaquee | 1 | -1/+5 | |
2017-02-22 | Merge pull request #1775v0.10.2 | Riccardo Spagni | 2 | -0/+0 | |
700d218c fix broken test data (Riccardo Spagni) 0abddd64 fix broken checkpoints.dat (Riccardo Spagni) | |||||
2017-02-22 | fix broken test data | Riccardo Spagni | 1 | -0/+0 | |
2017-02-22 | fix broken checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-02-22 | Merge pull request #1750 | Riccardo Spagni | 3 | -1/+32 | |
ada0e23a updates: fix user/auto url split (moneromooo-monero) 14d0e002 wallet2_api: add updates check api (moneromooo-monero) | |||||
2017-02-22 | updates: fix user/auto url split | moneromooo-monero | 1 | -1/+1 | |
2017-02-22 | wallet2_api: add updates check api | moneromooo-monero | 2 | -0/+31 | |
2017-02-22 | Merge pull request #1774 | Riccardo Spagni | 3 | -13/+15 | |
59013316 updates: remove testnet case (moneromooo-monero) 822577eb updates: we now have a user URL, and an automatic one (moneromooo-monero) 9f17b1a3 updates: s/monerod/monero/ for the main download (moneromooo-monero) 6a5dfb88 updates: add all update servers (moneromooo-monero) 72d40f13 updates: use HTTP, not HTTPS (moneromooo-monero) | |||||
2017-02-22 | updates: remove testnet case | moneromooo-monero | 3 | -7/+4 | |
It need not be any different | |||||
2017-02-22 | updates: we now have a user URL, and an automatic one | moneromooo-monero | 3 | -4/+5 | |
So the user can use https, while the automatic does not have to | |||||
2017-02-22 | updates: s/monerod/monero/ for the main download | moneromooo-monero | 1 | -2/+2 | |
Also print download success message as global log | |||||
2017-02-22 | updates: add all update servers | moneromooo-monero | 1 | -0/+4 | |
2017-02-22 | updates: use HTTP, not HTTPS | moneromooo-monero | 1 | -1/+1 | |
The files are hashed and the hashes signed | |||||
2017-02-22 | Merge pull request #1773 | Riccardo Spagni | 11 | -11/+11 | |
27b477f6 update last few copyright year references (Riccardo Spagni) | |||||
2017-02-22 | update last few copyright year references | Riccardo Spagni | 11 | -11/+11 | |
2017-02-22 | Merge pull request #1765 | Riccardo Spagni | 1 | -8/+7 | |
5cfddd74 Add support for smart mining through wallet. (Dion Ahmetaj) | |||||
2017-02-22 | Merge pull request #1762 | Riccardo Spagni | 1 | -1/+1 | |
dcf684c7 http_server_impl_base: set bind message to MGINFO (anonimal) | |||||
2017-02-22 | Merge pull request #1766 | Riccardo Spagni | 356 | -361/+367 | |
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) | |||||
2017-02-22 | Merge pull request #1767 | Riccardo Spagni | 2 | -15/+24 | |
708758b7 core: do not download an update we already downloaded (moneromooo-monero) 45101550 updates: use updates host, not downloads, for HTTP (moneromooo-monero) | |||||
2017-02-22 | Merge pull request #1771 | Riccardo Spagni | 1 | -1/+2 | |
ec217cd1 README: add DragonFly BSD to build status + update FreeBSD version (anonimal) | |||||
2017-02-22 | Merge pull request #1772 | Riccardo Spagni | 1 | -0/+50 | |
40946a29 kenshi84's gpg key (kenshi84) | |||||
2017-02-22 | kenshi84's gpg key | kenshi84 | 1 | -0/+50 | |
2017-02-22 | README: add DragonFly BSD to build status + update FreeBSD version | anonimal | 1 | -1/+2 | |
2017-02-21 | core: do not download an update we already downloaded | moneromooo-monero | 1 | -14/+23 | |
2017-02-21 | updates: use updates host, not downloads, for HTTP | moneromooo-monero | 1 | -1/+1 | |
2017-02-21 | updated fallback nodes | Riccardo Spagni | 1 | -6/+12 | |
2017-02-21 | update version to 0.10.2 | Riccardo Spagni | 1 | -1/+1 | |
2017-02-21 | http_server_impl_base: set bind message to MGINFO | anonimal | 1 | -1/+1 | |
2017-02-21 | update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-02-21 | Merge pull request #1761 | Riccardo Spagni | 1 | -1/+1 | |
56586bde mlog: restrict net.p2p to FATAL by default (moneromooo-monero) | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 355 | -354/+354 | |
2017-02-21 | mlog: restrict net.p2p to FATAL by default | moneromooo-monero | 1 | -1/+1 | |
2017-02-21 | Add support for smart mining through wallet. | Dion Ahmetaj | 1 | -8/+7 | |
2017-02-21 | Merge pull request #1760 | Riccardo Spagni | 4 | -17/+21 | |
efdd783c add openssl to readme (Riccardo Spagni) 058eed36 cmakify openssl (Riccardo Spagni) | |||||
2017-02-21 | Merge pull request #1759 | Riccardo Spagni | 2 | -1/+2 | |
417b126f Fix core_tests breaking on startup (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1758 | Riccardo Spagni | 1 | -1/+2 | |
5664826a unit_tests: hardfork unit test now needs get_block_blob_from_height (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1757 | Riccardo Spagni | 1 | -0/+3 | |
5c3badb7 dns_utils: fix infinite recursion when distributing empty dns_urls (anonimal) | |||||
2017-02-21 | Merge pull request #1756 | Riccardo Spagni | 1 | -1/+1 | |
80749e59 More for PR #1724 (Howard Chu) | |||||
2017-02-21 | Merge pull request #1755 | Riccardo Spagni | 1 | -1/+0 | |
86d8a33a BerkeleyDB code isn't usable any more, drop from dependencies (Howard Chu) | |||||
2017-02-21 | add openssl to readme | Riccardo Spagni | 1 | -0/+1 | |
2017-02-21 | cmakify openssl | Riccardo Spagni | 3 | -17/+20 | |
2017-02-21 | Fix core_tests breaking on startup | moneromooo-monero | 2 | -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. | |||||
2017-02-21 | unit_tests: hardfork unit test now needs get_block_blob_from_height | moneromooo-monero | 1 | -1/+2 | |
2017-02-21 | dns_utils: fix infinite recursion when distributing empty dns_urls | anonimal | 1 | -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. | |||||
2017-02-21 | More for PR #1724 | Howard Chu | 1 | -1/+1 | |
Fix unit_tests build (get_output_key API change) | |||||
2017-02-21 | BerkeleyDB code isn't usable any more, drop from dependencies | Howard Chu | 1 | -1/+0 | |
2017-02-21 | Merge pull request #1754 | Riccardo Spagni | 1 | -1/+1 | |
13cd544d Makefile: fix copy/paste mistake in targets (s/freebsd/mac) (moneromooo-monero) | |||||
2017-02-21 | Makefile: fix copy/paste mistake in targets (s/freebsd/mac) | moneromooo-monero | 1 | -1/+1 | |
2017-02-21 | Merge pull request #1703 | Riccardo Spagni | 2 | -2/+6 | |
e74b3ab5 core: add p2p bind port options from net_node (moneromooo-monero) | |||||
2017-02-21 | core: add p2p bind port options from net_node | moneromooo-monero | 2 | -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. | |||||
2017-02-21 | Merge pull request #1747 | Riccardo Spagni | 3 | -1/+6 | |
26bd7aac wallet_api: fix logging init via api (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1728 | Riccardo Spagni | 1 | -3/+3 | |
67693415 Fix compiler error about nested externs in slow_hash.c by moving declarations (NanoAkron) | |||||
2017-02-21 | Merge pull request #1736 | Riccardo Spagni | 1 | -1/+5 | |
424b76a4 Fix spurious synchronization status msgs (Howard Chu) | |||||
2017-02-21 | Merge pull request #1727 | Riccardo Spagni | 13 | -87/+230 | |
0288310e blockchain_db: add "raw" blobdata getters for block and transaction (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1725 | Riccardo Spagni | 1 | -6/+10 | |
53f04044 cryptonote_protocol: tweaks to the syncing speedup (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1723 | Riccardo Spagni | 1 | -2/+2 | |
d43fde8a network_throttle: demote spammy logs to TRACE (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1721 | Riccardo Spagni | 8 | -64/+69 | |
2cde2c02 switch to boost::thread for mingw build (Lee Clagett) | |||||
2017-02-21 | Merge pull request #1716 | Riccardo Spagni | 1 | -3/+3 | |
b560ed4a daemon: silence spurious warning about uninitialized variable (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1724 | Riccardo Spagni | 4 | -4/+11 | |
cca95c1c blockchain_db: do not throw on expected partial results getting keys (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1730 | Riccardo Spagni | 1 | -1/+3 | |
72c6b811 README: add/update AUR packaging information (anonimal) | |||||
2017-02-21 | Merge pull request #1731 | Riccardo Spagni | 3 | -5/+5 | |
a427235e core: add a missing newline on a string to be logged (moneromooo-monero) b6a2230e unit_tests: fix minor blockchain_db regression (moneromooo-monero) c488eca5 hardfork: tone down some logs (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1733 | Riccardo Spagni | 1 | -4/+3 | |
a493c0b1 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition. (Dion Ahmetaj) | |||||
2017-02-21 | Merge pull request #1744 | Riccardo Spagni | 21 | -126/+710 | |
a5a0a3c8 core: updates can now be downloaded (and SHA256 hash checked) (moneromooo-monero) 216f062e util: add a SHA256 function (moneromooo-monero) 4bf78492 mlog: only silence errors for net by default, not net.* (moneromooo-monero) d282cfcc core: test key images against validity domain (moneromooo-monero) efb72e74 http_client: add a couple consts (moneromooo-monero) f640512c Optionally query moneropulse DNS records to check for updates (moneromooo-monero) e3cae4ae core: display any fork warning at startup too (moneromooo-monero) 969ad710 dns_utils: fix first checked DNS entry being ignored (moneromooo-monero) 08c3f380 util: add a vercmp function to compare version numbers (moneromooo-monero) e8a7525c dns_utils: factor TXT record loading code from checkpoint code (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1737 | Riccardo Spagni | 8 | -29/+81 | |
69ab14d9 More robust battery status handling. (Dion Ahmetaj) | |||||
2017-02-21 | Merge pull request #1749 | Riccardo Spagni | 1 | -5/+5 | |
5a3b1e98 wallet2: fix failure to send (relatedness check in wrong case) (moneromooo-monero) | |||||
2017-02-20 | core: updates can now be downloaded (and SHA256 hash checked) | moneromooo-monero | 4 | -0/+206 | |
2017-02-20 | util: add a SHA256 function | moneromooo-monero | 3 | -1/+37 | |
2017-02-20 | mlog: only silence errors for net by default, not net.* | moneromooo-monero | 1 | -1/+1 | |
2017-02-20 | core: test key images against validity domain | moneromooo-monero | 3 | -0/+32 | |
2017-02-20 | http_client: add a couple consts | moneromooo-monero | 1 | -2/+2 | |
2017-02-20 | Optionally query moneropulse DNS records to check for updates | moneromooo-monero | 9 | -16/+259 | |
It just checks and prints a message if there is a new version for now. | |||||
2017-02-20 | core: display any fork warning at startup too | moneromooo-monero | 1 | -1/+1 | |
This is a good time for the operator to be around and see it | |||||
2017-02-20 | dns_utils: fix first checked DNS entry being ignored | moneromooo-monero | 1 | -1/+0 | |
2017-02-20 | util: add a vercmp function to compare version numbers | moneromooo-monero | 4 | -1/+63 | |
It is simple, supports simple x.y.z type numeric versions, and does not attempt any kind of validation | |||||
2017-02-20 | dns_utils: factor TXT record loading code from checkpoint code | moneromooo-monero | 3 | -104/+110 | |
2017-02-21 | Merge pull request #1729 | Riccardo Spagni | 1 | -0/+3 | |
9925edcb rpc: fix some RPC calls not returning OK status when needed (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1732 | Riccardo Spagni | 5 | -21/+21 | |
83ec209f simplewallet: validate hex input size (moneromooo-monero) | |||||
2017-02-21 | Merge pull request #1748 | Riccardo Spagni | 5 | -104/+97 | |
bed2d9f2 Get rid of directory lock (Howard Chu) 2e913676 Handle map resizes from other processes (Howard Chu) bf1348b7 Can't cache num_txs or num_outputs either (Howard Chu) dc53e9ee Add a few read txns to streamline (Howard Chu) | |||||
2017-02-21 | Merge pull request #1752 | Riccardo Spagni | 1 | -0/+16 | |
c3283093 tx_pool: revert template filling changes (moneromooo-monero) | |||||
2017-02-20 | tx_pool: revert template filling changes | moneromooo-monero | 1 | -0/+16 | |
They are not ready yet | |||||
2017-02-19 | wallet2: fix failure to send (relatedness check in wrong case) | moneromooo-monero | 1 | -5/+5 | |
A relatedness check was meant to be done in the case of adding an extra output if just one was enough. This was mistakenly added to the "preferred output" case. | |||||
2017-02-18 | Get rid of directory lock | Howard Chu | 2 | -58/+0 | |
We don't need it any more. Fixes issue #1633 | |||||
2017-02-18 | Handle map resizes from other processes | Howard Chu | 1 | -9/+52 | |
2017-02-18 | Can't cache num_txs or num_outputs either | Howard Chu | 2 | -34/+34 | |
Same reason as 3ff54bdd7a8b5e08e4e8ac17b7fff23ad3a82312 | |||||
2017-02-18 | Add a few read txns to streamline | Howard Chu | 3 | -3/+11 | |
Slight perf gain, but mainly to reduce spam at loglevel 3 | |||||
2017-02-18 | wallet_api: fix logging init via api | moneromooo-monero | 3 | -1/+6 | |
2017-02-16 | switch to boost::thread for mingw build | Lee Clagett | 8 | -64/+69 | |
2017-02-16 | More robust battery status handling. | Dion Ahmetaj | 8 | -29/+81 | |
Added an extra path to check for linux power supply status. Added ignore battery option. If set to true, then when we can't figure out the power status, we'll assume the system is plugged in. | |||||
2017-02-15 | BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so ↵ | Dion Ahmetaj | 1 | -4/+3 | |
required a definition. Instead of adding a declaration to cpp file, I changed it to non odr-used. | |||||
2017-02-15 | Fix spurious synchronization status msgs | Howard Chu | 1 | -1/+5 | |
Only update target height if it's actually greater than the current target. Only display "synchronized" when current height equals target. | |||||
2017-02-14 | simplewallet: validate hex input size | moneromooo-monero | 5 | -21/+21 | |
2017-02-14 | core: add a missing newline on a string to be logged | moneromooo-monero | 1 | -1/+1 | |
2017-02-14 | unit_tests: fix minor blockchain_db regression | moneromooo-monero | 1 | -1/+1 | |
Due to the change in ordering for adding block and tx data to the database in f2986ccfc1f41023cd667dbb488a10df492eb8e7, adding a block twice now throws TX_EXISTS, not BLOCK_EXISTS. | |||||
2017-02-14 | hardfork: tone down some logs | moneromooo-monero | 1 | -3/+3 | |
2017-02-14 | README: add/update AUR packaging information | anonimal | 1 | -1/+3 | |
2017-02-13 | rpc: fix some RPC calls not returning OK status when needed | moneromooo-monero | 1 | -0/+3 | |
2017-02-13 | daemon: silence spurious warning about uninitialized variable | moneromooo-monero | 1 | -3/+3 | |
Also fixes a leak | |||||
2017-02-13 | Fix compiler error about nested externs in slow_hash.c by moving declarations | NanoAkron | 1 | -3/+3 | |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 13 | -87/+230 | |
This speeds up operations such as serving blocks to syncing peers | |||||
2017-02-13 | cryptonote_protocol: tweaks to the syncing speedup | moneromooo-monero | 1 | -6/+10 | |
- only pause mining once we've got the lock (in practice, it'll already be paused by another thread if we can't get the lock at once though) - do not call prepare_handle_incoming_blocks when we dismissed all the blocks, it only causes cleanup_handle_incoming_blocks to complain afterwards | |||||
2017-02-13 | blockchain_db: do not throw on expected partial results getting keys | moneromooo-monero | 4 | -4/+11 | |
When scanning for outputs used in a set of incoming blocks, we expect that some of the inputs in their transactions will not be found in the blockchain, as they could be in previous blocks in that set. Those outputs will be scanned there at a later point. In this case, we add a flag to control wehther an output not being found is expected or not. | |||||
2017-02-13 | network_throttle: demote spammy logs to TRACE | moneromooo-monero | 1 | -2/+2 | |
2017-02-12 | Merge pull request #1719 | Riccardo Spagni | 1 | -1/+1 | |
59c9d165 tests: fixup include paths after cryptonote_core split (moneromooo-monero) | |||||
2017-02-12 | tests: fixup include paths after cryptonote_core split | moneromooo-monero | 1 | -1/+1 | |