Commit Graph

147 Commits (b9a4aaad1e8279276002f54d66c0e9a8a5de6f56)

Author SHA1 Message Date
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
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
13 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
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
Wladimir J. van der Laan bb361cc644 Merge pull request #906 from sje397/ValidateMessage
13 years ago
Wladimir J. van der Laan ffd8060a98 Speed up build in Qt creator in common case
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
sje397 0c587936c7 Add a menu option to verify a signed message
13 years ago
Pieter Wuille 23aa78c405 IPv6 node support
13 years ago
Pieter Wuille f621326c24 Clean up warnings
13 years ago
Gregory Maxwell fa8cc47c4f Merge pull request #1075 from laanwj/2012_04_consoleui
13 years ago
Gregory Maxwell a5f95d75a1 Increase client version to 0.6.99
13 years ago
Wladimir J. van der Laan 460c51fdad Add UI RPC console / debug window
13 years ago
Philip Kaufmann 8a6329a7ac add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
13 years ago
Philip Kaufmann 68103043ce fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
13 years ago
Gavin Andresen 2c31cfc271 Bump version numbers for 0.6.1rc1
13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module.
13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h
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 5d464a4a55 Force regeneration of build.h in qmake builds
13 years ago
Pieter Wuille a20c0d0f67 Build identification strings
13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
13 years ago
Gavin Andresen 895c12943b Merge pull request #1042 from gavinandresen/use_ssl_cleanup
13 years ago