70 Commits (31a8b70ee3ad243a7d2a3401ced79f5ece6b4a00)

Author SHA1 Message Date
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 13 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 13 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 13 years ago
R E Broadley 8c35bfbadf Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. 13 years ago
Pieter Wuille a6cd0b08f6 Partially revert f621326: xCXXFLAGS 13 years ago
Pieter Wuille 7f3ccb59da Split synchronization mechanisms from util.{h,cpp} 13 years ago
Pieter Wuille 23aa78c405 IPv6 node support 13 years ago
Pieter Wuille f621326c24 Clean up warnings 13 years ago
Jeff Garzik 781fc2c8c0 Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS 13 years ago
Jeff Garzik 1302257e5d makefile.unix: add -Wall to default CXXFLAGS 13 years ago
Gavin Andresen 9e71a5cd23 Define TEST_DATA_DIR so unit tests can be run from any current working directory 13 years ago
Gavin Andresen cfc45319fe Remove unused -DNOPCH 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Wladimir J. van der Laan f9f625fb32 enable all warnings except invalid-offsetof, sign-compare, unused-parameter 13 years ago
Pieter Wuille 4577167170 Fix build.h dependencies 13 years ago
Pieter Wuille a20c0d0f67 Build identification strings 13 years ago
Gavin Andresen 5ce4c2a23a Remove USE_SSL #define 13 years ago
Wladimir J. van der Laan 5cccb13dad Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 13 years ago
Pierre Pronchery 7868808b2f Avoid some pointless warnings while compiling 13 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Matt Corallo 7dcd200489 Properly include $*_LIB_PATH in makefile.unix 13 years ago
Luke Dashjr 34c69036da Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
Luke Dashjr ca9afa8401 Bugfix: Support building test_bitcoin with shared-object boost test framework 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Gavin Andresen 025d495481 Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Gavin Andresen 1466b8b78a Rework unit tests so test_bitcoin.cpp does not #include them all 13 years ago
Pieter Wuille 95d888a6d1 Key import and export 13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago
Gavin Andresen eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks 13 years ago
cjdelisle 1e5f939381 Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be disregarded. 13 years ago
Gavin Andresen e44a00ae0d bitcoind does not need to link with gthread-2.0 13 years ago
Luke Dashjr a1e0bb5a09 Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally 13 years ago
Luke Dashjr b4d0588d06 Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed 13 years ago
Gavin Andresen 4ffbdcc0f5 Auto-build dependencies 13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Gavin Andresen 81cadd74d2 Fix build: put back rules to build cryptopp files 13 years ago