| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
e6dc448 updated readme, note CMake minimum version increase (Riccardo Spagni)
5c71f5d update version (Riccardo Spagni)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
1e07110 Nicer looking exit when blockchain.bin is found (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Do not print the exception message, and write the important bit
in red, since people will only read the last line otherwise.
|
| |\ \
| | |
| | |
| | | |
40f97ce core: do not use the persistent pool state for tests (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
Fixes intermittent test failures when the pool contains
unexpected transactions that were brought in from the
live pool.
|
| |\ \
| |/
|/|
| | |
88b0fb1 let miniupnp's cmakelist handle defaults (Riccardo Spagni)
|
| |/ |
|
| |\
| |
| |
| | |
5c67c48 wallet: don't forget to close the file after storing cache (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Also add some flags to open, as epee's save_string_to_file does,
to truncate file, etc.
|
| |\ \
| | |
| | |
| | | |
2c82eb7 fix miniupnpc cmakelist (Riccardo Spagni)
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | | |
de03926 updated copyright year (Riccardo Spagni)
810a112 fixed copyrights with bad year references (Riccardo Spagni)
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | | |
10ae003 isblank doesn't need a special case test (Howard Chu)
a090ee9 Fix 3edbf57b62feeaba1f31683f24b9d76d75e03902 (Howard Chu)
|
| | | | |
|
| | |/
| |
| |
| | |
The test for isblank was being ignored
|
| |\ \
| | |
| | |
| | |
| | | |
1813736 unit_tests: remove an unused variable (moneromooo-monero)
70dd346 unit_tests: fix hardfork test build (moneromooo-monero)
|
| | | | |
|
| | |/
| |
| |
| |
| | |
The dummy blockchain class needed to have the newly added
is_read_only virtual function.
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
576effe blockchain: kill ioservice on scope end, rather than manually (moneromooo-monero)
ed5d017 miner: minor fixes on stop (moneromooo-monero)
b245215 core_tests: deinit core before destroying it (moneromooo-monero)
bc8a52e wallet: add a rescan_bc command and rescan_blockchain RPC (moneromooo-monero)
92ef6b5 wallet: protect against exceptions in the block pull thread (moneromooo-monero)
af21061 net_peerlist: move a couple functions from public to private (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
This ensures this will be done without fail, as the error prone
matching of every return with a call to KILL_IOSERVICE leads to
hard to debug corruption when one is missing.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- only try to stop if actually started
- print number of threads before zeroing it
This fixes the suspiciously doubled "Mining has been stopped"
message on exit.
|
| | |
| |
| |
| | |
This fixes a use after free by ioservice threads
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Blockchain hashes and key images are flushed, and blocks are
pulled anew from the daemon.
The console command is shortened to match bc_height.
This should make it a lot easier on users who are currently
told to remove this particular cache file but keep the keys
one, etc, etc.
|
| | |
| |
| |
| |
| | |
This can happen when the daemon exits, which would also cause
the wallet to crash via unhandled exception
|
| |/
|
|
|
| |
They do not take the object lock, and are meant to be used only
internally, called from a function which does take the lock.
|
| |\
| |
| |
| |
| | |
3edbf57 fix missing unbound tests (Riccardo Spagni)
2d43ae8 update unbound, fix unbound openssl issue on OS X (Riccardo Spagni)
|
| | | |
|
| | | |
|
| |\|
| |
| |
| |
| |
| | |
32a2633 no longer need to pass the size to rapidjson (Riccardo Spagni)
bd8e0fd add missing miniupnpc files, modify cmake to not build miniupnpc tests and to fix an issue with finding miniupnpcstrings (Riccardo Spagni)
7da9905 updated miniupnpc (Riccardo Spagni)
|
| | | |
|
| | |
| |
| |
| | |
to fix an issue with finding miniupnpcstrings
|
| |/ |
|
| |\
| |
| |
| | |
61befc2 wallet: store cache to file without unnecessary memory buffer (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
61ce8d6 wallet_rpc_server: exit async, so we reply to stop_wallet RPC (moneromooo-monero)
9847db6 wallet: do not return error if incoming_transfers finds none (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Reported by saddam
|
| | | |
| | |
| | |
| | | |
reported by saddam
|
| |\ \ \
| | | |
| | | |
| | | | |
0953355 blockchain_db: inform user about new format if blockchain.bin is found (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
b39aae7 Tweak 45800a25e9374e63caaabba05c89585c86acd668 (hyc)
4a5a5ff blockchain: always stop the ioservice before returning (moneromooo-monero)
78b65cf db_lmdb: safety close db at exit (moneromooo-monero)
45800a2 db_lmdb: fix a strdup/delete[] mistmatch (moneromooo-monero)
|
| | |\ \ \
| | | | |
| | | | | |
Tweak 45800a25e9374e63caaabba05c89585c86acd668
|
| | |/ / /
| | | |
| | | |
| | | | |
trivial cleanup
|
| | | | |
| | | |
| | | |
| | | | |
Fixes a use after free
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Noticed by hyc
Also set m_open to false when closed
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
b773e66 MDB_VL32 - resync with master (Howard Chu)
|