aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-04-03Merge pull request #934 from luke-jr/gitian_lukeGregory Maxwell
Add Luke-Jr's PGP key to gitian-downloader
2012-03-31Updated my GPG keyPieter Wuille
2012-03-22Add Luke-Jr's PGP key to gitian-downloaderLuke Dashjr
2012-03-22Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke 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-16Fix Win32 RPC Crashes.Matt Corallo
2012-02-22Make deps build deterministic and upgrade to libpng 1.5.9.Matt Corallo
2012-02-17Merge pull request #834 from sje397/BackupWalletWladimir J. van der Laan
Added 'Backup Wallet' menu option to GUI
2012-02-15Make bitcoin-qt static-link libqrcode and add it for debian pkgs.Matt Corallo
2012-02-15Added 'Backup Wallet' menu optionsje397
- 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-07Split smaller dependencies out of gitian-win32 into deps-win32Luke Dashjr
2012-02-06Update zlib and libpng (previous version had a security issue)Luke Dashjr
2012-02-06Mac deploy tool: make dylibs writeable when copying into app bundle, so they ↵Gavin Andresen
can be stripped/nametool'ed
2012-02-06miniupnpc Porfile removed; new and improved macdeployqtplusp2k
* 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-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-07Remove 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-05Add support for opening bitcoin: URIs directly.Matt Corallo
2011-12-25Add QR Code support to Win32 Gitian build.Matt Corallo
2011-12-23Fix Linux gitian descriptor to use QRCode support.Matt Corallo
2011-12-23Merge pull request #723 from TheBlueMatt/gitianfixWladimir J. van der Laan
Fix #722.
2011-12-23Fix #722.Matt Corallo
2011-12-20Added 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-16Merge pull request #704 from TheBlueMatt/masterGavin Andresen
Update debian changelog to 0.5.1.
2011-12-16Add laanwj to gitian download scripts.Matt Corallo
2011-12-16Update debian changelog to 0.5.1.Matt Corallo
2011-12-07Re-enable RPCSSL in gitian builds.Matt Corallo
2011-11-21Update contrib/debian/ for 0.5.0 release and fix copyright file.Matt Corallo
2011-11-20update debian copyright file for MIT icon relicensingLuke Dashjr
2011-11-14Merge pull request #631 from luke-jr/free_iconsGavin Andresen
Free icons
2011-11-11Replace kfm_home with go-home for "overview"Luke Dashjr
2011-11-10Tool/process for including correct qt translations in mac .AppGavin Andresen
2011-11-10Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr
2011-11-10Replace 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-08Add debian build folderMatt Corallo
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-11-04Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2Gavin Andresen
2011-11-04Mac releases use macdeployqtplusGavin Andresen
2011-11-03Make qt-win32 gitian build deterministicWladimir J. van der Laan
2011-11-03Merge git://github.com/p2k/bitcoin-qtGavin Andresen
2011-11-02Added a copy of the GPLv3 to macdeployqtplusp2k
2011-11-02Mac Deployment Scriptp2k
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp
2011-11-01attempt to make build deterministicWladimir J. van der Laan
2011-11-01Update Win32 gitian descriptor for bitcoin-qt.Matt Corallo
2011-11-01Add gitian descriptor for qt cross compile via MinGW.Matt Corallo
2011-10-25Add notes on getting gitian builds goingGavin Andresen
2011-10-25Update openssl to 1.0.0e.Matt Corallo
2011-10-25Decrease number of installed packages for Linux Gitian build.Matt Corallo
2011-10-25Remove wxWidgets gitian descriptors.Matt Corallo
2011-10-25Update Linux gitian descriptor for bitcoin-qt.Matt Corallo
2011-10-10Merge pull request #576 from luke-jr/bitcoind_build_improvementsGavin Andresen
bitcoind build improvements