aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-03Merge git://github.com/p2k/bitcoin-qtGavin Andresen
2011-11-02Mac Deployment Scriptp2k
2011-10-31Remove vladimir's DNS seed, at his request.Jeff Garzik
2011-10-29Save translators some workWladimir J. van der Laan
2011-10-25Update openssl to 1.0.0e.Matt Corallo
2011-10-25Optionally include additional QT plugins when required to build.Matt Corallo
2011-10-25Add returns to avoid annoying compile-time warnings.Matt Corallo
2011-10-25Only define __STDC_LIMIT_MACROS if not already defined.Matt Corallo
2011-10-24Merge pull request #586 from cjdelisle/hardening-bug-workaroundGavin Andresen
2011-10-23Translation lookup logic improvementsWladimir J. van der Laan
2011-10-23Revert "translation fixes"Wladimir J. van der Laan
2011-10-23translation fixesWladimir J. van der Laan
2011-10-22update translations: nb, es_CL (from transifex)Nils Schneider
2011-10-16Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be...cjdelisle
2011-10-15Merge pull request #583 from laanwj/qt3Wladimir J. van der Laan
2011-10-11Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-10-10Merge pull request #578 from luke-jr/bitcoind_build_improvementsGavin Andresen
2011-10-10bitcoind does not need to link with gthread-2.0Gavin Andresen
2011-10-10Allow users to customize CXX, CXXFLAGS, and LDFLAGS normallyLuke Dashjr
2011-10-10Merge pull request #577 from paraipanakos/masterGavin Andresen
2011-10-10Merge pull request #576 from luke-jr/bitcoind_build_improvementsGavin Andresen
2011-10-10Mac OSX release process changesGavin Andresen
2011-10-09Added Spanish translation for qtAlex B
2011-10-09Add alt-1..alt-5 shortcut to switch between tabsWladimir J. van der Laan
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k
2011-10-09Make "Quit" menu sanerWladimir J. van der Laan
2011-10-09Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-10-09Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ...Luke Dashjr
2011-10-09Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2011-10-09Merge pull request #573 from luke-jr/bugfix_bits_stringGavin Andresen
2011-10-08Bump version to 0.5.0.0Gavin Andresen
2011-10-08Remove old wx translations, updated qt translationsGavin Andresen
2011-10-07Remove ui_res from makefilesGavin Andresen
2011-10-07Fix build on windows and macGavin Andresen
2011-10-06Bugfix: "bits" should be a hex-string, not a number (that just doesn't make s...Luke Dashjr
2011-10-06Fix for 64bit buildVictor Leschuk
2011-10-06Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delayGavin Andresen
2011-10-05Use C's const char* for status strings rather than C++'s std::string, which i...David Joel Schwartz
2011-10-05Fix miner_test unit test bugGavin Andresen
2011-10-05Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoinGavin Andresen
2011-10-05Auto-build dependenciesGavin Andresen
2011-10-05Update mac Makefile and build instructions to use MacPortsGavin Andresen
2011-10-05Merge pull request #545 from tcatm/remove-addr.txtGavin Andresen
2011-10-05Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoinGavin Andresen
2011-10-05Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_...Gavin Andresen
2011-10-05Merge pull request #561 from luke-jr/optimize_conn_adjtimeGavin Andresen
2011-10-05Send "Connection: close" HTTP header with JSON-RPC requests (client)Luke Dashjr
2011-10-04Remove 2 second sleep from CheckWorkDavid Joel Schwartz
2011-10-03Bugfix: report error creating ThreadSocketHandler thread just like the restLuke Dashjr
2011-10-03Only GetAdjustedTime once for the retry loopLuke Dashjr