Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-21 | Merge pull request #1490 from luke-jr/gd_ljr_key | Gregory Maxwell | |
gitian-downloader: Update luke-jr's key | |||
2012-06-20 | gitian-downloader: Update luke-jr's key | Luke Dashjr | |
2012-06-20 | Update my GPG key | Pieter Wuille | |
2012-06-12 | Fix broken config files | Matt Corallo | |
2012-06-02 | Update contrib/debian. | Matt Corallo | |
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. * Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set in Bitcoin itself now. * Update changelog with 0.6.2 and the current updates. | |||
2012-05-23 | Use debhelper to install bitcoind.bash-completion | Christian von Roques | |
2012-05-23 | Bash programmable completion for bitcoind(1) | Christian von Roques | |
2012-05-06 | Update changelog to match reality. | Matt Corallo | |
2012-04-27 | Bump win32.deps version number for new openssl | Gavin Andresen | |
2012-04-27 | Windows build: compile against openssl 1.0.1b | Gavin Andresen | |
2012-04-10 | Merge pull request #1054 from sipa/buildinfo | Pieter Wuille | |
Build identification strings | |||
2012-04-10 | Build identification strings | Pieter Wuille | |
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism. | |||
2012-04-09 | Added comment lines in French & Turkish which basically mean "Bitcoin, ↵ | cardpuncher | |
virtual P2P cryptocurrency". | |||
2012-04-04 | Remove USE_SSL #define | Gavin Andresen | |
2012-04-03 | Merge pull request #934 from luke-jr/gitian_luke | Gregory Maxwell | |
Add Luke-Jr's PGP key to gitian-downloader | |||
2012-03-31 | Updated my GPG key | Pieter Wuille | |
2012-03-22 | Add Luke-Jr's PGP key to gitian-downloader | Luke Dashjr | |
2012-03-22 | Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build | Luke Dashjr | |
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it. v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it. Use `qmake MINGW_THREAD_BUGFIX=0` to disable | |||
2012-03-16 | Fix Win32 RPC Crashes. | Matt Corallo | |
2012-02-22 | Make deps build deterministic and upgrade to libpng 1.5.9. | Matt Corallo | |
2012-02-17 | Merge pull request #834 from sje397/BackupWallet | Wladimir J. van der Laan | |
Added 'Backup Wallet' menu option to GUI | |||
2012-02-15 | Make bitcoin-qt static-link libqrcode and add it for debian pkgs. | Matt Corallo | |
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/ - include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used - catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set) - include db.h in walletmodel.cpp for BackupWallet function - updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon | |||
2012-02-07 | Split smaller dependencies out of gitian-win32 into deps-win32 | Luke Dashjr | |
2012-02-06 | Update zlib and libpng (previous version had a security issue) | Luke Dashjr | |
2012-02-06 | Mac deploy tool: make dylibs writeable when copying into app bundle, so they ↵ | Gavin Andresen | |
can be stripped/nametool'ed | |||
2012-02-06 | miniupnpc Porfile removed; new and improved macdeployqtplus | p2k | |
* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354 * Documentation has been changed appropriately * New pure-Python macdeployqt; leverages all problems with the stock macdeployqt | |||
2012-01-26 | Merge pull request #593 (Full URL Support in bitcoin-qt) | Wladimir J. van der Laan | |
2012-01-07 | Remove mentions on anonymity in debian folder. | Matt Corallo | |
These should never have been there, bitcoin isnt anonymous without a ton of work that virtually no users will ever be willing and capable of doing. | |||
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo | |
2011-12-25 | Add QR Code support to Win32 Gitian build. | Matt Corallo | |
2011-12-23 | Fix Linux gitian descriptor to use QRCode support. | Matt Corallo | |
2011-12-23 | Merge pull request #723 from TheBlueMatt/gitianfix | Wladimir J. van der Laan | |
Fix #722. | |||
2011-12-23 | Fix #722. | Matt Corallo | |
2011-12-20 | Added QRCode generation functions via libqrencode. Switch on with ↵ | sje397 | |
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml | |||
2011-12-16 | Merge pull request #704 from TheBlueMatt/master | Gavin Andresen | |
Update debian changelog to 0.5.1. | |||
2011-12-16 | Add laanwj to gitian download scripts. | Matt Corallo | |
2011-12-16 | Update debian changelog to 0.5.1. | Matt Corallo | |
2011-12-07 | Re-enable RPCSSL in gitian builds. | Matt Corallo | |
2011-11-21 | Update contrib/debian/ for 0.5.0 release and fix copyright file. | Matt Corallo | |
2011-11-20 | update debian copyright file for MIT icon relicensing | Luke Dashjr | |
2011-11-14 | Merge pull request #631 from luke-jr/free_icons | Gavin Andresen | |
Free icons | |||
2011-11-11 | Replace kfm_home with go-home for "overview" | Luke Dashjr | |
2011-11-10 | Tool/process for including correct qt translations in mac .App | Gavin Andresen | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed | Luke Dashjr | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵ | Luke Dashjr | |
Wladimir van der Laan (who will hopefully relicense) | |||
2011-11-08 | Add debian build folder | Matt Corallo | |
2011-11-07 | Static link on Linux. And better document release process on OSX. | Gavin Andresen | |
2011-11-04 | Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2 | Gavin Andresen | |
2011-11-04 | Mac releases use macdeployqtplus | Gavin Andresen | |