93 Commits (2fee100f036626866e5dca3f27b7562da25e43f3)

Author SHA1 Message Date
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
fcicq eb8397a03e Disable variadic template support in C++11 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Eric Lombrozo effc2770f5 Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
Cory Fields c862d2ff22 build: split the non-gui startup routines into a new file 11 years ago
Calvin Owens e74fbca1c2 Add comments to UNIX Makefile regarding USE_UPNP 11 years ago
Matt Corallo c2efd981aa (finally) Remove IRC Seed support now that lfnet is down. 11 years ago
Luke Dashjr 3a9c2d51e1 Bugfix: makefile.unix: Honour BOOST_LIB_SUFFIX on boost_unit_test_framework 12 years ago
Gavin Andresen fbd860287e Pass compiler flags down into leveldb make 11 years ago
Pieter Wuille 3cce597fc9 Support large files on 32-bit Linux 12 years ago
Matt Corallo bd21612c37 Add a CBloomFilter class for use as a transaction filter. 12 years ago
Matt Corallo 7ab026f449 Add MurmurHash3 implementation to hash.h/add hash.cpp. 12 years ago
Robert Backhaus 978770b59d Change 'make' to $(MAKE) in leveldb make command line 12 years ago
Matt Corallo 3b4f8ad71d Use && instead of ; in leveldb calls to makefile. 12 years ago
Pieter Wuille 4ca60bba5c Remove BDB block database support 12 years ago
Pieter Wuille 2d8a48292b LevelDB block and coin databases 12 years ago
Pieter Wuille 43b7905e98 LevelDB glue 12 years ago
Pieter Wuille 3ff3a2bd60 Makefile integration of LevelDB 12 years ago
Wladimir J. van der Laan 827d8c2e0c Revert "Remove -Wformat* warnings from makefiles" 12 years ago
Wladimir J. van der Laan 14ac0adcc7 Remove -Wformat* warnings from makefiles 12 years ago
Gavin Andresen f2b066da70 Update gitignore and Makefiles for build.h move from src/ to src/obj 12 years ago
Gavin Andresen 8f09e4cac4 Give makefiles 'test' and 'check' targets to compile and run unit tests 12 years ago
Gavin Andresen f35c6c4fb9 Refactor: move alert code from main to alert.cpp/h 12 years ago
Luke Dashjr 9655d73f49 Allow building with IPv6 support, but it disabled by default 12 years ago
Luke Dashjr e422bebbdc Make IPv6 support buildtime-optional again (defaults to enabled) 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 12 years ago
Matt Corallo da9e86c3b6 Allow setting a different linker than compiler in makefile.unix 12 years ago
Luke Dashjr 90d95b6323 Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows 12 years ago
Giel van Schijndel f04f24503d Use linker-arguments only when linking 12 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls 12 years ago
Matt Corallo 4d9c55da72 Work around a distcc bug where -MMD output isn't copied. 12 years ago
Jeff Garzik 70ab73a008 Create new rpcnet module, and move 'getconnectioncount' RPC to it 12 years ago
Jeff Garzik 7b671f52e0 Define BOOST_SPIRIT_THREADSAFE in all makefiles 12 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
R E Broadley 8c35bfbadf Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. 12 years ago
Pieter Wuille a6cd0b08f6 Partially revert f621326: xCXXFLAGS 12 years ago
Pieter Wuille 7f3ccb59da Split synchronization mechanisms from util.{h,cpp} 12 years ago
Pieter Wuille 23aa78c405 IPv6 node support 12 years ago
Pieter Wuille f621326c24 Clean up warnings 12 years ago
Jeff Garzik 781fc2c8c0 Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS 12 years ago
Jeff Garzik 1302257e5d makefile.unix: add -Wall to default CXXFLAGS 12 years ago
Gavin Andresen 9e71a5cd23 Define TEST_DATA_DIR so unit tests can be run from any current working directory 12 years ago
Gavin Andresen cfc45319fe Remove unused -DNOPCH 12 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 12 years ago
Wladimir J. van der Laan f9f625fb32 enable all warnings except invalid-offsetof, sign-compare, unused-parameter 12 years ago
Pieter Wuille 4577167170 Fix build.h dependencies 12 years ago
Pieter Wuille a20c0d0f67 Build identification strings 12 years ago