Age | Commit message (Expand) | Author |
2012-08-23 | Allow building with IPv6 support, but it disabled by default | Luke Dashjr |
2012-08-23 | Make IPv6 support buildtime-optional again (defaults to enabled) | Luke Dashjr |
2012-08-22 | bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited ea... | Wladimir J. van der Laan |
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik |
2012-08-21 | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik |
2012-08-21 | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik |
2012-08-18 | Bitcoin-Qt (Windows only): add ASLR and DEP linker flags | Philip Kaufmann |
2012-07-23 | set TARGET = bitcoin-qt in project file | Philip Kaufmann |
2012-07-18 | Merge pull request #1563 from Diapolo/pro-file | Wladimir J. van der Laan |
2012-07-11 | fix for build.h regeneration failure when compiling on Windows | Philip Kaufmann |
2012-07-06 | GUI: merge sign/verify message into a single window with tabbed UI | Philip Kaufmann |
2012-07-06 | update Boost version to 1.49 for Windows in the Qt project file | Philip Kaufmann |
2012-07-05 | Implement raw transaction RPC calls | Gavin Andresen |
2012-06-28 | Create new rpcnet module, and move 'getconnectioncount' RPC to it | Jeff Garzik |
2012-06-27 | Merge pull request #457 from muggenhor/async-ipv6-rpc | Pieter Wuille |
2012-06-25 | small updates to Bitcoin-Qt project file | Philip Kaufmann |
2012-06-24 | On Windows link with `mswsock`, it being required (indirectly) by RPC code | Giel van Schijndel |
2012-06-13 | re-work optionsdialog to a tabbed UI based on an ui-file | Philip Kaufmann |
2012-05-21 | Define BOOST_SPIRIT_THREADSAFE in all makefiles | Jeff Garzik |
2012-05-17 | Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. | R E Broadley |
2012-05-14 | Merge pull request #906 from sje397/ValidateMessage | Wladimir J. van der Laan |
2012-05-12 | Speed up build in Qt creator in common case | Wladimir J. van der Laan |
2012-05-11 | Merge pull request #1021 from sipa/ipv6 | Pieter Wuille |
2012-05-11 | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille |
2012-05-12 | Add a menu option to verify a signed message | sje397 |
2012-05-11 | IPv6 node support | Pieter Wuille |
2012-05-09 | Clean up warnings | Pieter Wuille |
2012-05-08 | Merge pull request #1075 from laanwj/2012_04_consoleui | Gregory Maxwell |
2012-05-08 | Increase client version to 0.6.99 | Gregory Maxwell |
2012-05-05 | Add UI RPC console / debug window | Wladimir J. van der Laan |
2012-05-01 | add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator) | Philip Kaufmann |
2012-05-01 | fix DEPENDPATH in the project file, as json has no include sub-dir and src wa... | Philip Kaufmann |
2012-04-27 | Bump version numbers for 0.6.1rc1 | Gavin Andresen |
2012-04-17 | Move CWalletDB code to new walletdb module. | Jeff Garzik |
2012-04-17 | Remove headers.h | Pieter Wuille |
2012-04-15 | enable all warnings except invalid-offsetof, sign-compare, unused-parameter | Wladimir J. van der Laan |
2012-04-11 | Fix build.h dependencies | Pieter Wuille |
2012-04-11 | Force regeneration of build.h in qmake builds | Pieter Wuille |
2012-04-10 | Build identification strings | Pieter Wuille |
2012-04-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr |
2012-04-05 | Merge pull request #1042 from gavinandresen/use_ssl_cleanup | Gavin Andresen |
2012-04-04 | Remove USE_SSL #define | Gavin Andresen |
2012-04-05 | removed an unneeded space in bitcoin-qt.pro | Philip Kaufmann |
2012-04-04 | Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t... | Wladimir J. van der Laan |
2012-04-04 | remove dependency on serialize.h and util.h for SecureString | Wladimir J. van der Laan |
2012-03-22 | Merge pull request #946 from luke-jr/bugfix_rm_mingw | Gavin Andresen |
2012-03-22 | Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build | Luke Dashjr |
2012-03-22 | Merge branch 'addrman' of https://github.com/sipa/bitcoin | Gavin Andresen |
2012-03-21 | Fix warning about deprecated unescaped backslash | Wladimir J. van der Laan |
2012-03-16 | Fix Win32 RPC Crashes. | Matt Corallo |