aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2012-12-10Use github for final 0.7.2 releasev0.7.2Gavin Andresen
2012-10-20Tree-Merge branch '0.6.x' into 0.7.xLuke Dashjr
Conflicts: bitcoin-qt.pro contrib/debian/patches/1001_use_system_json-spirit.patch doc/README doc/README_windows.txt doc/build-osx.txt doc/build-unix.txt doc/readme-qt.rst share/setup.nsi src/addrman.cpp src/bitcoinrpc.cpp src/checkpoints.cpp src/crypter.cpp src/db.cpp src/db.h src/init.cpp src/init.h src/irc.cpp src/key.cpp src/key.h src/main.cpp src/main.h src/makefile.linux-mingw src/makefile.mingw src/makefile.unix src/net.cpp src/net.h src/qt/addressbookpage.cpp src/qt/bitcoin.cpp src/qt/bitcoinaddressvalidator.cpp src/qt/bitcoingui.cpp src/qt/bitcoinstrings.cpp src/qt/forms/overviewpage.ui src/qt/locale/bitcoin_ca_ES.ts src/qt/locale/bitcoin_cs.ts src/qt/locale/bitcoin_da.ts src/qt/locale/bitcoin_de.ts src/qt/locale/bitcoin_en.ts src/qt/locale/bitcoin_es.ts src/qt/locale/bitcoin_es_CL.ts src/qt/locale/bitcoin_et.ts src/qt/locale/bitcoin_eu_ES.ts src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_fa_IR.ts src/qt/locale/bitcoin_fi.ts src/qt/locale/bitcoin_fr_CA.ts src/qt/locale/bitcoin_fr_FR.ts src/qt/locale/bitcoin_he.ts src/qt/locale/bitcoin_hr.ts src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_nb.ts src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_pl.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_ro_RO.ts src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_sk.ts src/qt/locale/bitcoin_sr.ts src/qt/locale/bitcoin_sv.ts src/qt/locale/bitcoin_tr.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts src/qt/locale/bitcoin_zh_TW.ts src/qt/optionsdialog.cpp src/qt/optionsmodel.h src/qt/overviewpage.cpp src/qt/overviewpage.h src/qt/sendcoinsdialog.cpp src/qt/transactiondesc.cpp src/qt/transactiontablemodel.h src/qt/walletmodel.cpp src/script.cpp src/test/DoS_tests.cpp src/util.cpp src/util.h src/version.h src/walletdb.cpp
2012-10-01Merge branch '2012_09_base58tests' of github.com:laanwj/bitcoinGavin Andresen
2012-10-01data-driven base58 CBitcoinAddress/CBitcoinSecret testsWladimir J. van der Laan
Arbitrary numbers of test vectors can be generated using the script `gen_base58_test_vectors.py`.
2012-09-29Merge pull request #1864 from Diapolo/Qt_4.8.2Wladimir J. van der Laan
switch to Qt 4.8.2 for Windows builds
2012-09-25switch to Qt 4.8.2 for Windows buildsPhilip Kaufmann
2012-09-22Update Bitcoin to use OpenSSL 1.0.1cfanquake
Bump deps tp 0.0.5 Small docs corrections
2012-09-11Merge branch '0.6.0.x' into 0.6.xLuke Dashjr
Conflicts: src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_sv.ts
2012-09-11Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
Conflicts: src/qt/locale/bitcoin_pt_BR.ts
2012-09-11Apply MIT license to md2k7 artLuke Dashjr
[21:48:14] <md2k7> feel free to make it MIT if you like
2012-09-10Docs Tidy upfanquake
Partial of f00a0dcfed248186811ae596dbe42f83c8550b31.
2012-09-09Merge pull request #1803 from luke-jr/md2k7_licenseWladimir J. van der Laan
Apply MIT license to md2k7 art
2012-09-08Apply MIT license to md2k7 artLuke Dashjr
[21:48:14] <md2k7> feel free to make it MIT if you like
2012-09-06Merge pull request #1726 from laanwj/2012_08_gitian_qt_stylesWladimir J. van der Laan
Remove unused styles on Windows from gitian qt build
2012-09-06Minor build documentation fixGavin Andresen
2012-09-06Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2012-09-06Build doc updatesGavin Andresen
2012-09-05Fix mac .dmg packager for latest macports qt4Gavin Andresen
2012-09-05Update gitian build setup notesGavin Andresen
2012-08-28Remove unused styles on Windows from gitian qt buildWladimir J. van der Laan
Keeps the "windows", "windowsxp", "windowsvista" styles. Reduces the size of a static bitcoin-qt.exe by ~400 kB.
2012-08-27Revert "Revert "Update gitian descriptors to point at stable git repo""Luke Dashjr
This reverts commit 6e0c5e3778b83f128f6f14c311d5728392053581.
2012-08-27Upgrade to Boost 1.50Matt Corallo
2012-08-27Bugfix: Adjust gitian-win32 to use Boost 1.49 for realLuke Dashjr
2012-08-27Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, ↵Luke Dashjr
rather than hacking boost in gitian
2012-07-22Replace all occurances of license.txt with COPYING, including naming the ↵Luke Dashjr
file COPYING.txt on Windows
2012-07-18Docs Tidy upfanquake
2012-07-06Merge branch '0.6.0.x' into 0.6.xLuke Dashjr
Conflicts: contrib/debian/patches/1001_use_system_json-spirit.patch src/key.h src/main.cpp src/main.h src/net.cpp
2012-07-06Update Debian "Use system json-spirit" patch to applyLuke Dashjr
("Fixed" upstream in 3563824c602cb2b42cc21970935f45ce646c3964)
2012-07-06Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
Conflicts: contrib/debian/patches/1001_use_system_json-spirit.patch src/net.cpp
2012-07-06Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-05Update Debian "Use system json-spirit" patch to applyLuke Dashjr
("Fixed" upstream in 3563824c602cb2b42cc21970935f45ce646c3964)
2012-07-05Update Debian "Use system json-spirit" patch to applyLuke Dashjr
("Fixed" upstream in 3563824c602cb2b42cc21970935f45ce646c3964)
2012-07-05gitian-downloader: Update luke-jr's keyLuke Dashjr
2012-07-05Update my GPG keyPieter Wuille
2012-07-05Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-06-25Update contrib/debian and remove system json_spirit patch.Matt Corallo
That patch has been broken for a long, long time (forever?) and doesn't make sense.
2012-06-21Merge pull request #1490 from luke-jr/gd_ljr_keyGregory Maxwell
gitian-downloader: Update luke-jr's key
2012-06-20gitian-downloader: Update luke-jr's keyLuke Dashjr
2012-06-20Update my GPG keyPieter Wuille
2012-06-19Revert "Update gitian descriptors to point at stable git repo"v0.6.3rc1v0.6.3Gavin Andresen
This reverts commit 1179f6373dfffdcb091576215cabe73c932df925.
2012-06-15Fix #956 the Boost 1.49 way.Matt Corallo
2012-06-15Upgrade to Boost 1.49 on Win32Matt Corallo
2012-06-14Merge branch '0.6.0.x' into 0.6.xLuke Dashjr
Conflicts: .gitignore src/bitcoinrpc.cpp src/main.cpp src/qt/bitcoingui.cpp src/ui_interface.h src/util.cpp
2012-06-14Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
Conflicts: src/main.h src/net.cpp src/serialize.h
2012-06-14Fix broken config filesMatt Corallo
2012-06-12Fix broken config filesMatt Corallo
2012-06-06Correct blockchain size in contrib/debian.Matt Corallo
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. (PARTIAL of 8f6111bb9cd598954e9634d9fe4500fcf5ae83de)
2012-06-02Update 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-23Use debhelper to install bitcoind.bash-completionChristian von Roques
2012-05-23Bash programmable completion for bitcoind(1)Christian von Roques