Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-23 | qt: rework "receive coins" workflow | Wladimir J. van der Laan | |
2013-10-22 | Merge pull request #3129 from Diapolo/rem-dup-helpmsg | Wladimir J. van der Laan | |
remove duplicate -rpcsslciphers help message from init | |||
2013-10-22 | remove duplicate -rpcsslciphers help message from init | Philip Kaufmann | |
2013-10-22 | Merge pull request #3123 from super3/master | Wladimir J. van der Laan | |
Prettify some /Contrib READMEs | |||
2013-10-22 | Merge pull request #3127 from jgarzik/smells-like-json-spirit | Jeff Garzik | |
Revert recent json-spirit changes | |||
2013-10-22 | Merge pull request #3082 from laanwj/2013_10_rpccli3 | Wladimir J. van der Laan | |
Add separate bitcoin-rpc client | |||
2013-10-22 | Revert "JSON Spirit updated to v4.06" | Jeff Garzik | |
This reverts commit 2227389fa8fa1b9ff19234838fc7b641e935125b. | |||
2013-10-22 | Revert "Switch to using raw_utf8" | Jeff Garzik | |
This reverts commit 2ecb7555a9df1e843fd25f588819e4ca1d94b266. | |||
2013-10-22 | Merge pull request #2740 from constantined/constantined | Gavin Andresen | |
UTF-8 support for JSON-RPC | |||
2013-10-22 | Merge pull request #3125 from Diapolo/splash_testnet | Wladimir J. van der Laan | |
splashscreen: use TestNet() instead of unneeded string processing | |||
2013-10-22 | splashscreen: use TestNet() instead of unneeded string processing | Philip Kaufmann | |
2013-10-21 | Merge pull request #2738 from jgarzik/op_return | Gavin Andresen | |
Relay OP_RETURN data TxOut as standard transaction type. | |||
2013-10-22 | Merge branch 'bugfix_unknownoutputs' of git://github.com/luke-jr/bitcoin | Gavin Andresen | |
Conflicts: src/wallet.cpp Fixed LogPrint/printf merge conflict. | |||
2013-10-21 | Prettify some /Contrib READMEs | super3 | |
SYN Remove Dead Readme-Qt Links. | |||
2013-10-21 | Merge pull request #2929 from Krellan/addrlocal | Wladimir J. van der Laan | |
Additional field to RPC getpeerinfo output: addrlocal | |||
2013-10-21 | Adding new "addrlocal" field to RPC getpeerinfo. | Josh Lehan | |
The existing CNode::addrLocal member is revealed to the user, as an address string, similar to the existing "addr" field. Instead of showing garbage or empty string, it simply will not appear in the output if local address not known yet. | |||
2013-10-21 | Add separate bitcoin-rpc client | Wladimir J. van der Laan | |
This adds an executable `bitcoin-rpc` that only serves as a Bitcoin RPC client. The commit does not remove RPC functionality from the `bitcoind` yet, this functionality should be deprecated but is left for a later version to give users some time to switch. | |||
2013-10-20 | Merge pull request #3104 from Diapolo/rpcssl-defaultciphers | Gavin Andresen | |
update default -rpcsslciphers to include TLSv1.2 | |||
2013-10-20 | Merge pull request #3074 from laanwj/2013_10_remove_default_key_1 | Gavin Andresen | |
Remove automatic update of default key | |||
2013-10-20 | Merge pull request #2840 from sipa/nosendlock | Gavin Andresen | |
Allow SendMessages to run partially without cs_main | |||
2013-10-20 | Merge pull request #3046 from sarchar/lockedpage-change | Gavin Andresen | |
Changing LockedPageManager to use a managed instance | |||
2013-10-20 | Merge pull request #3117 from gavinandresen/debuglockprint | Gavin Andresen | |
Make -DDEBUGLOCKORDER + -debug less noisy | |||
2013-10-20 | Merge pull request #3119 | Pieter Wuille | |
db0e8cc Bump Year Number to 2013 (super3) | |||
2013-10-20 | Bump Year Number to 2013 | super3 | |
2013-10-20 | Merge pull request #3108 from Diapolo/paymentserver_style | Wladimir J. van der Laan | |
paymentserver: style fixes / cleanup | |||
2013-10-20 | Merge pull request #3109 from laanwj/2013_10_remove_walletstack | Wladimir J. van der Laan | |
qt: merge walletstack and walletframe | |||
2013-10-20 | Changing LockedPageManager to use a managed instance | Chuck | |
This ensures the allocator is ready no matter when it's needed (as some STL implementations allocate in constructors -- i.e., MSVC's STL in debug builds). Using boost::call_once to guarantee thread-safe static initialization. Adding some comments describing why the change was made. Addressing deinitialization of the LockedPageManager object by initializing it in a local static initializer and adding an assert in the base's destructor. | |||
2013-10-19 | Merge pull request #3106 from super3/master | Gavin Andresen | |
Added better WalletTools description. | |||
2013-10-19 | Merge pull request #2945 from gmaxwell/fee-logic_encourage_sweeping | Gavin Andresen | |
[Fee logic] Don't count txins for priority to encourage sweeping. | |||
2013-10-19 | Merge pull request #2884 from gavinandresen/canonicalsizes2 | Gavin Andresen | |
Reject non-canonically-encoded CompactSize | |||
2013-10-19 | Merge pull request #3008 from gavinandresen/CENTrule | Gavin Andresen | |
Two small free transaction policy changes | |||
2013-10-20 | Make -DDEBUGLOCKORDER + -debug less noisy | Gavin Andresen | |
Print out every mutex lock/unlock if compiled -DDEBUGLOCKORDER only if -debug=lock is set. | |||
2013-10-19 | qt: remove awkward way of setting GUI pages | Wladimir J. van der Laan | |
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui. Because of this, the actions for the pages had to be exposed on the BitcoinGUI object. | |||
2013-10-19 | paymentserver: style fixes / cleanup | Philip Kaufmann | |
- rename reportError() into message() to be in line with our default message() signal/slot naming (and can be used for all types of messages) - rename some QStrings to not collide with message() function - add a missing message for malformed URIs that IS also used in BitcoinGUI - fix / extend some comments and misc style fixes | |||
2013-10-18 | Merge pull request #3103 from gavinandresen/appbundle | Gavin Andresen | |
make appbundle target for OSX development | |||
2013-10-18 | qt: merge walletstack and walletframe | Wladimir J. van der Laan | |
There were too many levels of indirection here, and the functionality of walletframe and walletstack can easily be merged. This commit merges the two which cuts a lot of lines of boilerplate code. | |||
2013-10-18 | Merge pull request #3101 from Diapolo/sendcoinsentry | Wladimir J. van der Laan | |
add SendCoinsEntry::updateLabel() function | |||
2013-10-17 | Added better WalletTools description. | super3 | |
2013-10-17 | update default -rpcsslciphers to include TLSv1.2 | Philip Kaufmann | |
- this extends the accepted ciphersuites with TLSv1.2 ones - also removes !AH, as I could not find documentation on it and the change did not result in a changed ciphersuite list (checked via openssl ciphers -v) - closes #3096 (which also contains more details) | |||
2013-10-17 | Merge pull request #3084 from Diapolo/clientmodel | Wladimir J. van der Laan | |
clientmodel: remove 2 hard-coded values, use CChainParams instead | |||
2013-10-16 | Merge pull request #2981 from gmaxwell/tor2onion | Gavin Andresen | |
Rename -tor to -onion to better reflect what it does. | |||
2013-10-16 | Merge pull request #2950 from pstratem/walletload | Gavin Andresen | |
Walletload | |||
2013-10-16 | Merge pull request #2645 from sipa/inlinesighash | Gavin Andresen | |
Inline signature serializer | |||
2013-10-16 | add SendCoinsEntry::updateLabel() function | Philip Kaufmann | |
- makes the code for updating a label reusable - no functional changes | |||
2013-10-16 | Merge pull request #3098 from super3/master | Wladimir J. van der Laan | |
Finished /Contrib Index. Standardized READMEs. | |||
2013-10-15 | Merge pull request #3069 from Diapolo/fix_addressbook | Wladimir J. van der Laan | |
don't touch addressbook when using secure payment-requests | |||
2013-10-15 | Merge pull request #3094 from Diapolo/btcamountfield | Gavin Andresen | |
make BitcoinAmountField::setReadOnly() usable | |||
2013-10-15 | Finished /Contrib Index. Standardized READMEs. | super3 | |
File and Link Fix. | |||
2013-10-15 | Merge pull request #3097 from super3/master | Gavin Andresen | |
Broken Link in /Doc README | |||
2013-10-15 | Broken Link in /Doc README | Shawn Wilkinson | |
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README. |