604 Commits (15a8590ecf6610387502be14d26657cb154d6201)

Author SHA1 Message Date
Ang Iong Chun 1615c14756 add zh_TW locale 13 years ago
Chris Moore 2989b462a5 Add English translation to fix plural(s). 13 years ago
Clark Gaebel f873b84d6e Added simple critical section test cases. 13 years ago
p2k 6eaa1b36fc Mac Deployment Script 13 years ago
Clark Gaebel 3083cf100a Cleaned up the critical section macros. 13 years ago
Jeff Garzik 02d630c37f Remove vladimir's DNS seed, at his request. 13 years ago
Wladimir J. van der Laan 8d3e1becf0 Save translators some work 13 years ago
Matt Corallo 472bbb750c Update openssl to 1.0.0e. 13 years ago
Matt Corallo 5f2e76b8c7 Optionally include additional QT plugins when required to build. 13 years ago
Matt Corallo 0767e69199 Add returns to avoid annoying compile-time warnings. 13 years ago
Matt Corallo 25a9a1f62b Only define __STDC_LIMIT_MACROS if not already defined. 13 years ago
Wladimir J. van der Laan 5c92622ad6 Translation lookup logic improvements 13 years ago
Wladimir J. van der Laan 3a30f34f1a Revert "translation fixes" 13 years ago
Wladimir J. van der Laan f86ecd4a06 translation fixes 13 years ago
Nils Schneider 38a9edba20 update translations: nb, es_CL (from transifex) 13 years ago
Nick Bosma 7298ebb432 Added Caps Lock check and warning at askpassphrasedialog. 13 years ago
cjdelisle 1e5f939381 Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be disregarded. 13 years ago
Gavin Andresen e44a00ae0d bitcoind does not need to link with gthread-2.0 13 years ago
Luke Dashjr a1e0bb5a09 Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally 13 years ago
Gavin Andresen b50ac8f73e Mac OSX release process changes 13 years ago
Alex B 53f21f6ee7 Added Spanish translation for qt 13 years ago
Wladimir J. van der Laan d85f245800 Add alt-1..alt-5 shortcut to switch between tabs 13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Wladimir J. van der Laan d934e7e3dd Make "Quit" menu saner 13 years ago
Luke Dashjr b4d0588d06 Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed 13 years ago
Gavin Andresen 94eaab7710 Bump version to 0.5.0.0 13 years ago
Gavin Andresen 0b3f3657c8 Remove old wx translations, updated qt translations 13 years ago
Gavin Andresen c1131a28ad Remove ui_res from makefiles 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago
Luke Dashjr 903a255836 Bugfix: "bits" should be a hex-string, not a number (that just doesn't make sense) 13 years ago
Victor Leschuk b95e6376d0 Fix for 64bit build 13 years ago
David Joel Schwartz ae81b82fb8 Use C's const char* for status strings rather than C++'s std::string, which is slower 13 years ago
Gavin Andresen 9e5322d23a Fix miner_test unit test bug 13 years ago
Gavin Andresen 4ffbdcc0f5 Auto-build dependencies 13 years ago
Gavin Andresen e9e7bb968b Update mac Makefile and build instructions to use MacPorts 13 years ago
Luke Dashjr 3552497ae5 Send "Connection: close" HTTP header with JSON-RPC requests (client) 13 years ago
David Joel Schwartz 514b18722a Remove 2 second sleep from CheckWork 13 years ago
Luke Dashjr 65ba3e2f50 Bugfix: report error creating ThreadSocketHandler thread just like the rest 13 years ago
Luke Dashjr a4e6ae101a Only GetAdjustedTime once for the retry loop 13 years ago
Gavin Andresen 3504801778 Declare integer constant LL 13 years ago
Nils Schneider 74567f7ef1 remove code that reads addr.txt in LoadAddreses() 13 years ago
Forrest Voight 074d584a04 Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution 13 years ago
Wladimir J. van der Laan 2f7f2a5fca remove possibility of 63 bit overflow in ParseMoney 13 years ago
Wladimir J. van der Laan 608dacf689 only install translator when not empty 13 years ago
Nils Schneider 452506fc41 simpler ByteReverse 13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Wladimir J. van der Laan 20091df725 Add assertion size>0 to MedianFilter 13 years ago
Wladimir J. van der Laan a8b95ce6ed use median filter for peer-reported reported number of blocks 13 years ago
Nils Schneider f8acc29fca deprecate midstate and hash1 in getwork 13 years ago
Nils Schneider eec44dad17 remove deprecated RPCs 13 years ago