Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-16 | specify restore height by YYYY-MM-DD format | kenshi84 | 6 | -17/+207 | |
2017-01-15 | Merge pull request #1578 | Riccardo Spagni | 1 | -1/+2 | |
ce866d1c macro to define core RPC version for avoiding future mistake (kenshi84) | |||||
2017-01-15 | Merge pull request #1581 | Riccardo Spagni | 1 | -1/+1 | |
6da9335a blockchain_import: fix build after tx_pool::add_tx changes (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1561 | Riccardo Spagni | 9 | -77/+71 | |
d561f4ad enable clang checks that were disabled (Chris Vickio) 0aefb2f6 remove std::move from return statements (pessimizing-move warning) (Chris Vickio) 629d5b76 change counter from bool to int (deprecated-increment-bool warning) (Chris Vickio) fb76d439 add extra braces around subobjects (missing-braces warning) (Chris Vickio) 3b6d5f25 make struct/class declarations consistent (mismatched-tags warning) (Chris Vickio) fcf66925 remove unused fields from network_throttle (unused-private-field warning) (Chris Vickio) 296f8c16 inline unused function (for unused-function warning) (Chris Vickio) | |||||
2017-01-16 | macro to define core RPC version for avoiding future mistake | kenshi84 | 1 | -1/+2 | |
2017-01-15 | blockchain_import: fix build after tx_pool::add_tx changes | moneromooo-monero | 1 | -1/+1 | |
2017-01-15 | Merge pull request #1579 | Riccardo Spagni | 2 | -1/+45 | |
f5f4109f mnemonics: fix language detection with checksum word (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1577 | Riccardo Spagni | 3 | -0/+36 | |
feb499aa core: check block version for alt chains too (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1576 | Riccardo Spagni | 4 | -84/+148 | |
ba3968f6 rct: split rct checks between semantics and other (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1575 | Riccardo Spagni | 2 | -4/+5 | |
b3ca0c62 unit_tests: fix portable serialization tests hardcoded data path (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1574 | Riccardo Spagni | 2 | -9/+36 | |
d276a165 wallet2: use at least two rct inputs if possible (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1573 | Riccardo Spagni | 3 | -5/+7 | |
dea53962 fix timeout in check_connection (Jaquee) | |||||
2017-01-15 | Merge pull request #1571 | Riccardo Spagni | 13 | -38/+55 | |
81c384e4 fix do_not_relay not preventing relaying on a timer (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1568 | Riccardo Spagni | 7 | -1/+134 | |
5b5017e2 rpc: add a command to get info about the current blockchain (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1567 | Riccardo Spagni | 1 | -7/+13 | |
c9f13c5e wallet2: fix tx reroll not updating fee is going up a kB step (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1565 | Riccardo Spagni | 1 | -0/+2 | |
50b230d1 core: ensure block size limit is set from the start (moneromooo-monero) | |||||
2017-01-15 | Merge pull request #1564 | Riccardo Spagni | 3 | -6/+67 | |
1d317981 Wallet API: add key image import/export functions (Jaquee) | |||||
2017-01-15 | Merge pull request #1563 | Riccardo Spagni | 2 | -21/+26 | |
36ba311c Prioritize older transactions in the mempool (Miguel Herranz) | |||||
2017-01-15 | Merge pull request #1560 | Riccardo Spagni | 3 | -1/+24 | |
46550c0b Wallet API: add rescanSpent() (Jaquee) | |||||
2017-01-15 | Merge pull request #1552 | Riccardo Spagni | 1 | -12/+42 | |
4a017674 Wallet API: support integrated addresses in address book. (Jaquee) | |||||
2017-01-15 | Merge pull request #1506 | Riccardo Spagni | 9 | -33/+71 | |
3ff54bdd Check for correct thread before ending batch transaction (Howard Chu) eaf8470b Must wait for previous batch to finish before starting new one (Howard Chu) c903c554 Don't cache block height, always get from DB (Howard Chu) eb1fb601 Tweak default db-sync-mode to fast:async:1 (Howard Chu) 0693cff9 Use batch transactions when syncing (Howard Chu) | |||||
2017-01-15 | enable clang checks that were disabled | Chris Vickio | 1 | -1/+0 | |
2017-01-15 | remove std::move from return statements (pessimizing-move warning) | Chris Vickio | 1 | -2/+2 | |
2017-01-15 | change counter from bool to int (deprecated-increment-bool warning) | Chris Vickio | 1 | -1/+1 | |
2017-01-15 | Check for correct thread before ending batch transaction | Howard Chu | 1 | -0/+7 | |
2017-01-15 | mnemonics: fix language detection with checksum word | moneromooo-monero | 2 | -1/+45 | |
If a checksum word is present, language detection would use just the word prefixes. However, a set of word prefixes may be found in more than one language, and so the wrong language may be found first, which could then fail the checksum, since the check may be done with a different unique prefix length from the one it was created from. We now make a checksum test when we we detect a language from prefixes only, to make sure we have the correct one. | |||||
2017-01-14 | Must wait for previous batch to finish before starting new one | Howard Chu | 1 | -1/+6 | |
2017-01-14 | Don't cache block height, always get from DB | Howard Chu | 2 | -14/+29 | |
2017-01-14 | Tweak default db-sync-mode to fast:async:1 | Howard Chu | 1 | -4/+7 | |
fsync the DB asynchronously, to allow block download/verification to proceed while syncing. Sync after every batch. Note that "fastest" still defaults to fastest:async:1000. | |||||
2017-01-14 | Use batch transactions when syncing | Howard Chu | 8 | -15/+23 | |
Faster throughput while avoiding corruption. I.e., makes running with --db-sync-mode safe more tolerable. | |||||
2017-01-14 | core: check block version for alt chains too | moneromooo-monero | 3 | -0/+36 | |
This is incompatible with block version voting | |||||
2017-01-14 | wallet2: use at least two rct inputs if possible | moneromooo-monero | 2 | -9/+36 | |
If we'd make a rct tx with just one input, we try to add a second one to match the 2/2 ideal. This means more txes use that template (and are thus using a larger anonymity set), and it coalesces outputs "for free". We use the smallest amount outputs in priority for this, so we can "clean" the wallet at the same time. | |||||
2017-01-14 | unit_tests: fix portable serialization tests hardcoded data path | moneromooo-monero | 2 | -4/+5 | |
2017-01-14 | rct: split rct checks between semantics and other | moneromooo-monero | 4 | -84/+148 | |
Semantics can be checked early | |||||
2017-01-14 | Merge pull request #1566 | Riccardo Spagni | 1 | -2/+6 | |
176b70a0 account: fix build error involving std::max and different types (moneromooo-monero) | |||||
2017-01-14 | fix timeout in check_connection | Jaquee | 3 | -5/+7 | |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 13 | -39/+56 | |
Also print its value when printing pool | |||||
2017-01-14 | add extra braces around subobjects (missing-braces warning) | Chris Vickio | 1 | -64/+64 | |
2017-01-14 | make struct/class declarations consistent (mismatched-tags warning) | Chris Vickio | 4 | -5/+3 | |
2017-01-14 | remove unused fields from network_throttle (unused-private-field warning) | Chris Vickio | 1 | -3/+0 | |
2017-01-14 | inline unused function (for unused-function warning) | Chris Vickio | 1 | -1/+1 | |
2017-01-13 | rpc: add a command to get info about the current blockchain | moneromooo-monero | 7 | -1/+134 | |
About the tip of the main chain, and the last N blocks | |||||
2017-01-13 | wallet2: fix tx reroll not updating fee is going up a kB step | moneromooo-monero | 1 | -7/+13 | |
2017-01-13 | account: fix build error involving std::max and different types | moneromooo-monero | 1 | -2/+6 | |
2017-01-13 | Wallet API: add key image import/export functions | Jaquee | 3 | -6/+67 | |
2017-01-13 | Wallet API: support integrated addresses in address book. | Jaquee | 1 | -12/+42 | |
2017-01-13 | core: ensure block size limit is set from the start | moneromooo-monero | 1 | -0/+2 | |
It can now be queried by RPC, so it needs to be set before it is otherwise needed for consensus, even if no blocks had to be added (ie, exit and restart quickly). | |||||
2017-01-13 | Wallet API: add rescanSpent() | Jaquee | 3 | -1/+24 | |
2017-01-13 | Merge pull request #1562 | Riccardo Spagni | 3 | -79/+99 | |
a081b39c Move key image export/import functions to wallet2 (Jaquee) | |||||
2017-01-13 | Merge pull request #1559 | Riccardo Spagni | 10 | -6/+83 | |
db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee) | |||||
2017-01-13 | Merge pull request #1558 | Riccardo Spagni | 1 | -4/+4 | |
7961878e initialize timestamp to 0 and check for mktime() error (Chris Vickio) | |||||
2017-01-13 | Merge pull request #1555 | Riccardo Spagni | 1 | -3/+6 | |
758c0eb7 fix time stats mixin (luigi1111) | |||||
2017-01-13 | Merge pull request #1548 | Riccardo Spagni | 1 | -4/+9 | |
e68ea86c Change logic of testing for libunwind on OSX and ARM (NanoAkron) | |||||
2017-01-13 | Merge pull request #1545 | Riccardo Spagni | 1 | -0/+1 | |
5ae00f0f add msg for donate (luigi1111) | |||||
2017-01-13 | Merge pull request #1543 | Riccardo Spagni | 5 | -1/+25 | |
19be7225 Add start_time to get_info methods and show uptime (Miguel Herranz) | |||||
2017-01-13 | Merge pull request #1541 | Riccardo Spagni | 10 | -9/+525 | |
0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee) dbb838f4 GUI cold signing (Jaquee) afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee) | |||||
2017-01-13 | Merge pull request #1540 | Riccardo Spagni | 2 | -1/+43 | |
79b4e1f9 Cold signing: make sure short payment id isnt encrypted twice (Jaquee) | |||||
2017-01-13 | Merge pull request #1538 | Riccardo Spagni | 4 | -23/+4 | |
aff28178 Remove db-auto-remove-logs (Miguel Herranz) 1229c685 Remove berkeley from db_type initialization (Miguel Herranz) e3090558 Show available types for db-type command (Miguel Herranz) 046ab33d Remove berkeley from blockchain_db_types (Miguel Herranz) | |||||
2017-01-13 | Merge pull request #1526 | Riccardo Spagni | 4 | -5/+88 | |
5eed5b05 Wallet API: functions for supporting/creating view only wallets (Jaquee) | |||||
2017-01-13 | Merge pull request #1523 | Riccardo Spagni | 6 | -189/+790 | |
d81cb087 Added (not yet enabled) HTTP client authentication (Lee Clagett) | |||||
2017-01-13 | Merge pull request #1513 | Riccardo Spagni | 3 | -1/+49 | |
a813ab50 wallet2_api: add solo mining API (moneromooo-monero) | |||||
2017-01-13 | Merge pull request #1492 | Riccardo Spagni | 7 | -18/+175 | |
f1dde1a4 wallet cli: print originating block heights of mixin keys when making transfer (kenshi84) | |||||
2017-01-13 | Prioritize older transactions in the mempool | Miguel Herranz | 2 | -21/+26 | |
The transactions are first prioritized by fee and in case the fees are equal by receive_time. | |||||
2017-01-13 | Move key image export/import functions to wallet2 | Jaquee | 3 | -79/+99 | |
2017-01-12 | Wallet2 + API: Callbacks for unconfirmed transfers | Jaquee | 10 | -6/+83 | |
2017-01-12 | initialize timestamp to 0 and check for mktime() error | Chris Vickio | 1 | -4/+4 | |
2017-01-12 | Add start_time to get_info methods and show uptime | Miguel Herranz | 5 | -2/+26 | |
2017-01-11 | Added (not yet enabled) HTTP client authentication | Lee Clagett | 6 | -189/+790 | |
2017-01-10 | Wallet api: Update trustedDaemon when daemon is changed | Jaquee | 1 | -0/+6 | |
2017-01-10 | GUI cold signing | Jaquee | 10 | -9/+519 | |
fix conflict | |||||
2017-01-10 | Wallet API: functions for supporting/creating view only wallets | Jaquee | 4 | -5/+88 | |
2017-01-10 | Wallet API: functions for supporting/creating view only wallets | Jaquee | 4 | -5/+88 | |
2017-01-10 | fix time stats mixin | luigi1111 | 1 | -3/+6 | |
also add blobsize | |||||
2017-01-10 | Merge pull request #1544 | Riccardo Spagni | 1 | -1/+1 | |
db44a909 Fix monero-wallet-cli compile (luigi1111) | |||||
2017-01-10 | Remove db-auto-remove-logs | Miguel Herranz | 3 | -9/+0 | |
2017-01-10 | Remove berkeley from db_type initialization | Miguel Herranz | 1 | -12/+0 | |
2017-01-10 | Show available types for db-type command | Miguel Herranz | 1 | -1/+4 | |
2017-01-10 | Remove berkeley from blockchain_db_types | Miguel Herranz | 1 | -1/+0 | |
2017-01-09 | Change logic of testing for libunwind on OSX and ARM | NanoAkron | 1 | -4/+9 | |
2017-01-09 | wallet2_api: add solo mining API | moneromooo-monero | 3 | -1/+49 | |
2017-01-09 | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 7 | -18/+175 | |
2017-01-08 | add msg for donate | luigi1111 | 1 | -0/+1 | |
#1498 | |||||
2017-01-08 | Fix monero-wallet-cli compile | luigi1111 | 1 | -1/+1 | |
Not 100$ sure this is the right fix, nor whether address book entries from URL should be stored as addresses or URLs (or both with a check for change on payment). | |||||
2017-01-08 | Merge pull request #1542 | Riccardo Spagni | 3 | -0/+8 | |
60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois) | |||||
2017-01-08 | Merge pull request #1537 | Riccardo Spagni | 5 | -86/+332 | |
c2135082 simplewallet: add a show_transfer <txid> command (moneromooo-monero) 19c4041d wallet_rpc_server: new RPC call to get a transfer by txid (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1534 | Riccardo Spagni | 6 | -19/+43 | |
1607cb7e tx_pool: better block template filling algorithm (moneromooo-monero) 9731b4e5 rpc: add block size to GET_BLOCK_HEADER RPC (moneromooo-monero) 9188b346 rpc: add current block size to the getinfo call (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1531 | Riccardo Spagni | 3 | -4/+7 | |
9d1d3a45 portable serializer: use signed char for size (kenshi84) | |||||
2017-01-08 | Merge pull request #1521 | Riccardo Spagni | 3 | -0/+25 | |
21c5af5a wallet2_api: add an address book payment id lookup API (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1515 | Riccardo Spagni | 12 | -61/+641 | |
ada7c7da portable serializer: tests added (kenshi84) f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84) | |||||
2017-01-08 | Merge pull request #1514 | Riccardo Spagni | 1 | -3/+10 | |
fa0ee42c Workarounds for gcc 4.8 (Lee Clagett) | |||||
2017-01-08 | Merge pull request #1510 | Riccardo Spagni | 10 | -8/+103 | |
80abc3bc Build wallet with Android NDK (MoroccanMalinois) | |||||
2017-01-08 | Merge pull request #1509 | Riccardo Spagni | 1 | -4/+2 | |
29333c41 wallet api: prevent setting refresh height too high (Jaquee) | |||||
2017-01-08 | Merge pull request #1508 | Riccardo Spagni | 1 | -1/+6 | |
4585ada4 Wallet2: faster exit while refreshing (Jaquee) | |||||
2017-01-08 | Merge pull request #1504 | Riccardo Spagni | 1 | -1/+1 | |
5f4ac6b9 wallet2 bugfix: store watch_only flag properly with rewrite() (kenshi84) | |||||
2017-01-08 | Merge pull request #1503 | Riccardo Spagni | 1 | -24/+8 | |
542571f5 simplewallet: remove unnecessary local_args.erase(...) in set_variable() (kenshi84) | |||||
2017-01-08 | Merge pull request #1502 | Riccardo Spagni | 1 | -0/+1 | |
591d8368 core: invalidate difficulty cache when resetting blockchain (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1501 | Riccardo Spagni | 1 | -0/+17 | |
cebae0c5 wallet2: check the node returned the real output when requested (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1500 | Riccardo Spagni | 3 | -2/+41 | |
c0a0fcaf wallet2_api: some new APIs to access daemon state (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1499 | Riccardo Spagni | 2 | -1/+3 | |
37ed96e6 tx_pool: fix uninitialized "last failed" fields (moneromooo-monero) 94b6feef rpc: fix mixup in tx_info serialization (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1497 | Riccardo Spagni | 1 | -1/+1 | |
50511677 wallet2: fix large reorgs failing (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1496 | Riccardo Spagni | 2 | -0/+120 | |
adee1644 wallet cli: print unspent outputs with histogram (kenshi84) | |||||
2017-01-08 | Merge pull request #1495 | Riccardo Spagni | 2 | -10/+10 | |
f3fdefe0 Fix multiple definition clash on ARMv7 build (Howard Chu) | |||||
2017-01-08 | Merge pull request #1494 | Riccardo Spagni | 1 | -0/+16 | |
0020ad7d cmake: link against liblzma when found, for libunwind (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1493 | Riccardo Spagni | 5 | -8/+33 | |
0478ac68 blockchain: allow marking "tx not found" without an exception (moneromooo-monero) | |||||
2017-01-08 | Merge pull request #1491 | Riccardo Spagni | 2 | -0/+7 | |
52db01ea Silence CMake policy warning on macos. See: https://cmake.org/cmake/help/v3.0/policy/CMP0042.html (Randi Joseph) | |||||
2017-01-08 | Merge pull request #1490 | Riccardo Spagni | 1 | -20/+18 | |
474c249c cleaner log calc algorithm (fireice-uk) | |||||
2017-01-08 | Merge pull request #1482 | Riccardo Spagni | 2 | -0/+82 | |
38f00d07 wallet cli: viewing and editing address book (kenshi84) | |||||
2017-01-08 | Merge pull request #1460 | Riccardo Spagni | 9 | -162/+203 | |
99580adf make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup (kenshi84) | |||||
2017-01-08 | Add parse_uri to wallet2_api | MoroccanMalinois | 3 | -0/+8 | |
2017-01-08 | Cold signing: make sure short payment id isnt encrypted twice | Jaquee | 2 | -1/+43 | |
2017-01-08 | simplewallet: add a show_transfer <txid> command | moneromooo-monero | 2 | -0/+124 | |
2017-01-08 | wallet_rpc_server: new RPC call to get a transfer by txid | moneromooo-monero | 3 | -86/+208 | |
2017-01-07 | blockchain: allow marking "tx not found" without an exception | moneromooo-monero | 5 | -8/+33 | |
This is a normal occurence in many cases, and there is no need to spam the log with those when it is. | |||||
2017-01-07 | tx_pool: better block template filling algorithm | moneromooo-monero | 3 | -17/+33 | |
Continue filling until we reach the block size limit, or the resulting coinbase decreases. Also remove old sanity check on block size, which is now not wanted anymore. | |||||
2017-01-07 | portable serializer: use signed char for size | kenshi84 | 3 | -4/+7 | |
2017-01-06 | rpc: add block size to GET_BLOCK_HEADER RPC | moneromooo-monero | 3 | -2/+6 | |
and print it in print_bc | |||||
2017-01-06 | rpc: add current block size to the getinfo call | moneromooo-monero | 2 | -1/+5 | |
2017-01-05 | Build wallet with Android NDK | MoroccanMalinois | 10 | -8/+103 | |
2017-01-03 | portable serializer: tests added | kenshi84 | 8 | -0/+524 | |
2017-01-02 | portable serializer: make signerd/unsigned tx portable, ignore archive ↵ | kenshi84 | 5 | -61/+117 | |
version checking | |||||
2017-01-01 | wallet2_api: add an address book payment id lookup API | moneromooo-monero | 3 | -0/+25 | |
2016-12-30 | Workarounds for gcc 4.8 | Lee Clagett | 1 | -3/+10 | |
2016-12-27 | wallet api: prevent setting refresh height too high | Jaquee | 1 | -4/+2 | |
2016-12-27 | Wallet2: faster exit while refreshing | Jaquee | 1 | -1/+6 | |
2016-12-27 | wallet2: check the node returned the real output when requested | moneromooo-monero | 1 | -0/+17 | |
2016-12-26 | wallet2 bugfix: store watch_only flag properly with rewrite() | kenshi84 | 1 | -1/+1 | |
2016-12-26 | wallet cli: print unspent outputs with histogram | kenshi84 | 2 | -0/+120 | |
2016-12-26 | simplewallet: remove unnecessary local_args.erase(...) in set_variable() | kenshi84 | 1 | -24/+8 | |
2016-12-25 | core: invalidate difficulty cache when resetting blockchain | moneromooo-monero | 1 | -0/+1 | |
2016-12-25 | wallet2_api: some new APIs to access daemon state | moneromooo-monero | 3 | -2/+41 | |
2016-12-24 | tx_pool: fix uninitialized "last failed" fields | moneromooo-monero | 1 | -0/+2 | |
2016-12-24 | rpc: fix mixup in tx_info serialization | moneromooo-monero | 1 | -1/+1 | |
2016-12-24 | wallet2: fix large reorgs failing | moneromooo-monero | 1 | -1/+1 | |
If a reorg was large enough that a full 1000 block chunk from the daemon was all known blocks, refresh would stop, and no reorg would happen. | |||||
2016-12-24 | cmake: link against liblzma when found, for libunwind | moneromooo-monero | 1 | -0/+16 | |
Some versions of libunwind need liblzma. If liblzma is found, we link against it unconditionally. If the installed libunwind didn't need it, this is a nop. Tested and fine tuned by iDunk | |||||
2016-12-23 | Fix multiple definition clash on ARMv7 build | Howard Chu | 2 | -10/+10 | |
Broken by d1d6e27ab661f71d90fb6530db84d5a2b92550a8 | |||||
2016-12-23 | Silence CMake policy warning on macos. | Randi Joseph | 2 | -0/+7 | |
See: https://cmake.org/cmake/help/v3.0/policy/CMP0042.html | |||||
2016-12-22 | cleaner log calc algorithm | fireice-uk | 1 | -20/+18 | |
2016-12-22 | Merge pull request #1487 | Riccardo Spagni | 1 | -2/+5 | |
37476265 add tx hash to time stats (luigi1111) | |||||
2016-12-21 | add tx hash to time stats | luigi1111 | 1 | -2/+5 | |
Also miner tx hash to log level 1 (have you ever tried to find a testnet miner tx hash?) | |||||
2016-12-21 | Merge pull request #1486 | Riccardo Spagni | 1 | -4/+4 | |
522ab79e Fixed HTTP auth tests for gcc 4.9 (Lee Clagett) | |||||
2016-12-21 | Merge pull request #1484 | Riccardo Spagni | 1 | -7/+4 | |
12abe86a core: fix recalculation of emission/fees (moneromooo-monero) | |||||
2016-12-21 | Fixed HTTP auth tests for gcc 4.9 | Lee Clagett | 1 | -4/+4 | |
2016-12-21 | make openalias also available for solo miner; introduce namespace ↵ | kenshi84 | 9 | -162/+203 | |
tools::dns_utils; support integrated address with dns lookup | |||||
2016-12-21 | core: fix recalculation of emission/fees | moneromooo-monero | 1 | -7/+4 | |
It was counting things many, many times | |||||
2016-12-21 | wallet cli: viewing and editing address book | kenshi84 | 2 | -0/+82 | |
2016-12-21 | Merge pull request #1483 | Riccardo Spagni | 2 | -0/+47 | |
af9a7999 account for API difference between 1.58 & 1.59 (kenshi84) | |||||
2016-12-21 | account for API difference between 1.58 & 1.59 | kenshi84 | 2 | -0/+47 | |
2016-12-20 | Merge pull request #1479 | Riccardo Spagni | 1 | -1/+1 | |
c31e42e2 simplewallet: bump output file format version (moneromooo-monero) | |||||
2016-12-20 | Merge pull request #1478 | Riccardo Spagni | 1 | -0/+1 | |
1976eddd common: add missing #include <system_error> for std::error_code (moneromooo-monero) | |||||
2016-12-20 | Merge pull request #1477 | Riccardo Spagni | 1 | -2/+4 | |
d55e2266 Fixed uninitialized valgrind errors in serialization tests (Lee Clagett) | |||||
2016-12-20 | simplewallet: bump output file format version | moneromooo-monero | 1 | -1/+1 | |
The serialization format changed, and while there is code to load the older serialization format, an older monerod will not be able to load a file saved by a new monerod, even though both share the same version. This is not good, and we prefer a version bump. | |||||
2016-12-20 | common: add missing #include <system_error> for std::error_code | moneromooo-monero | 1 | -0/+1 | |
2016-12-20 | Fixed uninitialized valgrind errors in serialization tests | Lee Clagett | 1 | -2/+4 | |
2016-12-20 | Merge pull request #1475 | Riccardo Spagni | 1 | -18/+18 | |
81702b54 Fixes for google test < 1.8 (Lee Clagett) | |||||
2016-12-20 | Merge pull request #1474 | Riccardo Spagni | 1 | -1/+1 | |
fc40b3e7 Lower connection timeout in check_connection() (Jaquee) | |||||
2016-12-20 | Merge pull request #1473 | Riccardo Spagni | 2 | -18/+0 | |
e3639f5c Removed unused functions (Lee Clagett) | |||||
2016-12-20 | Merge pull request #1472 | Riccardo Spagni | 7 | -368/+218 | |
2bddb8eb Refactored password prompting for wallets (Lee Clagett) | |||||
2016-12-20 | Merge pull request #1469 | Riccardo Spagni | 1 | -1/+1 | |
9e4b3724 simplewallet: add pending/pool/failed in the show_transfers help (moneromooo-monero) | |||||
2016-12-20 | Merge pull request #1468 | Riccardo Spagni | 3 | -0/+12 | |
9a2cd722 wallet2_api: add an API to the OpenAlias resolver (moneromooo-monero) | |||||
2016-12-20 | Merge pull request #1467 | Riccardo Spagni | 10 | -0/+147 | |
55fa0479 rpc: new function and RPC to get alternative chain info (moneromooo-monero) | |||||
2016-12-20 | Merge pull request #1466 | Riccardo Spagni | 2 | -1/+5 | |
c367d7df README: add note about the donate command (anonimal) b9a28677 simplewallet: add return type for donate function (anonimal) d36669fd simplewallet: hardcode Monero's donation address (anonimal) | |||||
2016-12-20 | Merge pull request #1462 | Riccardo Spagni | 12 | -34/+783 | |
07b9138c support importing unportable outputs (kenshi84) 2ac80075 also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp (kenshi84) d1d6e27a moved boost cpp into hpp since they're supposed to be header only (kenshi84) 66e6af89 added experimental boost::archive::portable_binary_{i|o}archive (kenshi84) | |||||
2016-12-20 | support importing unportable outputs | kenshi84 | 1 | -3/+12 | |
2016-12-20 | also use portable serializer for boost_serialization_helper.h and ↵ | kenshi84 | 7 | -19/+50 | |
net_node.inl, completely adandon boost/archive/binary_oarchive.hpp | |||||
2016-12-20 | moved boost cpp into hpp since they're supposed to be header only | kenshi84 | 8 | -274/+234 | |
2016-12-19 | Fixes for google test < 1.8 | Lee Clagett | 1 | -18/+18 | |
2016-12-19 | Refactored password prompting for wallets | Lee Clagett | 7 | -368/+218 | |
2016-12-19 | Lower connection timeout in check_connection() | Jaquee | 1 | -1/+1 | |
2016-12-19 | Merge pull request #1464 | Riccardo Spagni | 5 | -17/+205 | |
427054c3 Enabled HTTP auth support for monero-wallet-rpc (Lee Clagett) | |||||
2016-12-19 | Removed unused functions | Lee Clagett | 2 | -18/+0 | |
2016-12-17 | simplewallet: add pending/pool/failed in the show_transfers help | moneromooo-monero | 1 | -1/+1 | |
reported by nioc | |||||
2016-12-17 | wallet2_api: add an API to the OpenAlias resolver | moneromooo-monero | 3 | -0/+12 | |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 10 | -0/+147 | |
2016-12-16 | Enabled HTTP auth support for monero-wallet-rpc | Lee Clagett | 5 | -17/+205 | |
2016-12-17 | README: add note about the donate command | anonimal | 1 | -0/+2 | |
References #1447 | |||||
2016-12-17 | simplewallet: add return type for donate function | anonimal | 1 | -0/+1 | |
Resolves -Wreturn-type References #1447 #1451 | |||||
2016-12-17 | simplewallet: hardcode Monero's donation address | anonimal | 1 | -1/+2 | |
Closes #1447 References #1451 | |||||
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 12 | -15/+764 | |
2016-12-15 | Merge pull request #1459 | Riccardo Spagni | 8 | -14/+23 | |
b00da61e Preliminary support for DragonFly BSD (Antonio Huete Jimenez) | |||||
2016-12-15 | Merge pull request #1458 | Riccardo Spagni | 1 | -2/+2 | |
f7e551d0 Dockerfile : use libssl1.0 (MoroccanMalinois) | |||||
2016-12-15 | Merge pull request #1455 | Riccardo Spagni | 5 | -9/+9 | |
4bb0bff2 AddressBook: use unsigned type for row ID's (anonimal) | |||||
2016-12-15 | Merge pull request #1449 | Riccardo Spagni | 1 | -3/+3 | |
374b58d1 fix MGs json (moneroexamples) | |||||
2016-12-15 | Merge pull request #1454 | Riccardo Spagni | 1 | -10/+11 | |
515a2d9f Update info on libzlma and BerkeleyDB in README.md (NanoAkron) | |||||
2016-12-15 | Merge pull request #1453 | Riccardo Spagni | 1 | -1/+1 | |
1a2284de Spelling error (Bitcoin Error Log) | |||||
2016-12-15 | Merge pull request #1452 | Riccardo Spagni | 3 | -22/+65 | |
944b6079 Wallet API: Do not refresh while daemon is syncing + fixed fast refresh when creating wallet offline + improved close wallet logic (make sure refresh thread is stopped) (Jaquee) | |||||
2016-12-15 | Merge pull request #1451 | Riccardo Spagni | 2 | -0/+41 | |
2506d51d wallet cli: donate command (Kenshi Takayama) | |||||
2016-12-15 | Merge pull request #1444 | Riccardo Spagni | 12 | -7/+1165 | |
bdc3d749 Adding HTTP Digest Auth (but not yet enabled) (Lee Clagett) | |||||
2016-12-15 | Wallet API: Do not refresh while daemon is syncing | Jaquee | 3 | -22/+65 | |
+ fixed fast refresh when creating wallet offline + improved close wallet logic (make sure refresh thread is stopped) | |||||
2016-12-15 | Preliminary support for DragonFly BSD | Antonio Huete Jimenez | 8 | -14/+23 | |
- It builds but no further testing has been done. | |||||
2016-12-15 | wallet cli: donate command | Kenshi Takayama | 2 | -0/+41 | |
2016-12-15 | Dockerfile : use libssl1.0 | MoroccanMalinois | 1 | -2/+2 | |
2016-12-14 | AddressBook: use unsigned type for row ID's | anonimal | 5 | -9/+9 | |
Fixes build warnings and may also prevent future headaches. | |||||
2016-12-14 | Update info on libzlma and BerkeleyDB in README.md | NanoAkron | 1 | -10/+11 | |
2016-12-14 | Spelling error | Bitcoin Error Log | 1 | -1/+1 | |
"compatibility" spelled incorrectly | |||||
2016-12-14 | fix MGs json | moneroexamples | 1 | -3/+3 | |
2016-12-13 | Merge pull request #1445v0.10.1 | Riccardo Spagni | 1 | -1/+1 | |
95b9e85e rename cn_deserialize (Riccardo Spagni) | |||||
2016-12-13 | Merge pull request #1446 | Riccardo Spagni | 17 | -155/+183 | |
b2adfa8c Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. (Randi Joseph) | |||||
2016-12-13 | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵ | Randi Joseph | 17 | -155/+183 | |
third party uses of the wallet api can transition. | |||||
2016-12-13 | rename cn_deserialize | Riccardo Spagni | 1 | -1/+1 | |
2016-12-13 | Merge pull request #1437 | Riccardo Spagni | 3 | -1/+4 | |
655eafd1 bump version (Riccardo Spagni) 117194a3 update checkpoints (Riccardo Spagni) 39a9db9e update checkpoints (Riccardo Spagni) |