2573 Commits (da986f793d839d63692aa8b497f42c30fd584c66)

Author SHA1 Message Date
Philip Kaufmann b9763faf12 translations update 2013-05-04 11 years ago
Philip Kaufmann 110257a631 small init.cpp changes (strings / Winsock init) 11 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 11 years ago
Gavin Andresen 1f00f4e9c9 CreateTransaction: return strFailReason on failure 11 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 11 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 11 years ago
Jonas Schnelli 367491df9d osx: show testnet icon in dock as early as possible 11 years ago
Gavin Andresen bce697d7fa Remove implementation of disabled opcodes 11 years ago
Jonas Schnelli b357a71cfa clear path cache after getting a proper config file (fixes #2605) 11 years ago
Gavin Andresen 2f15e86a68 Do not write to wallet during LoadWallet 11 years ago
Gavin Andresen d605bc4cd1 Exit cleanly if AppInit2 returns false 11 years ago
Pieter Wuille a9d9f0f5f7 Do not kill connections on recv buffer overflow 11 years ago
Pieter Wuille 2aceeb01a9 Bugfix: if no bestblock record is present, do a -rescan 11 years ago
Pieter Wuille e31aa7c9d7 Improve gettxoutsetinfo command 11 years ago
Jeff Garzik 9f4976afe2 RPC: strictly require HTTP URI "/" 11 years ago
Pieter Wuille 788064dd12 Don't announce to non-peer CNodes 11 years ago
David Serrano ebd7e8bf91 Accept negative -par values to leave N CPUs free. 11 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 11 years ago
Pieter Wuille 551b367f19 Allow files to be opened for reading multiple times 11 years ago
Wladimir J. van der Laan d23fa49c52 move WSAStartup to init 11 years ago
Pieter Wuille 20d6f2013b Checking whether closing succeeds 11 years ago
Pieter Wuille 67efbda4a2 Print actual Win32 error that occurred on file creation failure. 11 years ago
Tariq Bashir 6e34d9b12a Prevent prevent file descriptor leak in ShrinkDebugFile() 11 years ago
Wladimir J. van der Laan fe9e88cb06 fix !O_NONBLOCK where ~O_NONBLOCK was meant 11 years ago
Wladimir J. van der Laan dffb535ead qt: remove fee recommendation in settings 11 years ago
Wladimir J. van der Laan 1a31428ec0 qt: remove extraneous padding introduced in multiwallet support patch 11 years ago
Pieter Wuille 33912d1f23 Allow select()ing up to 1024 file descriptors on Windows 11 years ago
Pieter Wuille 360cfe142c Allow the default key to be unavailable 11 years ago
Philip Kaufmann 9e334cfae3 translations update 2013-04-25 11 years ago
Philip Kaufmann 46fd626b21 small updates for walletview.cpp 11 years ago
Pieter Wuille ccda03b570 Remove database/ after clean shutdown 11 years ago
Pieter Wuille 1859aafef0 Try moving database/ away in case of failure 11 years ago
Philip Kaufmann e79110822e remove duplicate bitdb.Open() code from init 11 years ago
Pieter Wuille 2233fc5318 Reduce number of open LevelDB files to 64 11 years ago
Pieter Wuille 97e7901a3a Do not invoke DoS for non-canonical sigs 11 years ago
Jonas Schnelli e790d47785 new toolbar icon for liunx/win fix #2518 11 years ago
Jonas Schnelli f9124587cc new splash screen 11 years ago
Calvin Owens e74fbca1c2 Add comments to UNIX Makefile regarding USE_UPNP 11 years ago
Jonas Schnelli 4d17a1b0c2 fix: GUI Disappearing #1522 (Mac OSX) 11 years ago
Philip Kaufmann a26811ebdf embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts) 11 years ago
Philip Kaufmann 41fdc1cad1 overviewpage: make some code Qt5 compatible 11 years ago
Philip Kaufmann d9d6c7d936 bitcoingui: remove 2 unneeded includes 11 years ago
Philip Kaufmann e9abeac204 bitcoin: use static QApplication:: instead of app. 11 years ago
Philip Kaufmann 99ae01234d aboutdialog: use just "The Bitcoin developers" as tr()-string 11 years ago
Wladimir J. van der Laan e83a90f127 qt: register metatype for bool* 11 years ago
Pieter Wuille 20d0810f30 Require strictly-standard encodings in mempool 11 years ago
Wladimir J. van der Laan 45155d3010 qt: move export button to tabs 11 years ago
Pieter Wuille 1657c4bc49 Use a uint256 for bnChainWork 11 years ago
Wladimir J. van der Laan 212b42c623 qt: don't show rpcconnect command line option in help 11 years ago
Jonas Schnelli 5ab27b32a2 new testnet window .ico file 11 years ago