| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build wallet with Android NDK | MoroccanMalinois | 2017-01-05 | 10 | -8/+103 |
| * | Merge pull request #1487 | Riccardo Spagni | 2016-12-22 | 1 | -2/+5 |
| |\ | |||||
| | * | add tx hash to time stats | luigi1111 | 2016-12-21 | 1 | -2/+5 |
| |/ | |||||
| * | Merge pull request #1486 | Riccardo Spagni | 2016-12-21 | 1 | -4/+4 |
| |\ | |||||
| | * | Fixed HTTP auth tests for gcc 4.9 | Lee Clagett | 2016-12-21 | 1 | -4/+4 |
| * | | Merge pull request #1484 | Riccardo Spagni | 2016-12-21 | 1 | -7/+4 |
| |\ \ | |/ |/| | |||||
| | * | core: fix recalculation of emission/fees | moneromooo-monero | 2016-12-21 | 1 | -7/+4 |
| |/ | |||||
| * | Merge pull request #1483 | Riccardo Spagni | 2016-12-21 | 2 | -0/+47 |
| |\ | |||||
| | * | account for API difference between 1.58 & 1.59 | kenshi84 | 2016-12-21 | 2 | -0/+47 |
| |/ | |||||
| * | Merge pull request #1479 | Riccardo Spagni | 2016-12-20 | 1 | -1/+1 |
| |\ | |||||
| | * | simplewallet: bump output file format version | moneromooo-monero | 2016-12-20 | 1 | -1/+1 |
| * | | Merge pull request #1478 | Riccardo Spagni | 2016-12-20 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | common: add missing #include <system_error> for std::error_code | moneromooo-monero | 2016-12-20 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #1477 | Riccardo Spagni | 2016-12-20 | 1 | -2/+4 |
| |\ \ | |/ |/| | |||||
| | * | Fixed uninitialized valgrind errors in serialization tests | Lee Clagett | 2016-12-20 | 1 | -2/+4 |
| |/ | |||||
| * | Merge pull request #1475 | Riccardo Spagni | 2016-12-20 | 1 | -18/+18 |
| |\ | |||||
| | * | Fixes for google test < 1.8 | Lee Clagett | 2016-12-19 | 1 | -18/+18 |
| * | | Merge pull request #1474 | Riccardo Spagni | 2016-12-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Lower connection timeout in check_connection() | Jaquee | 2016-12-19 | 1 | -1/+1 |
| * | | | Merge pull request #1473 | Riccardo Spagni | 2016-12-20 | 2 | -18/+0 |
| |\ \ \ | |||||
| | * | | | Removed unused functions | Lee Clagett | 2016-12-19 | 2 | -18/+0 |
| | |/ / | |||||
| * | | | Merge pull request #1472 | Riccardo Spagni | 2016-12-20 | 7 | -368/+218 |
| |\ \ \ | |||||
| | * | | | Refactored password prompting for wallets | Lee Clagett | 2016-12-19 | 7 | -368/+218 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1469 | Riccardo Spagni | 2016-12-20 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | simplewallet: add pending/pool/failed in the show_transfers help | moneromooo-monero | 2016-12-17 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1468 | Riccardo Spagni | 2016-12-20 | 3 | -0/+12 |
| |\ \ \ | |||||
| | * | | | wallet2_api: add an API to the OpenAlias resolver | moneromooo-monero | 2016-12-17 | 3 | -0/+12 |
| | |/ / | |||||
| * | | | Merge pull request #1467 | Riccardo Spagni | 2016-12-20 | 10 | -0/+147 |
| |\ \ \ | |||||
| | * | | | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 2016-12-17 | 10 | -0/+147 |
| | |/ / | |||||
| * | | | Merge pull request #1466 | Riccardo Spagni | 2016-12-20 | 2 | -1/+5 |
| |\ \ \ | |||||
| | * | | | README: add note about the donate command | anonimal | 2016-12-17 | 1 | -0/+2 |
| | * | | | simplewallet: add return type for donate function | anonimal | 2016-12-17 | 1 | -0/+1 |
| | * | | | simplewallet: hardcode Monero's donation address | anonimal | 2016-12-17 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #1462 | Riccardo Spagni | 2016-12-20 | 12 | -34/+783 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | support importing unportable outputs | kenshi84 | 2016-12-20 | 1 | -3/+12 |
| | * | | also use portable serializer for boost_serialization_helper.h and net_node.in... | kenshi84 | 2016-12-20 | 7 | -19/+50 |
| | * | | moved boost cpp into hpp since they're supposed to be header only | kenshi84 | 2016-12-20 | 8 | -274/+234 |
| | * | | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 2016-12-16 | 12 | -15/+764 |
| | |/ | |||||
| * | | Merge pull request #1464 | Riccardo Spagni | 2016-12-19 | 5 | -17/+205 |
| |\ \ | |/ |/| | |||||
| | * | Enabled HTTP auth support for monero-wallet-rpc | Lee Clagett | 2016-12-16 | 5 | -17/+205 |
| |/ | |||||
| * | Merge pull request #1459 | Riccardo Spagni | 2016-12-15 | 8 | -14/+23 |
| |\ | |||||
| | * | Preliminary support for DragonFly BSD | Antonio Huete Jimenez | 2016-12-15 | 8 | -14/+23 |
| * | | Merge pull request #1458 | Riccardo Spagni | 2016-12-15 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Dockerfile : use libssl1.0 | MoroccanMalinois | 2016-12-15 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #1455 | Riccardo Spagni | 2016-12-15 | 5 | -9/+9 |
| |\ \ | |||||
| | * | | AddressBook: use unsigned type for row ID's | anonimal | 2016-12-14 | 5 | -9/+9 |
| | |/ | |||||
| * | | Merge pull request #1449 | Riccardo Spagni | 2016-12-15 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | fix MGs json | moneroexamples | 2016-12-14 | 1 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #1454 | Riccardo Spagni | 2016-12-15 | 1 | -10/+11 |
| |\ \ | |||||
| | * | | Update info on libzlma and BerkeleyDB in README.md | NanoAkron | 2016-12-14 | 1 | -10/+11 |
| | |/ | |||||
