Commit Graph

170 Commits (29e214aaf550dcbf84885a73304f048292089254)

Author SHA1 Message Date
Matt Corallo 3b4f8ad71d Use && instead of ; in leveldb calls to makefile.
12 years ago
Wladimir J. van der Laan 2d53ba2c69 Merge pull request #1925 from Diapolo/gcc-hardening
12 years ago
Philip Kaufmann 6b08099d7b fix a double inclusion of txdb.h in bitcoin-qt.pro
12 years ago
Pieter Wuille fcfa7a588e Update version numbers to 0.7.99
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
Philip Kaufmann 493940038f Bitcoin-Qt: remove unneeded "--param ssp-buffer-size=1" flag
12 years ago
Philip Kaufmann 10d3603ffa Bitcoin-Qt: add new GCC compiler hardening options
12 years ago
Wladimir J. van der Laan ac0ad5dc63 Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
12 years ago
Gavin Andresen 1d1f32d16d Bump versions for 0.7.1 release
12 years ago
Wladimir J. van der Laan 6032e4f4e7 get rid of strlcpy.h
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
Wladimir J. van der Laan f5cb3488be Merge pull request #1857 from Diapolo/pro-file
12 years ago
Wladimir J. van der Laan dc2a68dc43 Merge pull request #1847 from gavinandresen/osx_pthread
12 years ago
Philip Kaufmann 6ca5ee6211 change last occurance of mac to macx in Qt project-file
12 years ago
Philip Kaufmann 807f3e83ba Bitcoin-Qt: expand GCC Stack-Smashing Protector usage (non Windows)
12 years ago
Gavin Andresen d6c4400d57 Compile/link Bitcoin-Qt.app with -pthread
12 years ago
Wladimir J. van der Laan 1ba4925755 Merge pull request #1705 from Diapolo/cleanup_bitcoingui
12 years ago
Philip Kaufmann f875921176 Bitcoin-Qt (Windows only): add version info to Resource File
12 years ago
Gavin Andresen 91c218a1cb Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
12 years ago
Philip Kaufmann c3856bb011 add missing netbase.h to Qt project-file
12 years ago
Philip Kaufmann 5fc3a0f707 remove FIRST_CLASS_MESSAGING support from the client
12 years ago
Wladimir J. van der Laan 1b4bd4c976 Merge pull request #1731 from luke-jr/opt_ipv6
12 years ago
Wladimir J. van der Laan 3f37f20ddc Remove json/*.cpp from Qt build system
12 years ago
Gavin Andresen f35c6c4fb9 Refactor: move alert code from main to alert.cpp/h
12 years ago
Luke Dashjr 0eeb54cb89 I forgot to paint the bike shed
12 years ago
Wladimir J. van der Laan ba7ba84f07 Add boost chrono lib for windows builds (required for boost 1.50)
12 years ago
Gavin Andresen 03fa53a640 Version numbers -> 0.7.0
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 e422bebbdc Make IPv6 support buildtime-optional again (defaults to enabled)
12 years ago
Wladimir J. van der Laan 4942b21203 bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited easier in Qt creator
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
Philip Kaufmann 8e2ebc0106 Bitcoin-Qt (Windows only): add ASLR and DEP linker flags
12 years ago
Philip Kaufmann 6fe375c3bd set TARGET = bitcoin-qt in project file
12 years ago
Wladimir J. van der Laan 1854433829 Merge pull request #1563 from Diapolo/pro-file
12 years ago
Philip Kaufmann 30d509c12e fix for build.h regeneration failure when compiling on Windows
13 years ago
Philip Kaufmann 47894585ae GUI: merge sign/verify message into a single window with tabbed UI
13 years ago
Philip Kaufmann a75b45fcd3 update Boost version to 1.49 for Windows in the Qt project file
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
Pieter Wuille 4a52c187d3 Merge pull request #457 from muggenhor/async-ipv6-rpc
13 years ago
Philip Kaufmann 82ec7d5542 small updates to Bitcoin-Qt project file
13 years ago
Giel van Schijndel 5b14622110 On Windows link with `mswsock`, it being required (indirectly) by RPC code
13 years ago
Philip Kaufmann c4443c2be1 re-work optionsdialog to a tabbed UI based on an ui-file
13 years ago