Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-30 | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 3 | -7/+30 | |
2016-09-30 | libwallet_api: fix unhandled exception on address check | Ilya Kitaev | 1 | -12/+16 | |
2016-09-30 | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 3 | -12/+56 | |
2016-09-28 | libwallet_api: test for create/init wallet on mainnet | Ilya Kitaev | 1 | -3/+50 | |
2016-09-28 | wallet2: wallet2::get_daemon_blockchain_height() clean error message on | Ilya Kitaev | 1 | -0/+4 | |
success | |||||
2016-09-28 | libwallet_api: Wallet::setAutoRefreshInterval sanity check | Ilya Kitaev | 1 | -1/+9 | |
2016-09-28 | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() | Ilya Kitaev | 1 | -0/+2 | |
on error | |||||
2016-09-28 | libwallet_api: tests: fixed WalletCallbackReceived test | Ilya Kitaev | 1 | -3/+7 | |
2016-09-27 | libwallet_api: tests: test fixed according implementation | Ilya Kitaev | 1 | -1/+0 | |
2016-09-27 | libwallet_api: tests: compilation errors fixed | Ilya Kitaev | 1 | -2/+2 | |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -20/+20 | |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -1/+1 | |
2016-09-26 | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 3 | -13/+13 | |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 7 | -9/+78 | |
2016-09-26 | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 4 | -5/+91 | |
2016-09-26 | Merge pull request #1117 | Riccardo Spagni | 1 | -1/+1 | |
fc855c1 Made error message consistent with other, more helpful, message (Will Skinner) | |||||
2016-09-26 | Merge pull request #1116 | Riccardo Spagni | 6 | -30/+126 | |
2e18e10 libwallet_api: simple documentation on testing environment (Ilya Kitaev) 69c9824 libwallet_api: tests: env variables for WALLETS_ROOT_DIR and TESTNET_DAEMON_ADDRESS (Ilya Kitaev) 1f8a70c libwallet_api: tests: changed testwallets path, uncommitted all tests (Ilya Kitaev) d5d0856 wallet2_api: getter and setter for "refresh interval" (Ilya Kitaev) cdb6c96 wallet2_api: fixed deadlock while closing wallet (Ilya Kitaev) | |||||
2016-09-26 | Merge pull request #1113 | Riccardo Spagni | 1 | -2/+2 | |
12427dd Fix minor typo in "need resize" message. (Myagui) | |||||
2016-09-26 | Merge pull request #1105 | Riccardo Spagni | 1 | -5/+0 | |
344e96c remove check for certain clang versions (Dan Miller) b73bed2 Don't define stdc++ on FreeBSD (Dan Miller) | |||||
2016-09-26 | Merge pull request #1104 | Riccardo Spagni | 1 | -1/+1 | |
7f009bb Remove redundant "default" in set mixin help desc (J Ryan Littlefield) | |||||
2016-09-26 | Merge pull request #1103 | Riccardo Spagni | 1 | -3/+3 | |
b8fb9d1 Fix test for 'ARM_ID' as caught by @radfish in #1088 (NanoAkron) | |||||
2016-09-23 | libwallet_api: simple documentation on testing environment | Ilya Kitaev | 2 | -3/+25 | |
2016-09-22 | Made error message consistent with other, more helpful, message | Will Skinner | 1 | -1/+1 | |
2016-09-22 | libwallet_api: tests: env variables for WALLETS_ROOT_DIR and | Ilya Kitaev | 1 | -13/+36 | |
TESTNET_DAEMON_ADDRESS | |||||
2016-09-22 | libwallet_api: tests: changed testwallets path, uncommitted all tests | Ilya Kitaev | 1 | -12/+14 | |
2016-09-21 | Fix minor typo in "need resize" message. | Myagui | 1 | -2/+2 | |
Message observed while synchronizing a node from scratch. "LMDB memory map needs resized" Proposing a change to: "LMDB memory map needs to be resized" | |||||
2016-09-21 | remove check for certain clang versions | Dan Miller | 1 | -5/+0 | |
2016-09-20 | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 4 | -7/+52 | |
2016-09-20 | wallet2_api: fixed deadlock while closing wallet | Ilya Kitaev | 1 | -3/+7 | |
2016-09-19 | Don't define stdc++ on FreeBSD | Dan Miller | 1 | -1/+1 | |
2016-09-19 | Remove redundant "default" in set mixin help desc | J Ryan Littlefield | 1 | -1/+1 | |
2016-09-18 | Fix test for 'ARM_ID' as caught by @radfish in #1088 | NanoAkron | 1 | -3/+3 | |
2016-09-18 | Merge pull request #1102v0.10.0 | Riccardo Spagni | 19 | -18/+60 | |
eeb2bbc epee: optionally restrict HTTP service to a configurable user agent (moneromooo-monero) | |||||
2016-09-18 | Merge pull request #1101 | Riccardo Spagni | 1 | -36/+16 | |
56ff099 fixed tag detector (Riccardo Spagni) | |||||
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 19 | -18/+60 | |
This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged. | |||||
2016-09-18 | fixed tag detector | Riccardo Spagni | 1 | -36/+16 | |
2016-09-18 | Merge pull request #1099 | Riccardo Spagni | 7 | -37/+28 | |
c2faab5 fix v5 height (Riccardo Spagni) 70bd7d8 remove dead backup seed nodes, add new ones (Riccardo Spagni) cebbcf0 fix v5 fork date description (Riccardo Spagni) eb60fa2 update version (Riccardo Spagni) c41098a updated fork heights for v4 and v5 (Riccardo Spagni) c69b8a1 update block headers (Riccardo Spagni) f148af2 add checkpoints (Riccardo Spagni) c15da0e switch wallet API from std thread/mutex to boost (Riccardo Spagni) 8a274ea switch wallet API from std thread/mutex to boost (Riccardo Spagni) | |||||
2016-09-18 | Merge branch 'NanoAkron-armv8-march-crypto' | Riccardo Spagni | 1 | -4/+22 | |
2016-09-18 | fix conflict | Riccardo Spagni | 1 | -4/+22 | |
2016-09-18 | Merge pull request #1100 | Riccardo Spagni | 1 | -25/+25 | |
d0fa9e7 gpg_keys: update my keys' expiration dates (moneromooo-monero) | |||||
2016-09-18 | gpg_keys: update my keys' expiration dates | moneromooo-monero | 1 | -25/+25 | |
2016-09-18 | fix v5 height | Riccardo Spagni | 1 | -1/+1 | |
2016-09-18 | remove dead backup seed nodes, add new ones | Riccardo Spagni | 1 | -24/+6 | |
2016-09-18 | fix v5 fork date description | Riccardo Spagni | 1 | -1/+1 | |
2016-09-18 | update version | Riccardo Spagni | 1 | -2/+2 | |
2016-09-18 | updated fork heights for v4 and v5 | Riccardo Spagni | 1 | -0/+7 | |
2016-09-18 | update block headers | Riccardo Spagni | 1 | -0/+0 | |
2016-09-18 | add checkpoints | Riccardo Spagni | 1 | -0/+2 | |
2016-09-18 | Merge pull request #1098 | Riccardo Spagni | 1 | -2/+4 | |
1dd5b0b wallet: keep change dest separate from other dests (moneromooo-monero) | |||||
2016-09-18 | Merge pull request #1097 | Riccardo Spagni | 1 | -0/+6 | |
5f5d727 wallet: fix empty tx in corner case sending nothing (moneromooo-monero) | |||||
2016-09-18 | Merge pull request #1096 | Riccardo Spagni | 1 | -2/+6 | |
c2491b9 README: make TORSOCKS_ALLOW_INBOUND optional (moneromooo-monero) | |||||
2016-09-18 | Merge branch 'master' of https://github.com/fluffypony/monero | Riccardo Spagni | 0 | -0/+0 | |
2016-09-18 | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2 | -11/+11 | |
2016-09-18 | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2 | -11/+11 | |
2016-09-18 | wallet: keep change dest separate from other dests | moneromooo-monero | 1 | -2/+4 | |
This fixes misreporting of amount/fee in rct txes, as the rct tx construction code was lumping all dests (whether change or not) in the same dests vector, while the pre-rct code was keeping it separate. | |||||
2016-09-18 | Merge pull request #1095 | Riccardo Spagni | 1 | -0/+3 | |
f06882f README: mention --max-concurrency 1 for Mac (moneromooo-monero) | |||||
2016-09-18 | wallet: fix empty tx in corner case sending nothing | moneromooo-monero | 1 | -0/+6 | |
2016-09-18 | Merge pull request #1094 | Riccardo Spagni | 32 | -119/+117 | |
06bb692 cmake: support BUILD_SHARED_LIBS built-in option (redfish) e1c7af3 cmake: transitive deps and remove deprecated LINK_* (redfish) 54010b9 crypto: armv7: slow-hash: remove redundant source include (redfish) | |||||
2016-09-18 | Merge pull request #1093 | Riccardo Spagni | 1 | -1/+2 | |
e86c5b9 miner: do not try to save config if the path isn't set (moneromooo-monero) | |||||
2016-09-18 | Merge pull request #1092 | Riccardo Spagni | 1 | -1/+1 | |
98b8043 readme: deps: fix libunwind Debian/Ubuntu package name (redfish) | |||||
2016-09-18 | Merge pull request #1089 | Riccardo Spagni | 1 | -10/+11 | |
368485d simplewallet: do not expose the details of tx splitting to the user (moneromooo-monero) | |||||
2016-09-18 | Merge pull request #1086 | Riccardo Spagni | 1 | -3/+3 | |
c791040 cmake: quotes around ARCH_ID string (redfish) | |||||
2016-09-18 | README: make TORSOCKS_ALLOW_INBOUND optional | moneromooo-monero | 1 | -2/+6 | |
2016-09-18 | Merge pull request #1085 | Riccardo Spagni | 1 | -1/+1 | |
9250863 simplewallet: fix wrong amount in show_transfers for pending transactions (moneromooo-monero) | |||||
2016-09-18 | README: mention --max-concurrency 1 for Mac | moneromooo-monero | 1 | -0/+3 | |
2016-09-18 | miner: do not try to save config if the path isn't set | moneromooo-monero | 1 | -1/+2 | |
This saves on an exception dump when trying to write to / after finding a block. | |||||
2016-09-18 | cmake: support BUILD_SHARED_LIBS built-in option | redfish | 3 | -4/+16 | |
Support building internal libraries as shared. This reduces development time by eliminating the need to re-link all binaries every time non-interface code in the library changes. Instead, can hack on libxyz, then `make libxyz`, and re-run monerod. By default BUILD_SHARED_LIBS is OFF in release build type, and ON in debug build type, but can be overriden with -D. | |||||
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 29 | -114/+101 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-09-18 | crypto: armv7: slow-hash: remove redundant source include | redfish | 1 | -1/+0 | |
aesb.c is already present in libcrypto as a standalone object. Tested: builds and runs fine on armv7, static and dynamic. | |||||
2016-09-18 | readme: deps: fix libunwind Debian/Ubuntu package name | redfish | 1 | -1/+1 | |
2016-09-18 | +crypto for ARMv8 now tests and modifies ${ARCH$ | NanoAkron | 1 | -12/+3 | |
2016-09-18 | Updated +crypto option for ARMv8 to modify ${ARCH} instead | NanoAkron | 1 | -11/+26 | |
2016-09-17 | simplewallet: do not expose the details of tx splitting to the user | moneromooo-monero | 1 | -10/+11 | |
They're confusing, as people think it reports their balance. | |||||
2016-09-17 | Add +crypto flag for ARMv8-a | NanoAkron | 1 | -2/+6 | |
2016-09-17 | cmake: quotes around ARCH_ID string | redfish | 1 | -3/+3 | |
It's only blank only if somebody running cmake in MSYS/MinGW (Windows) manually forgets to add -D ARCH, but when it is blank, without quotes those lines are invalid cmake syntax. | |||||
2016-09-17 | simplewallet: fix wrong amount in show_transfers for pending transactions | moneromooo-monero | 1 | -1/+1 | |
Change was not taken into consideration | |||||
2016-09-17 | Merge pull request #1084 | Riccardo Spagni | 39 | -6979/+11533 | |
5850122 remove errant target_link_libraries (Riccardo Spagni) 58abc09 don't build any miniupnpc executables (Riccardo Spagni) 114e368 don't build miniupnpc test executables (Riccardo Spagni) bb69371 updated miniupnp (Riccardo Spagni) f62ebc5 update rapidjson (Riccardo Spagni) | |||||
2016-09-17 | Merge pull request #1083 | Riccardo Spagni | 1 | -0/+3 | |
297e583 README: mention rlwrap pitfall when inputting seed and private keys (moneromooo-monero) | |||||
2016-09-17 | README: mention rlwrap pitfall when inputting seed and private keys | moneromooo-monero | 1 | -0/+3 | |
2016-09-17 | remove errant target_link_libraries | Riccardo Spagni | 1 | -1/+1 | |
2016-09-17 | don't build any miniupnpc executables | Riccardo Spagni | 1 | -1/+1 | |
2016-09-17 | don't build miniupnpc test executables | Riccardo Spagni | 1 | -3/+1 | |
2016-09-17 | updated miniupnp | Riccardo Spagni | 8 | -26/+48 | |
2016-09-17 | update rapidjson | Riccardo Spagni | 31 | -6950/+11484 | |
2016-09-17 | Merge pull request #1081 | Riccardo Spagni | 1 | -10/+4 | |
aa9a645 cmake: remove redundant checks around CMAKE_{AR,RANLIB} (redfish) | |||||
2016-09-17 | Merge pull request #1080 | Riccardo Spagni | 1 | -0/+3 | |
423776f daemon: log version when starting (moneromooo-monero) | |||||
2016-09-17 | Merge pull request #1079 | Riccardo Spagni | 8 | -64/+84 | |
9c7b0cb wallet: change priority/fee to ArticMine's recommendation (moneromooo-monero) | |||||
2016-09-17 | cmake: remove redundant checks around CMAKE_{AR,RANLIB} | redfish | 1 | -10/+4 | |
Those are always set, no point in checking. #1065 | |||||
2016-09-16 | daemon: log version when starting | moneromooo-monero | 1 | -0/+3 | |
Helps with investigating bug reports | |||||
2016-09-16 | wallet: change priority/fee to ArticMine's recommendation | moneromooo-monero | 8 | -64/+84 | |
We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB to 0.002/kB, where we start using 1, 20, 166 multipliers. This ensures the higher multiplier will compensate for the block reward penalty when pushing past 100% of the past median. The fee-multiplier wallet setting is now rename to priority, since it keeps its [0..3] range, but maps to different multiplier values. | |||||
2016-09-16 | Merge pull request #1077 | Riccardo Spagni | 1 | -42/+295 | |
69b5918 Add ARMv8-A AES support (Howard Chu) | |||||
2016-09-16 | Merge pull request #1076 | Riccardo Spagni | 3 | -3/+11 | |
e29e8b1 compile errors fixed when PER_BLOCK_CHECKPOINT not defined (rckngOpossum) e49c161 compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined (rckngOpossum) | |||||
2016-09-16 | Add ARMv8-A AES support | Howard Chu | 1 | -42/+295 | |
More than twice as fast as plain C code. Note that both ARMv7 and ARMv8 can be further improved with better use of NEON. Also tweak ARMv7 multiplier | |||||
2016-09-15 | compile errors fixed when PER_BLOCK_CHECKPOINT not defined | rckngOpossum | 1 | -1/+3 | |
2016-09-15 | compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined | rckngOpossum | 3 | -2/+8 | |
2016-09-15 | Merge pull request #1074 | Riccardo Spagni | 3 | -15/+21 | |
cd01bae Decrease minimum fee from 0.01/kB to 0.002/kB (moneromooo-monero) | |||||
2016-09-15 | Merge pull request #1072 | Riccardo Spagni | 1 | -1/+1 | |
bb9ed3e Fix homebrew formula for OS X (Mike C) | |||||
2016-09-15 | Merge pull request #1068 | Riccardo Spagni | 6 | -1/+98 | |
a5af33d Add libminiupnpc and libunwind to snap. (Casey Marshall) 823843e Fix portability issues discovered with fresh snap install. (Casey Marshall) 0a56d83 Add snap packaging. (Casey Marshall) | |||||
2016-09-15 | Merge pull request #1067 | Riccardo Spagni | 7 | -75/+198 | |
70b78bb wallet: fix misdetection of duplicates (moneromooo-monero) 7d413f6 rct: rework serialization to avoid storing vector sizes (moneromooo-monero) 0ce79ef core: cleanup some typecasting (moneromooo-monero) | |||||
2016-09-15 | Merge pull request #1066 | Riccardo Spagni | 1 | -1/+1 | |
f138138 Daemon: fix hashrate display in diff command output (iDunk5400) | |||||
2016-09-15 | Merge pull request #1065 | Riccardo Spagni | 1 | -6/+9 | |
1855213 Attempt to fix broken compilation on some systems caused by #1074 (iDunk5400) | |||||
2016-09-15 | Decrease minimum fee from 0.01/kB to 0.002/kB | moneromooo-monero | 3 | -15/+21 | |
The wallet will start using that fee about two weeks after hard fork 3, when most people will likely have updated their daemons. | |||||
2016-09-14 | Fix homebrew formula for OS X | Mike C | 1 | -1/+1 | |
bitmonero --> monero | |||||
2016-09-14 | wallet: fix misdetection of duplicates | moneromooo-monero | 1 | -11/+3 | |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 6 | -60/+191 | |
2016-09-14 | core: cleanup some typecasting | moneromooo-monero | 1 | -4/+4 | |
2016-09-11 | Add libminiupnpc and libunwind to snap. | Casey Marshall | 1 | -0/+2 | |
2016-09-11 | Fix portability issues discovered with fresh snap install. | Casey Marshall | 3 | -0/+11 | |
ARCH=native fixes SIGILL issues on other amd64 processors. Static library dependencies where supported. Package libunbound2 in the snap. | |||||
2016-09-11 | Add snap packaging. | Casey Marshall | 6 | -1/+85 | |
This adds [snap](https://snapcraft.io) packaging to the project. See the link for more information on snaps. Snap packages install on all Linux distributions. On Ubuntu, snap confinement with apparmor and seccomp provide an additional layer of security. This snap sets up monerod as a systemd service, which should start immediately on install. To access the wallet CLI, simply run `monero` (/snap/bin/monero). I think it's a really quick & easy way to get started with monero. I've made some opinionated decisions in the packaging just to kick this off, but I'm happy to iterate on this stuff. | |||||
2016-09-10 | Daemon: fix hashrate display in diff command output | iDunk5400 | 1 | -1/+1 | |
2016-09-10 | Attempt to fix broken compilation on some systems caused by #1074 | iDunk5400 | 1 | -6/+9 | |
2016-09-10 | Merge pull request #1053 | Riccardo Spagni | 1 | -5/+12 | |
13c5dc6 Update README.md (jw) 44f1191 Update README.md (jw) f4ffe7f Update MSYS2 build instructions. (jw) | |||||
2016-09-10 | Merge pull request #1050 | Riccardo Spagni | 1 | -0/+2 | |
f5d03bb tests: block reward: disable 64-bit-only tests on 32-bit systems (redfish) | |||||
2016-09-10 | Merge pull request #1049 | Riccardo Spagni | 2 | -3/+13 | |
24d9337 crypto,cmake: enable ASM mul impl on ARM; add cmake opt (redfish) | |||||
2016-09-10 | Merge pull request #1048 | Riccardo Spagni | 1 | -17/+5 | |
533eafa readme: make section on docs more concise (redfish) | |||||
2016-09-10 | Merge pull request #1047 | Riccardo Spagni | 1 | -2/+12 | |
0f94f61 cmake: handle dists which prefix gcc binaries wth arch triplet (redfish) | |||||
2016-09-10 | Merge pull request #1044 | Riccardo Spagni | 1 | -0/+2 | |
b1d5189 cmake: fix def propagation, fixes 32-bit build (redfish) | |||||
2016-09-10 | Merge pull request #1040 | Riccardo Spagni | 2 | -2/+6 | |
77fa663 cmake: split BUILD_GUI_DEPS option into two (redfish) | |||||
2016-09-05 | Update README.md | jw | 1 | -1/+1 | |
2016-09-05 | Update README.md | jw | 1 | -1/+1 | |
2016-09-05 | Update MSYS2 build instructions. | jw | 1 | -5/+12 | |
Describe process for building on Windows using current version of MSYS2. | |||||
2016-09-04 | tests: block reward: disable 64-bit-only tests on 32-bit systems | redfish | 1 | -0/+2 | |
Issue #1008 | |||||
2016-09-04 | crypto,cmake: enable ASM mul impl on ARM; add cmake opt | redfish | 2 | -3/+13 | |
This was disabled earlier as part of diagnosing failing tests on ARM, which turned out to be due to aliasing, fixed by adding -fno-strict-aliasing. So, re-enabling it back. | |||||
2016-09-03 | readme: make section on docs more concise | redfish | 1 | -17/+5 | |
2016-09-03 | cmake: fix def propagation, fixes 32-bit build | redfish | 1 | -0/+2 | |
32-bit build would fail to link with 'mdb_env_create undefined' (because for 32-bit build, mdb_env_create_vl32 is defined instead). This bug was introduced with the recent change to virtual object libraries. The problem is that the COMPILE_DEFINITIONS property was not propagated from dependee target (lmdb) to depedent target's (blockchain_db) virtual object lib (obj_blockchain_db). This patch makes that happen. I chose to include INTERFACE_COMPILE_DEFINITIONS because there should not be a need to propagate private defs, but it doesn't make a difference in this case. | |||||
2016-09-03 | Merge pull request #1041 | Riccardo Spagni | 23 | -107/+75 | |
011e42f fix nigglies, as pointed out by moneromooo-monero (Riccardo Spagni) df63e07 fix remaining bitmonero and simplewallet bits (Riccardo Spagni) 04b120f fix blockchain utilities readme (Riccardo Spagni) f1d4e4a readme fixes, small Docker fix (Riccardo Spagni) 9a525e0 rename systemd bits to monero (Riccardo Spagni) 011c94c change CMake project name (Riccardo Spagni) 50dc4fb update Dockerfile bitmonero refs (Riccardo Spagni) | |||||
2016-09-03 | fix nigglies, as pointed out by moneromooo-monero | Riccardo Spagni | 2 | -9/+4 | |
2016-09-03 | fix remaining bitmonero and simplewallet bits | Riccardo Spagni | 16 | -22/+22 | |
2016-09-03 | fix blockchain utilities readme | Riccardo Spagni | 1 | -42/+15 | |
2016-09-03 | readme fixes, small Docker fix | Riccardo Spagni | 2 | -21/+21 | |
2016-09-03 | rename systemd bits to monero | Riccardo Spagni | 3 | -12/+12 | |
2016-09-03 | change CMake project name | Riccardo Spagni | 1 | -1/+1 | |
2016-09-03 | update Dockerfile bitmonero refs | Riccardo Spagni | 1 | -5/+5 | |
2016-09-03 | Merge pull request #1039 | Riccardo Spagni | 11 | -1204/+6 | |
883d651 remove blockchain_dump (Riccardo Spagni) 7825386 fix leftover add_directory (Riccardo Spagni) face573 rename simplewallet (Riccardo Spagni) 2e984bc rename Monero daemon (Riccardo Spagni) b6973b8 rename blockchain utils (Riccardo Spagni) f968ccb remove cn_deserialize (Riccardo Spagni) 7a38e4e removed simpleminer (Riccardo Spagni) | |||||
2016-09-03 | cmake: split BUILD_GUI_DEPS option into two | redfish | 2 | -2/+6 | |
The split is to make this software more packageable. 'make install' is used by the package building scripts, and should not be installing vendored dependencies onto the system. | |||||
2016-09-03 | Merge pull request #1038 | Riccardo Spagni | 3 | -9/+23 | |
43677f9 gui/libwallet_merged: libunbound is one more dependency (Ilya Kitaev) | |||||
2016-09-03 | remove blockchain_dump | Riccardo Spagni | 2 | -444/+0 | |
2016-09-03 | fix leftover add_directory | Riccardo Spagni | 1 | -1/+0 | |
2016-09-03 | rename simplewallet | Riccardo Spagni | 1 | -0/+3 | |
2016-09-03 | rename Monero daemon | Riccardo Spagni | 1 | -1/+1 | |
2016-09-03 | rename blockchain utils | Riccardo Spagni | 1 | -3/+3 | |
2016-09-03 | remove cn_deserialize | Riccardo Spagni | 2 | -217/+0 | |
2016-09-03 | removed simpleminer | Riccardo Spagni | 5 | -539/+0 | |
2016-09-03 | gui/libwallet_merged: libunbound is one more dependency | Ilya Kitaev | 3 | -9/+23 | |
2016-09-01 | Merge pull request #1034 | Riccardo Spagni | 0 | -0/+0 | |
98d223a confirming PR #1033 was correct in spite of the lack of signature, will fix this issue going forward (Riccardo Spagni) | |||||
2016-09-01 | confirming PR #1033 was correct in spite of the lack of signature, will fix ↵ | Riccardo Spagni | 0 | -0/+0 | |
this issue going forward | |||||
2016-09-01 | Merge pull request #1033 | Riccardo Spagni | 1 | -1/+1 | |
4d17949 wallet_merged: ringct added to dependencies (Ilya Kitaev) | |||||
2016-09-01 | Merge pull request #1032 | Riccardo Spagni | 1 | -9/+6 | |
34bb789 Re-add s to rangesigs (luigi1111) dbf017a Fix some rct tx size calculations (luigi1111) | |||||
2016-09-01 | wallet_merged: ringct added to dependencies | Ilya Kitaev | 1 | -1/+1 | |
2016-09-01 | Re-add s to rangesigs | luigi1111 | 1 | -2/+2 | |
Whoops. | |||||
2016-09-01 | Fix some rct tx size calculations | luigi1111 | 1 | -9/+6 | |
Some variance is still expected | |||||
2016-09-01 | Merge pull request #1031 | Riccardo Spagni | 1 | -1/+1 | |
0d7ce00 epee: do not try network resolution if loopback worked (moneromooo-monero) | |||||
2016-09-01 | Merge pull request #1010 | Riccardo Spagni | 4 | -16/+24 | |
3398515 cmake: exclude tests from running (redfish) e374ae7 cmake: option+target for profiling for coverage (redfish) | |||||
2016-09-01 | epee: do not try network resolution if loopback worked | moneromooo-monero | 1 | -1/+1 | |
Fixes the wallet being unable to connect to the daemon when there is no NIC. | |||||
2016-09-01 | cmake: exclude tests from running | redfish | 2 | -11/+6 | |
Minimize special cases in cmake script, likely to be forgotten. | |||||
2016-09-01 | Merge pull request #1029 | Riccardo Spagni | 1 | -21/+33 | |
f1d87c8 simplewallet: add magic and public keys to key image export file (moneromooo-monero) f4e894a simplewallet: make the key image export format binary (moneromooo-monero) | |||||
2016-09-01 | Merge pull request #1015 | Riccardo Spagni | 1 | -15/+28 | |
fbfdf59 readme: organize deps into table (redfish) | |||||
2016-09-01 | Merge pull request #1030 | Riccardo Spagni | 0 | -0/+0 | |
214240c confirming PR #1028 merge was accidentally unsigned, but correct (Riccardo Spagni) | |||||
2016-09-01 | confirming PR #1028 merge was accidentally unsigned, but correct | Riccardo Spagni | 0 | -0/+0 | |
2016-09-01 | Merge pull request #1028 | Riccardo Spagni | 2 | -2/+61 | |
9397254 Added basic docker file (eiabea) | |||||
2016-09-01 | cmake: option+target for profiling for coverage | redfish | 3 | -5/+18 | |
2016-09-01 | readme: organize deps into table | redfish | 1 | -15/+28 | |
2016-09-01 | simplewallet: add magic and public keys to key image export file | moneromooo-monero | 1 | -5/+30 | |
This ensures it's hard to mix files up | |||||
2016-09-01 | simplewallet: make the key image export format binary | moneromooo-monero | 1 | -18/+5 | |
Saves on space, and on some pointless hex conversions | |||||
2016-09-01 | Merge pull request #1022 | Riccardo Spagni | 2 | -6/+5 | |
b8c03a5 Remove blocks_per_sync limits (Howard Chu) | |||||
2016-09-01 | Merge pull request #1027 | Riccardo Spagni | 1 | -0/+2 | |
85dc0ce wallet: sanity check on histogram response (moneromooo-monero) | |||||
2016-09-01 | Merge pull request #1021 | Riccardo Spagni | 2 | -2/+2 | |
1d5ba65 Fix incorrect help usage for the threads option to start_mining (Quanah Gibson-Mount) | |||||
2016-09-01 | Merge pull request #1018 | Riccardo Spagni | 7 | -12/+19 | |
6cf8ca2 core: faster find_blockchain_supplement (moneromooo-monero) | |||||
2016-09-01 | Merge pull request #1016 | Riccardo Spagni | 1 | -1/+3 | |
3112e24 wallet: interpret 0 fee multiplier as default for sweep_all too (moneromooo-monero) | |||||
2016-09-01 | Merge pull request #1012 | Riccardo Spagni | 1 | -1/+4 | |
c2941cb Show correct amount of days behind/ahead while syncing (tobiasw2) | |||||
2016-09-01 | Merge pull request #1009 | Riccardo Spagni | 6 | -16/+30 | |
640a934 tests: cmake: fix building with system gtest (redfish) 4a9e949 tests: cmake: use a list for enabled tests (redfish) dbd9a26 cmake: tests: gtest target is not always defined #983 (redfish) | |||||
2016-09-01 | Merge pull request #1007 | Riccardo Spagni | 3 | -133/+12 | |
1de812a cmake: merge libs via virtual object libraries (redfish) a7498ad cmake: comply with the new policy CMP0026 (redfish) | |||||
2016-09-01 | Merge pull request #1003 | Riccardo Spagni | 3 | -19/+95 | |
cf10e05 Add ARMv8 Handling to CMakeLists.txt - version 2 (NanoAkron) | |||||
2016-09-01 | Added basic docker file | eiabea | 2 | -2/+61 | |
finalized dockerfile | |||||
2016-09-01 | wallet: sanity check on histogram response | moneromooo-monero | 1 | -0/+2 | |
2016-08-31 | cmake: handle dists which prefix gcc binaries wth arch triplet | redfish | 1 | -2/+12 | |
Issue #1026 | |||||
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 7 | -12/+19 | |
Since this queries block heights for blocks that may or may not exist, queries for non existing blocks would throw an exception, and that would slow down the loop a lot. 7 seconds to go through a 30 hash list. Fix this by adding an optional return block height to block_exists and using this instead. Actual errors will still throw an exception. This also cuts down on log exception spam. | |||||
2016-08-30 | tests: cmake: fix building with system gtest | redfish | 6 | -9/+10 | |
Issues #980 #983 | |||||
2016-08-30 | cmake: merge libs via virtual object libraries | redfish | 3 | -78/+12 | |
CMake issued a warming about policy CMP0026: access of LOCATION target property at config time was disallowed. Offending code was the code that merged static libraries to generate libwallet_merged.a. This patch does that same merge task in a much simpler way. And, since it doesn't violate the policy, the warning went away. | |||||
2016-08-30 | cmake: comply with the new policy CMP0026 | redfish | 1 | -101/+46 | |
Access to LOCATION property at config time was disallowed by this policy. This patch updates the offending code to comply with the policy and thereby gets rid of the warning printed by cmake. The fix is to use generator expressions instead of that property. NOTE: Had to remove support for multiconfig (only affects MSVC which is not supported anyway; and mutliconf is an IDE thing in any case), because could not see how to support it with generator expressions. | |||||
2016-08-30 | tests: cmake: use a list for enabled tests | redfish | 1 | -6/+12 | |
Avoid replicating common logic. | |||||
2016-08-30 | cmake: tests: gtest target is not always defined #983 | redfish | 1 | -2/+9 | |
2016-08-31 | Remove blocks_per_sync limits | Howard Chu | 2 | -6/+5 | |
The code used to cap at 5000 blocks per sync. It also treated 0 as 1. Remove these checks; if specified as 0 do no periodic syncs at all. Then the user is responsible for syncing in some external process. | |||||
2016-08-30 | Fix incorrect help usage for the threads option to start_mining | Quanah Gibson-Mount | 2 | -2/+2 | |
2016-08-30 | Show correct amount of days behind/ahead while syncing | tobiasw2 | 1 | -1/+4 | |
2016-08-30 | wallet: interpret 0 fee multiplier as default for sweep_all too | moneromooo-monero | 1 | -1/+3 | |
2016-08-30 | Merge branch 'master' of https://github.com/monero-project/bitmonero into ↵ | NanoAkron | 2 | -4/+11 | |
update-cmakelists-armv8 | |||||
2016-08-30 | Add ARMv8 Handling to CMakeLists.txt - version 2 | NanoAkron | 3 | -19/+95 | |
Adds 64-bit ARMv8 handling to CMakeLists.txt and implements GCC flags for two errata on the Cortex-A53 present on every chip in revision 0: https://developer.arm.com/docs/epm048406/latest/arm-processor-cortex-a53-mpcore-product-revision-r0-software-developers-errata-notice 835769 affects 64-bit multiply accumulate 843419 affects internal page addressing Rewritten to build on @radfish's changes Updated to address @radfish's points | |||||
2016-08-30 | Merge pull request #1014 | Riccardo Spagni | 1 | -1/+3 | |
1cdba42 db_lmdb: fix reorg with "halfway rct" coinbase outputs (moneromooo-monero) | |||||
2016-08-30 | Merge pull request #1011 | Riccardo Spagni | 1 | -3/+8 | |
73b9b4b wallet: fix not finding enough rct fake outputs (moneromooo-monero) | |||||
2016-08-29 | db_lmdb: fix reorg with "halfway rct" coinbase outputs | moneromooo-monero | 1 | -1/+3 | |
2016-08-29 | wallet: fix not finding enough rct fake outputs | moneromooo-monero | 1 | -3/+8 | |
If picking coinbase outputs, those are locked for a longer time than other outputs, so we ask for more of those | |||||
2016-08-29 | Merge pull request #1006 | Riccardo Spagni | 1 | -1/+1 | |
5bba2fd More for PR#999 (Howard Chu) | |||||
2016-08-29 | Merge pull request #1005 | Riccardo Spagni | 1 | -1/+3 | |
57bc33b Prevent core_tests from building under Travis (Jacob Torrey) | |||||
2016-08-29 | More for PR#999 | Howard Chu | 1 | -1/+1 | |
2016-08-29 | Prevent core_tests from building under Travis | Jacob Torrey | 1 | -1/+3 | |
2016-08-29 | Merge pull request #1004 | Riccardo Spagni | 2 | -0/+3 | |
adca903 wallet_rpc_server: return payment id in make_integrated_address RPC (moneromooo-monero) | |||||
2016-08-29 | wallet_rpc_server: return payment id in make_integrated_address RPC | moneromooo-monero | 2 | -0/+3 | |
It is useful, especially when requesting a random one | |||||
2016-08-29 | Merge pull request #1002 | Riccardo Spagni | 1 | -1/+6 | |
91ca0b4 core: allow empty global indices for txes with empty vout (moneromooo-monero) | |||||
2016-08-29 | core: allow empty global indices for txes with empty vout | moneromooo-monero | 1 | -1/+6 | |