Commit Graph

14 Commits

Author SHA1 Message Date
ca333
34192e2b22 add multi OS ifdef
added ifdef directives for conditional mutli OS build
2019-06-10 00:18:16 +02:00
blackjok3r
f08a7d2d03 add ENABLE LABS global var to build cclib correctly with start.sh. 2019-05-27 17:58:23 +08:00
blackjok3r
90f6d123ad fix build 2019-05-26 23:43:27 +08:00
blackjok3r
1874ca7284 undo build changes 2019-05-26 14:54:59 +08:00
blackjok3r
80de737568 fix 2019-05-24 22:19:04 +08:00
blackjok3r
b2de7d1ae2 remove some labs stuff 2019-05-06 15:35:25 +08:00
blackjok3r
8d1583de80 PLEASE BE WORKING 2019-05-03 14:11:56 +08:00
jl777
0ea9ae3c05 Update copyright to 2019 2018-12-31 21:41:05 -11:00
Philip Kaufmann
daf956b7b1 fix crash on shutdown when e.g. changing -txindex and abort action
- fixes #3136
- the problem is related to Boost path and a static initialized internal
  pointer
- using a std::string in CDBEnv::EnvShutdown() prevents the problem
- this removes the boost::filesystem::path path field from CDBEnv

Github-Pull: #6282
Rebased-From: 0ce30eaa36295447c6e7f8d16a05798c746fe28a
2015-06-23 10:12:11 +02:00
Philip Kaufmann
3703385547 remove unused classes from db.h 2015-05-14 01:02:00 -04:00
Philip Kaufmann
a21df62069 ensure consistent header comment naming conventions
- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
2015-04-20 13:29:22 +02:00
Philip Kaufmann
f702d1c66d move ThreadFlushWalletDB declaration to walletdb.h 2015-04-08 14:31:53 +02:00
Philip Kaufmann
341e2385d5 use constant references for strings in functions in wallet/*.* 2015-03-21 18:40:51 +01:00
Jonas Schnelli
50c72f23ad [Move Only] Move wallet related things to src/wallet/
could once be renamed from /src/wallet to /src/legacywallet.
2015-03-12 14:13:02 +01:00