Commit Graph

62 Commits (4ca60bba5c3b8394c252715c71e8758d63c316ee)

Author SHA1 Message Date
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 552af52b45 Merge pull request #1851 from fanquake/OpenSSL-1.0.1c
12 years ago
Wladimir J. van der Laan 14ac0adcc7 Remove -Wformat* warnings from makefiles
12 years ago
fanquake 0eaaa83ba5 Update Bitcoin to use OpenSSL 1.0.1c
12 years ago
Gavin Andresen f2b066da70 Update gitignore and Makefiles for build.h move from src/ to src/obj
12 years ago
Gavin Andresen 91c218a1cb Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
12 years ago
Philip Kaufmann a4d4403a75 enable ASLR and DEP for bitcoind.exe via linker flags
12 years ago
Gavin Andresen f35c6c4fb9 Refactor: move alert code from main to alert.cpp/h
12 years ago
Wladimir J. van der Laan ba7ba84f07 Add boost chrono lib for windows builds (required for boost 1.50)
12 years ago
Matt Corallo a1755ec426 Upgrade to Boost 1.50
12 years ago
Luke Dashjr 9655d73f49 Allow building with IPv6 support, but it disabled by default
12 years ago
Luke Dashjr 45beb88966 Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too
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 c5f90cd88b Fix test_bitcoin build in makefile.linux-mingw
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
Gavin Andresen 50fc02d063 Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin
13 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls
13 years ago
Jeff Garzik 70ab73a008 Create new rpcnet module, and move 'getconnectioncount' RPC to it
13 years ago
Giel van Schijndel 5b14622110 On Windows link with `mswsock`, it being required (indirectly) by RPC code
13 years ago
Matt Corallo 39471861d5 Upgrade to Boost 1.49 on Win32
13 years ago
Jeff Garzik 7b671f52e0 Define BOOST_SPIRIT_THREADSAFE in all makefiles
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 a3878873f3 Merge pull request #1021 from sipa/ipv6
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
Gavin Andresen 0acbe31cfc Update openssl version
13 years ago
Gavin Andresen 27d4b53a5c Merge pull request #1150 from gavinandresen/NOPCH
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
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
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager
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
Pieter Wuille 3ae65166b5 add key.o and rpcdump.o to makefile.linux-mingw
13 years ago
Gavin Andresen eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
13 years ago
Matt Corallo 472bbb750c Update openssl to 1.0.0e.
13 years ago
Gavin Andresen c1131a28ad Remove ui_res from makefiles
13 years ago