monero/src
moneromooo-monero 8b3539bc11
core: prevent the database from being used by multiple daemons
A boost lock is used to determine whether more than one process
wants to access the database. The boost file_lock doesn't seem
to like locking directories, so we use an arbitrary file in it.
This allows to still run two daemons if they have different
database directories (ie, LMDB/BDB, different data directories).
2016-01-31 12:58:08 +00:00
..
blockchain_db BlockchainBDB: Continue when tx has no outputs 2016-01-28 21:15:46 -08:00
blockchain_utilities Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
blocks Use CMAKE_LINKER, not hardcoded "ld" 2016-01-03 08:22:38 +00:00
common Merge pull request #622 2016-01-25 19:39:07 +02:00
connectivity_tool updated copyright year 2015-12-31 08:39:56 +02:00
crypto OpenBSD support for Monero. 2016-01-21 11:18:26 -07:00
cryptonote_core core: prevent the database from being used by multiple daemons 2016-01-31 12:58:08 +00:00
cryptonote_protocol Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
daemon add received time to print_pool and print_pool_sh 2016-01-28 11:24:26 +02:00
daemonizer update version 2015-12-31 23:12:13 +02:00
miner updated copyright year 2015-12-31 08:39:56 +02:00
mnemonics updated copyright year 2015-12-31 08:39:56 +02:00
p2p 'max limit of...' is redundant wording, rephrase 2016-01-14 23:13:12 +01:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
rpc Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
serialization even more typos 2016-01-25 15:05:29 +01:00
simplewallet Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
wallet Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
CMakeLists.txt updated copyright year 2015-12-31 08:39:56 +02:00
cryptonote_config.h Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
version.cmake updated copyright year 2015-12-31 08:39:56 +02:00
version.h.in bumped version to 0.9.1 for point release 2016-01-15 15:03:43 +02:00