aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for 0.7.2 release, including updated release notesLuke Dashjr2012-11-221-1/+1
* VariantClear@4 + shutdown@8 patchgrimd34th2012-11-161-2/+1
* Bump versions for 0.7.1 releaseGavin Andresen2012-10-091-1/+1
* Revert "Remove -Wformat* warnings from makefiles"Wladimir J. van der Laan2012-10-011-1/+1
* Remove -Wformat* warnings from makefilesWladimir J. van der Laan2012-09-271-1/+1
* Merge pull request #1857 from Diapolo/pro-fileWladimir J. van der Laan2012-09-251-1/+1
|\
| * change last occurance of mac to macx in Qt project-filePhilip Kaufmann2012-09-241-1/+1
* | Merge pull request #1847 from gavinandresen/osx_pthreadWladimir J. van der Laan2012-09-251-0/+4
|\ \
| * | Compile/link Bitcoin-Qt.app with -pthreadGavin Andresen2012-09-211-0/+4
| |/
* / Bitcoin-Qt: expand GCC Stack-Smashing Protector usage (non Windows)Philip Kaufmann2012-09-221-7/+8
|/
* Merge pull request #1705 from Diapolo/cleanup_bitcoinguiWladimir J. van der Laan2012-09-201-6/+0
|\
| * remove FIRST_CLASS_MESSAGING support from the clientPhilip Kaufmann2012-08-291-6/+0
* | Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann2012-09-071-1/+2
* | Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-gitGavin Andresen2012-09-051-0/+2
|\ \
| * | Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-281-0/+2
* | | add missing netbase.h to Qt project-filePhilip Kaufmann2012-08-301-1/+2
| |/ |/|
* | Merge pull request #1731 from luke-jr/opt_ipv6Wladimir J. van der Laan2012-08-291-5/+5
|\ \
| * | I forgot to paint the bike shedLuke Dashjr2012-08-271-5/+5
* | | Remove json/*.cpp from Qt build systemWladimir J. van der Laan2012-08-291-4/+1
| |/ |/|
* | Add boost chrono lib for windows builds (required for boost 1.50)v0.7.0rc1Wladimir J. van der Laan2012-08-271-0/+1
* | Version numbers -> 0.7.0Gavin Andresen2012-08-271-1/+1
* | Upgrade to Boost 1.50Matt Corallo2012-08-271-1/+1
|/
* Allow building with IPv6 support, but it disabled by defaultLuke Dashjr2012-08-231-2/+6
* Make IPv6 support buildtime-optional again (defaults to enabled)Luke Dashjr2012-08-231-1/+9
* bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited ea...Wladimir J. van der Laan2012-08-221-2/+3
* RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-0/+1
* RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik2012-08-211-0/+1
* RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik2012-08-211-0/+1
* Bitcoin-Qt (Windows only): add ASLR and DEP linker flagsPhilip Kaufmann2012-08-181-0/+3
* set TARGET = bitcoin-qt in project filePhilip Kaufmann2012-07-231-1/+1
* Merge pull request #1563 from Diapolo/pro-fileWladimir J. van der Laan2012-07-181-1/+1
|\
| * update Boost version to 1.49 for Windows in the Qt project filePhilip Kaufmann2012-07-061-1/+1
* | fix for build.h regeneration failure when compiling on WindowsPhilip Kaufmann2012-07-111-1/+1
* | GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann2012-07-061-7/+4
|/
* Implement raw transaction RPC callsGavin Andresen2012-07-051-0/+1
* Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik2012-06-281-0/+1
* Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille2012-06-271-1/+1
|\
| * On Windows link with `mswsock`, it being required (indirectly) by RPC codeGiel van Schijndel2012-06-241-1/+1
* | small updates to Bitcoin-Qt project filePhilip Kaufmann2012-06-251-5/+6
|/
* re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann2012-06-131-1/+2
* Define BOOST_SPIRIT_THREADSAFE in all makefilesJeff Garzik2012-05-211-1/+1
* Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.R E Broadley2012-05-171-1/+1
* Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan2012-05-141-3/+6
|\
| * Add a menu option to verify a signed messagesje3972012-05-121-3/+6
* | Speed up build in Qt creator in common caseWladimir J. van der Laan2012-05-121-6/+5
* | Merge pull request #1021 from sipa/ipv6Pieter Wuille2012-05-111-1/+1
|\ \
| * | IPv6 node supportPieter Wuille2012-05-111-1/+1
| |/
* / Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-0/+2
|/
* Clean up warningsPieter Wuille2012-05-091-1/+1
* Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell2012-05-081-3/+6
|\