aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-23Typofanquake
2012-07-23Fix Typofanquake
2012-07-22Merge pull request #1621 from luke-jr/WinCOPYINGGavin Andresen
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
2012-07-22Replace all occurances of license.txt with COPYING, including naming the ↵Luke Dashjr
file COPYING.txt on Windows
2012-07-21Merge pull request #1616 from Diapolo/OpenSSL_typoJeff Garzik
fix OpenSSL not written as proper noun in some comments
2012-07-21fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann
2012-07-19Merge pull request #1611 from Diapolo/addressbookpage_sizeWladimir J. van der Laan
re-size addressbookpage.ui to fix #1062
2012-07-19re-size addressbookpage.ui to fix #1062Philip Kaufmann
2012-07-18Merge pull request #1610 from fanquake/masterJeff Garzik
Update a link to dev resources
2012-07-19Update a linkfanquake
2012-07-18Merge pull request #1609 from fanquake/masterJeff Garzik
Docs tidy up + fixes
2012-07-18Docs Tidy upfanquake
2012-07-18Merge pull request #1608 from runeksvendsen/masterGregory Maxwell
Update the comment in GetBlockValue() to better reflect the uncertainty about the time interval between subsidy reductions
2012-07-18Merge pull request #1563 from Diapolo/pro-fileWladimir J. van der Laan
update Boost version to 1.49 for Windows in the Qt project file
2012-07-18Let the comment in GetBlockValue() reflect the uncertainty about the time ↵Rune K. Svendsen
interval between subsidy reductions
2012-07-17Merge pull request #1605 from laanwj/2012_07_caseinsensitivesortWladimir J. van der Laan
Make sort and filters for transactions and labels case-insensitive
2012-07-17Merge branch 'master' of git://github.com/fanquake/bitcoinGavin Andresen
2012-07-17New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)Gavin Andresen
2012-07-17Give a better error message than 'type mismatch' for complex JSON argumentsGavin Andresen
2012-07-17Make sort and filters for transactions and labels case-insensitiveWladimir J. van der Laan
2012-07-17Merge pull request #1604 from Diapolo/fix_comment_netWladimir J. van der Laan
fix a comment in net.cpp
2012-07-17Merge pull request #1564 from Diapolo/IPC-serverWladimir J. van der Laan
IPC-server hardening and update
2012-07-17fix a comment in net.cppPhilip Kaufmann
2012-07-17IPC-server hardening and updatePhilip Kaufmann
- add IMPLEMENT_RANDOMIZE_STACK for ipcThread() - log / print boost interprocess exceptions - use MAX_URI_LENGTH in guiconstants.h (also used in qrcodedialog.cpp) - remove unneeded includes and ipcShutdown() from qtipcserver.cpp - fix a small mem-leak by deleting mq before re-using it - make ipcThread() and ipcThread2() static functions - add some more comments
2012-07-16Merge pull request #1591 from Diapolo/lang_sel_Qt4.8Wladimir J. van der Laan
enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8
2012-07-16Merge branch 'fix-commandline-warnings' of git://github.com/muggenhor/bitcoinGavin Andresen
2012-07-16Teach RenameThread to work on OSXGavin Andresen
2012-07-17Give the GUI-IPC thread a name as wellGiel van Schijndel
Signed-off-by: Giel van Schijndel <me@mortis.eu>
2012-07-17Don't check for __linux__ specifically, check for PR_SET_NAME feature insteadGiel van Schijndel
Signed-off-by: Giel van Schijndel <me@mortis.eu>
2012-07-17Add support for renaming FreeBSD and OpenBSD threadsGiel van Schijndel
NOTE: This is currently disabled, until a developer with FreeBSD/OpenBSD can confirm that this works (without causing undefined behaviour preferrably). Signed-off-by: Giel van Schijndel <me@mortis.eu>
2012-07-17Fix thread names after reviewGiel van Schijndel
* Fix wrong thread name for wallet *relocking* thread - Was named the unlocking thread * Use consistent naming Signed-off-by: Giel van Schijndel <me@mortis.eu>
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
NOTE: These thread names are visible in gdb when using 'info threads'. Additionally both 'top' and 'ps' show these names *unless* told to display the command-line instead of task name. Signed-off-by: Giel van Schijndel <me@mortis.eu>
2012-07-17Use linker-arguments only when linkingGiel van Schijndel
Passing linker-arguments when only compiling will cause warnings with Clang. This change fixes those. Signed-off-by: Giel van Schijndel <me@mortis.eu>
2012-07-14Merge pull request #1592 from Diapolo/Qt_WindowTitleWladimir J. van der Laan
change Window title to "Bitcoin - Wallet" / misc related renames
2012-07-14Merge pull request #1587 from Diapolo/signverifymessagedialogWladimir J. van der Laan
fix a wrong string in signverifymessagedialog.ui
2012-07-14Merge pull request #1593 from Diapolo/testnet_icon_aboutWladimir J. van der Laan
when on testnet, set testnet icon for about dialog
2012-07-14Correct OpenSSL in makefilefanquake
1.0.0d -> 1.0.1b
2012-07-13Merge pull request #1595 from fanquake/masterGavin Andresen
Correct OpenSSL version
2012-07-13Correct OpenSSL versionfanquake
2012-07-13Merge branch 'chashwriter' of https://github.com/sipa/bitcoinGavin Andresen
2012-07-13Merge pull request #1575 from laanwj/2012_07_persistentbalancecheckWladimir J. van der Laan
(UI) Persistently poll for balance change when number of blocks changed
2012-07-13change Window title to "Bitcoin - Wallet" / misc related renamesPhilip Kaufmann
- this helps user to not think our Client is called "Bitcoin Wallet" - change "About Bitcoin-Qt" to "About Bitcoin" - change "Bitcoin debug window" to "Bitcoin - Debug window" - change "Client" in debug Window to "Bitcoin Core"
2012-07-13when on testnet, set testnet icon for about dialogPhilip Kaufmann
- add a comment
2012-07-13enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8Philip Kaufmann
2012-07-12Bug fix: sendrawtransaction was not relaying properlyGavin Andresen
2012-07-12Merge pull request #1572 from Diapolo/optionsmodel_cleanupWladimir J. van der Laan
GUI: optionsmodel cleanup
2012-07-12optionsmodel cleanupPhilip Kaufmann
- cleanup optionsmodel before adding new proxy options - place SOCKS version stuff below proxy port (IP, Port, SOCKS version) - simplyfy some parts of the code (e.g. don't check IP and port, as this is done in optionsdialog anyway, remove unneeded {} in switch/case) - small cosmetic changes in the header for better readability
2012-07-12fix a wrong string in signverifymessagedialog.uiPhilip Kaufmann
2012-07-11Merge pull request #1584 from Diapolo/trans_procWladimir J. van der Laan
translation process file updates
2012-07-11Merge pull request #1497 from luke-jr/bugfix_neguintGregory Maxwell
CBigNum: Convert negative int64 values in a more well-defined way