Commit Graph

183 Commits (2835080e164527ecc2db31e68d86ab8a8337c62b)

Author SHA1 Message Date
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
Gavin Andresen 5ce4c2a23a Remove USE_SSL #define
13 years ago
Philip Kaufmann cf8525a571 removed an unneeded space in bitcoin-qt.pro
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
Wladimir J. van der Laan 6cb6d62347 remove dependency on serialize.h and util.h for SecureString
13 years ago
Gavin Andresen 4a17e3e6b9 Merge pull request #946 from luke-jr/bugfix_rm_mingw
13 years ago
Luke Dashjr 49e1501b5d Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
13 years ago
Gavin Andresen a6b4a11385 Merge branch 'addrman' of https://github.com/sipa/bitcoin
13 years ago
Wladimir J. van der Laan 100da73677 Fix warning about deprecated unescaped backslash
13 years ago
Matt Corallo 8864019f6d Fix Win32 RPC Crashes.
13 years ago
Wladimir J. van der Laan f94177367a Fix windows build in windows Qt SDK
13 years ago
Wladimir J. van der Laan 30dfc64f48 Link -lrt library on Linux
13 years ago
Pieter Wuille c4341fa6ab Add mruset and use it for setInventoryKnown
13 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager
13 years ago
Matt Corallo b03cb15789 Make bitcoin-qt static-link libqrcode and add it for debian pkgs.
13 years ago
Wladimir J. van der Laan 15b87b2ec4 Merge pull request #807 from TheBlueMatt/bip21
13 years ago
Matt Corallo 245484679a Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
13 years ago
Wladimir J. van der Laan 2e5a781c64 Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.
13 years ago
Gavin Andresen 6bf4253a68 Increase client version to 0.6
13 years ago
Luke Dashjr 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582)
13 years ago
Wladimir J. van der Laan 70f55355e2 Merge pull request #593 (Full URL Support in bitcoin-qt)
13 years ago
Pieter Wuille 67a42f929b Network stack refactor
13 years ago
Matt Corallo 7d145a0f59 Add support for opening bitcoin: URIs directly.
13 years ago
Matt Corallo 0b5d6f1e26 Add QR Code support to Win32 Gitian build.
13 years ago
Wladimir J. van der Laan 96b1e085c3 Merge pull request #629 from sje397/master
13 years ago
Gavin Andresen f06e3e0ea6 Merge pull request #717 from TheBlueMatt/installerqtupgrade
13 years ago
Matt Corallo f18a119ac0 Implement "Start on window system startup" on Win32 + Linux.
13 years ago
sje397 22123c85f3 Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
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 8896c2d9d6 Bump version 0.5.99 (prep for pulling for version 0.6)
13 years ago
Matt Corallo 3f9144d42c Move -lgdi32 after -lcrypto (fixes #681).
13 years ago
Gavin Andresen eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
13 years ago
Gavin Andresen 67c454c67c Bump version to 0.5.1
13 years ago
Gavin Andresen c4de918478 Tweak handling of boost filesystem versions
13 years ago
Gavin Andresen a5f07cbea0 Static link on Linux. And better document release process on OSX.
13 years ago
Wladimir J. van der Laan 533c82ce92 do not use -fstack-protector on Windows
13 years ago
Matt Corallo aaf71d8453 Allow miniupnpc include path specificaiton and fix link on Win32.
13 years ago
Matt Corallo 5f2e76b8c7 Optionally include additional QT plugins when required to build.
13 years ago
Matt Corallo 3f197952bd Add BOOST_THREAD_USE_LIB define.
13 years ago
Matt Corallo 0e569e4a27 Add option to specify a different suffix for boost_thread.
13 years ago
Matt Corallo d041590218 Add -Wno-strict-aliasing because boost breaks that too much.
13 years ago
Wladimir J. van der Laan 5c92622ad6 Translation lookup logic improvements
13 years ago
Wladimir J. van der Laan 3a30f34f1a Revert "translation fixes"
13 years ago
Wladimir J. van der Laan f86ecd4a06 translation fixes
13 years ago
Wladimir J. van der Laan b68a8a6b34 Merge pull request #583 from laanwj/qt3
13 years ago
Gavin Andresen ef49d8a6ca Add spanish translation to TRANSLATIONS
13 years ago
Gavin Andresen b50ac8f73e Mac OSX release process changes
13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
13 years ago
Wladimir J. van der Laan 8828da5f56 Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Gavin Andresen 94eaab7710 Bump version to 0.5.0.0
13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac
13 years ago
Luke Dashjr 5d3083c3fb Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by default, can be disabled or unsupported by option)
13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform()
13 years ago
Wladimir J. van der Laan 8f1631b797 make USE_SSL actually work (thanks @prusnak for noticing)
13 years ago
Wladimir J. van der Laan 07e2882366 qmake build system improvements
13 years ago
Wladimir J. van der Laan f33a43efdf Update "other files" in Qt Creator with all documentation now that the projects merged
13 years ago
Wladimir J. van der Laan 002a4dcad0 Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Wladimir J. van der Laan 5902040874 translation handling improvements
13 years ago
Matt Corallo 36eccc5174 Output build temp files in build/ instead of current directory.
13 years ago
Wladimir J. van der Laan 010c4fc0b5 Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS
13 years ago
Wladimir J. van der Laan 99cec89cb3 make qmake build system more configurable (as suggested by lukejr)
13 years ago
Wladimir J. van der Laan 9b490f71b0 put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
13 years ago
Wladimir J. van der Laan 83312d7c6c remove transparency effect and windows-specific code for now, it's not working as supposed
13 years ago
p2k 2c1fd3c395 Some Mac OS X specific things
13 years ago