Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-11-03 | Make qt-win32 gitian build deterministic | Wladimir J. van der Laan | |
2011-11-03 | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | |
2011-11-02 | Added a copy of the GPLv3 to macdeployqtplus | p2k | |
2011-11-02 | Mac Deployment Script | p2k | |
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp | |||
2011-11-01 | attempt to make build deterministic | Wladimir J. van der Laan | |
2011-11-01 | Update Win32 gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-11-01 | Add gitian descriptor for qt cross compile via MinGW. | Matt Corallo | |
2011-10-25 | Add notes on getting gitian builds going | Gavin Andresen | |
2011-10-25 | Update openssl to 1.0.0e. | Matt Corallo | |
2011-10-25 | Decrease number of installed packages for Linux Gitian build. | Matt Corallo | |
2011-10-25 | Remove wxWidgets gitian descriptors. | Matt Corallo | |
2011-10-25 | Update Linux gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-10-10 | Merge pull request #576 from luke-jr/bitcoind_build_improvements | Gavin Andresen | |
bitcoind build improvements | |||
2011-10-10 | Mac OSX release process changes | Gavin 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-09 | Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵ | Luke Dashjr | |
dynamic linking unless STATIC=1 is passed | |||
2011-10-08 | Remove old wx translations, updated qt translations | Gavin Andresen | |
2011-10-03 | Added 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-03 | Added wallet tools | David Perry | |
Signed-off-by: David Perry <enmaku@gmail.com> | |||
2011-09-26 | Bump version to 0.4.1 | Gavin Andresen | |
2011-09-26 | Merge pull request #521 from laanwj/qt | Gavin Andresen | |
Qt GUI | |||
2011-09-23 | Merge pull request #528 from TheBlueMatt/gitian-downloader | Jeff Garzik | |
Add win32 gitian download config. | |||
2011-09-23 | Add win32 gitian download config. | Matt Corallo | |
2011-09-22 | Script to create OSX .dmg diskimage file. | Gavin Andresen | |
2011-09-22 | Restructure gitian files and add download config files. | Matt Corallo | |
2011-09-16 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-09-11 | Some Mac OS X specific things | p2k | |
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts | |||
2011-09-09 | Update 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-03 | Fix build process to actually work. | Matt Corallo | |
2011-09-02 | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | |
2011-08-31 | Add reference python miner, in contrib/pyminer/ | Jeff Garzik | |
2011-08-25 | Add Gitian Build descriptors for Boost and wxWidgets. | Dev Random | |
2011-08-23 | Mingw gitian build with deterministic bitcoin.exe by use of faketime | Dev Random | |
2011-08-23 | Mingw gitian with separate wxWidgets and boost | Dev Random | |
2011-08-23 | Linux gitian config with separate wxWidgets build | Dev Random | |
2011-08-23 | Upgrade dependancies and tweak build process. | Matt Corallo | |
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds | |||
2011-07-13 | Bump version to 0.3.25 | Jeff Garzik | |
Yes, we might release as v0.4, but let's just do a simple increment for now. | |||
2011-07-05 | Enable UPnP by default on bitcoin, but not on bitcoind (on gitian) | Matt Corallo | |
Also fix a minor type in gitian.yml | |||
2011-07-05 | Added a couple minor things to match newer build process. | Matt Corallo | |
This adds the relevent patches which are applied to wx, and updates for cross compiling. |