aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2012-01-10Bump version to 0.5.0.4Luke Dashjr
2012-01-09Remove 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.
2011-12-23Fix #722.Matt Corallo
2011-12-16Update debian changelog to 0.5.0.3.Luke Dashjr
2011-12-12Re-enable RPCSSL in gitian builds.Matt Corallo
2011-11-24Merge branch '0.4.x' into 0.5.xLuke Dashjr
The only practical change here is updating the gitian URIs to the stable repository. Otherwise, it just enables merging bugfixes from 0.4.x into 0.5.x properly. Conflicts: contrib/Bitcoin.app/Contents/Info.plist doc/README doc/README_windows.txt doc/release-process.txt share/setup.nsi src/bitcoinrpc.cpp src/headers.h src/makefile.unix src/serialize.h src/ui.cpp
2011-11-21Bump version to 0.4.2Luke Dashjr
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-15Update gitian descriptors to point at stable git repoLuke 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-10Bump version to 0.4.1Luke Dashjr
2011-10-10Merge pull request #576 from luke-jr/bitcoind_build_improvementsGavin Andresen
bitcoind build improvements
2011-10-10Mac OSX release process changesGavin Andresen
Rename App Bundle "Bitcoin-Qt.app" instead of "Bitcoin Qt" for consistency with Windows/Linux. Update create_osx_dmg.sh script to use macdeployqt tool. Add ifdef STATIC to makefile.osx to build bitcoind static or dynamic.
2011-10-09Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵Luke Dashjr
dynamic linking unless STATIC=1 is passed
2011-10-08Remove old wx translations, updated qt translationsGavin Andresen
2011-10-03Added bitrpc.py which allows for sending of all standard Bitcoin commands ↵David Perry
via RPC rather than as command line args. Signed-off-by: David Perry <enmaku@gmail.com>
2011-10-03Added wallet toolsDavid Perry
Signed-off-by: David Perry <enmaku@gmail.com>
2011-09-26Bump version to 0.4.1Gavin Andresen
2011-09-26Merge pull request #521 from laanwj/qtGavin Andresen
Qt GUI
2011-09-23Merge pull request #528 from TheBlueMatt/gitian-downloaderJeff Garzik
Add win32 gitian download config.
2011-09-23Add win32 gitian download config.Matt Corallo
2011-09-22Script to create OSX .dmg diskimage file.Gavin Andresen
2011-09-22Restructure gitian files and add download config files.Matt Corallo
2011-09-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-11Some Mac OS X specific thingsp2k
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
2011-09-09Update gitian build descriptors to produce proper builds.Matt Corallo
Thanks to makomk for finding the bugs here and devrandom for passing them along (see https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312)
2011-09-03Fix build process to actually work.Matt Corallo
2011-09-02Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen
2011-08-31Add reference python miner, in contrib/pyminer/Jeff Garzik