Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-21 | fix OpenSSL not written as proper noun in some comments | Philip Kaufmann | |
2012-07-19 | re-size addressbookpage.ui to fix #1062 | Philip Kaufmann | |
2012-07-18 | Merge pull request #1610 from fanquake/master | Jeff Garzik | |
Update a link to dev resources | |||
2012-07-19 | Update a link | fanquake | |
2012-07-18 | Let the comment in GetBlockValue() reflect the uncertainty about the time ↵ | Rune K. Svendsen | |
interval between subsidy reductions | |||
2012-07-17 | Merge pull request #1605 from laanwj/2012_07_caseinsensitivesort | Wladimir J. van der Laan | |
Make sort and filters for transactions and labels case-insensitive | |||
2012-07-17 | Merge branch 'master' of git://github.com/fanquake/bitcoin | Gavin Andresen | |
2012-07-17 | New feature for signrawtransaction: specify signature hash (ALL/NONE/etc) | Gavin Andresen | |
2012-07-17 | Give a better error message than 'type mismatch' for complex JSON arguments | Gavin Andresen | |
2012-07-17 | Make sort and filters for transactions and labels case-insensitive | Wladimir J. van der Laan | |
2012-07-17 | Merge pull request #1604 from Diapolo/fix_comment_net | Wladimir J. van der Laan | |
fix a comment in net.cpp | |||
2012-07-17 | fix a comment in net.cpp | Philip Kaufmann | |
2012-07-17 | IPC-server hardening and update | Philip 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-16 | Merge pull request #1591 from Diapolo/lang_sel_Qt4.8 | Wladimir J. van der Laan | |
enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8 | |||
2012-07-16 | Merge branch 'fix-commandline-warnings' of git://github.com/muggenhor/bitcoin | Gavin Andresen | |
2012-07-16 | Teach RenameThread to work on OSX | Gavin Andresen | |
2012-07-17 | Give the GUI-IPC thread a name as well | Giel van Schijndel | |
Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2012-07-17 | Don't check for __linux__ specifically, check for PR_SET_NAME feature instead | Giel van Schijndel | |
Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2012-07-17 | Add support for renaming FreeBSD and OpenBSD threads | Giel 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-17 | Fix thread names after review | Giel 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-17 | Give threads a recognisable name to aid in debugging | Giel 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-17 | Use linker-arguments only when linking | Giel 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-14 | Merge pull request #1592 from Diapolo/Qt_WindowTitle | Wladimir J. van der Laan | |
change Window title to "Bitcoin - Wallet" / misc related renames | |||
2012-07-14 | Merge pull request #1587 from Diapolo/signverifymessagedialog | Wladimir J. van der Laan | |
fix a wrong string in signverifymessagedialog.ui | |||
2012-07-14 | Merge pull request #1593 from Diapolo/testnet_icon_about | Wladimir J. van der Laan | |
when on testnet, set testnet icon for about dialog | |||
2012-07-14 | Correct OpenSSL in makefile | fanquake | |
1.0.0d -> 1.0.1b | |||
2012-07-13 | Merge branch 'chashwriter' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-07-13 | Merge pull request #1575 from laanwj/2012_07_persistentbalancecheck | Wladimir J. van der Laan | |
(UI) Persistently poll for balance change when number of blocks changed | |||
2012-07-13 | change Window title to "Bitcoin - Wallet" / misc related renames | Philip 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-13 | when on testnet, set testnet icon for about dialog | Philip Kaufmann | |
- add a comment | |||
2012-07-13 | enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8 | Philip Kaufmann | |
2012-07-12 | Bug fix: sendrawtransaction was not relaying properly | Gavin Andresen | |
2012-07-12 | optionsmodel cleanup | Philip 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-12 | fix a wrong string in signverifymessagedialog.ui | Philip Kaufmann | |
2012-07-11 | Merge pull request #1497 from luke-jr/bugfix_neguint | Gregory Maxwell | |
CBigNum: Convert negative int64 values in a more well-defined way | |||
2012-07-11 | Reorder dnsseed list, Jeff's seed list is static so put it last. | Gregory Maxwell | |
Because new nodes pull from the first connected node the load balancing of the first connection is more important than it should be. This change puts Pieter's seed first, because its probably the best maintained right now. | |||
2012-07-11 | fix some recently added translation plurals | Philip Kaufmann | |
2012-07-11 | Translation strings update | Wladimir J. van der Laan | |
2012-07-11 | Persistently poll for balance change when number of blocks changed | Wladimir J. van der Laan | |
Fixes #1452. Until we can make the logic water-tight *and* are notified in every case the balance might have changed, remove the premature optimization and simply recompute the balance every half a second when the number of blocks changed. | |||
2012-07-10 | Merge pull request #1569 from Diapolo/addressbookpage | Wladimir J. van der Laan | |
replace some ugly code in addressbookpage.cpp | |||
2012-07-09 | Fix Qt build on OSX | Gavin Andresen | |
Compiling boost::interprocess::message_queue against boost 1.50 macports with -arch i386 (how releases are built, for minimum download size and maximum compatibility) is failing: src/qt/qtipcserver.cpp:37: error: no matching function for call to ‘boost::interprocess::message_queue_t<boost::interprocess::offset_ptr<void, int, long unsigned int, 0u> >::timed_receive(char (*)[257], long unsigned int, size_t&, unsigned int&, boost::posix_time::ptime&)’ This is probably a boost or macports bug, but since interprocess::message_queue is only used for URI support, which isn't implemented on OSX anyway, I fixed the build by #ifdef'ing out that code. | |||
2012-07-08 | replace some ugly code in addressbookpage.cpp | Philip Kaufmann | |
- add signals signMessage() and verifyMessage() in addressbookpage.cpp - connect to them in bitcoingui.cpp to switch to the corresponding tab in the Sign/Verify Message dialog - make gotoSignMessageTab() and gotoVerifyMessageTab() private slots | |||
2012-07-08 | Merge pull request #1464 from Diapolo/GUI_showSSLVersion | Wladimir J. van der Laan | |
GUI: show used OpenSSL library version in debug window | |||
2012-07-07 | CHashWriter that does SHA256 in-place during serialization | Pieter Wuille | |
2012-07-07 | show used OpenSSL library version in debug window | Philip Kaufmann | |
2012-07-07 | fix typo in optionsmodel.cpp | Philip Kaufmann | |
2012-07-07 | Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's ↵ | Douglas Huff | |
socks5 proxy and tor's .2.3.x branch. | |||
2012-07-07 | Merge pull request #1469 from Diapolo/signverifymessagedialog | Wladimir J. van der Laan | |
GUI: merge sign/verify message into a single window with tabbed UI | |||
2012-07-07 | Merge pull request #1518 from Diapolo/qrcodedialog | Wladimir J. van der Laan | |
update QRCodeDialog | |||
2012-07-07 | Merge pull request #1552 from Diapolo/txdesc | Wladimir J. van der Laan | |
GUI: enhance translation possibilities in TransactionDesc / misc other changes |