Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |
2013-09-03 | Merge pull request #2944 from gavinandresen/acceptheader | Gavin Andresen | |
Set Accept: application/bitcoin-paymentrequest header | |||
2013-09-02 | Merge pull request #2948 from jgarzik/changeaddr | Gregory Maxwell | |
RPC: add getrawchangeaddress, for raw transaction change destinations | |||
2013-09-02 | Merge pull request #2958 from laanwj/2013_08_txfee2 | Wladimir J. van der Laan | |
[Qt] Display txfee in first sendCoinsDialog message box | |||
2013-09-02 | Merge pull request #2967 from tstranex/master | Pieter Wuille | |
Fix typo in a comment: it's base58, not base48. | |||
2013-09-02 | Fix typo in a comment: it's base58, not base48. | Timothy Stranex | |
2013-09-02 | Merge pull request #2951 from laanwj/2013_08_addressbook_purpose | Wladimir J. van der Laan | |
[Qt] Handle address purpose in incremental updates | |||
2013-09-02 | Merge pull request #2963 from Diapolo/log-qt | Wladimir J. van der Laan | |
Bitcoin-Qt: allow to differentiate Qt log entries from core | |||
2013-08-31 | Bitcoin-Qt: allow to differentiate Qt log entries from core | Philip Kaufmann | |
- prepend "Bitcoin-Qt" in front of debug.log entries, which come from Qt - move DebugMessageHandler installation upwards to the event handler installation, which fits much better | |||
2013-08-31 | qt: Display txfee in first sendCoinsDialog message box | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-08-30 | Merge pull request #2959 from jmcorgan/fix-typo | Pieter Wuille | |
fix the typo fix in linearize.py | |||
2013-08-30 | fix the typo fix in linearize.py | Johnathan Corgan | |
2013-08-30 | Merge pull request #2957 from Rav3nPL/patch-1 | Wladimir J. van der Laan | |
fix help prompt | |||
2013-08-30 | fix help prompt | Rav3nPL | |
2013-08-30 | Merge pull request #2955 from laanwj/2013_08_htmlescape | Wladimir J. van der Laan | |
qt: Use GUIUtil::HtmlEscape to escape HTML | |||
2013-08-30 | qt: Use GUIUtil::HtmlEscape to escape HTML | Wladimir J. van der Laan | |
This is why we created this function. Avoids some #ifdef. | |||
2013-08-30 | contrib/misc/mkbootstrap: rename to linearize.py | Jeff Garzik | |
2013-08-30 | Merge branch 'mkbootstrap' | Jeff Garzik | |
2013-08-30 | Add "mkbootstrap" script to contrib, for creating bootstrap.dat. | Jeff Garzik | |
2013-08-30 | qt: Add comment to sorting step in refreshAddressTable | Wladimir J. van der Laan | |
2013-08-29 | Merge pull request #2930 from Diapolo/displayUnit | Wladimir J. van der Laan | |
Bitcoin-Qt: fixes for using display unit from options | |||
2013-08-29 | qt: Handle address purpose in incremental updates | Wladimir J. van der Laan | |
Correctly use the purpose of addresses that are added after the start of the client. Addresses with purpose "refund" and "change" should not be visible in the GUI. This is now handled correctly. | |||
2013-08-29 | Merge pull request #2940 from Diapolo/checkpoint | Pieter Wuille | |
move Checkpoints:fEnabled from step 2 to step 3 in init | |||
2013-08-29 | Bitcoin-Qt: fixes for using display unit from options | Philip Kaufmann | |
- extend PaymentServer with setOptionsModel() and rework initNetManager() to make use of that - fix all other places in the code to use display unit from options and no hard-coded unit | |||
2013-08-28 | RPC: add getrawchangeaddress, for raw transaction change destinations | Jeff Garzik | |
2013-08-28 | Merge pull request #2931 from Diapolo/intro | Wladimir J. van der Laan | |
Bitcoin-Qt: add testnet check and icon to intro dialog | |||
2013-08-28 | Merge pull request #2904 from gmaxwell/newaddr-no-passphrase | Gregory Maxwell | |
[QT] Don't ask for a passphrase to getnewaddress. | |||
2013-08-28 | Set Accept: application/bitcoin-paymentrequest header | Gavin Andresen | |
Suggestion from BitPay: set an Accept: HTTP header when fetching payment requests / payment ACKs. | |||
2013-08-25 | Merge pull request #2928 from jgarzik/cnb-txout | Jeff Garzik | |
CreateNewBlock / getblocktemplate cleaning | |||
2013-08-25 | Merge pull request #2938 from petertodd/op-reserved-weirdness | Gavin Andresen | |
Document and test OP_RESERVED weirdness | |||
2013-08-25 | miner: constify CreateNewBlock() arg scriptPubKeyIn | Jeff Garzik | |
2013-08-25 | Document and test OP_RESERVED weirdness | Peter Todd | |
Seems it was forgotten about when IsPushOnly() and the unittests were written. A particular oddity is that OP_RESERVED doesn't count towards the >201 opcode limit unlike every other named opcode. | |||
2013-08-25 | Merge pull request #2935 from sipa/obounds | Pieter Wuille | |
Fix out-of-bounds check | |||
2013-08-25 | move Checkpoints:fEnabled from step 2 to step 3 in init | Philip Kaufmann | |
- it belongs to parameter-to-internal flags step, not parameter interactions phase | |||
2013-08-24 | Merge pull request #2618 from fcicq/solaris-support | Jeff Garzik | |
Partial solaris support | |||
2013-08-24 | Merge pull request #2852 from petertodd/getblock-chainwork | Jeff Garzik | |
Add 'chainwork' to getblock | |||
2013-08-24 | Fix out-of-bounds check | Pieter Wuille | |
2013-08-24 | Bitcoin-Qt: add testnet check and icon to intro dialog | Philip Kaufmann | |
2013-08-23 | Merge pull request #2926 from Diapolo/model_checks | Wladimir J. van der Laan | |
Bitcoin-Qt: extend some checks for valid model pointers | |||
2013-08-24 | RPC: getblocktemplate does not require a key, to create a block template | Jeff Garzik | |
getblocktemplate only uses certain portions of the coinbase transaction, notably ignoring the coinbase TX output entirely. Use CreateNewBlock() rather than CreateNewBlockWithKey(), eliminating the needless key passing. Should be zero behavior changes. | |||
2013-08-24 | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik | |
rather than a key. CreateNewBlockWithKey() helper is added to restore existing functionality, making this an equivalent-transformation change. | |||
2013-08-23 | Remove fAllowReuse from GetKeyFromPool. | Gregory Maxwell | |
With the GUI password fix this was always false. | |||
2013-08-23 | [QT] Don't ask for a passphrase to getnewaddress. | Gregory Maxwell | |
With an encrypted wallet the GUI was prompting for a passphrase every time the user requested a new address. This is unnecessary, increases the exposure to keyboard sniffers, and discourages using fresh addresses for every transaction. Instead only prompt for a passphrase when the keypool runs out, also call the new address function with the flag that prevents reuse. Thanks to AlexNagy on IRC for pointing this out and who wouldn't take any lip from a curmudgeonly developer and insisted on what he knew to be true. | |||
2013-08-23 | Bitcoin-Qt: extend some checks for valid model pointers | Philip Kaufmann | |
2013-08-23 | Merge pull request #2872 from Diapolo/GUI_wallet | Wladimir J. van der Laan | |
Bitcoin-Qt: tweak Qt walletXXX.cpp/h code | |||
2013-08-23 | Bitcoin-Qt: tweak Qt walletXXX.cpp/h code | Philip Kaufmann | |
WalletView: - add new signal showNormalIfMinimized() - emit the new signal in handleURI() to fix a bug, preventing the main window to show up when using bitcoin: URIs WalletStack: - connect the showNormalIfMinimized() signal from WalletView with the showNormalIfMinimized() slot in BitcoinGUI - rework setCurrentWallet() to return a bool - add check for valid walletModel in addWallet() - add missing gui attribute initialisation in constructor WalletFrame: - remove unused or unneded class attributes gui and clientModel - add a check for valid clientModel in setClientModel() General: - small code formatting changes | |||
2013-08-22 | Merge pull request #2539 from gavinandresen/paymentrequest | Gavin Andresen | |
Payment Protocol Work | |||
2013-08-22 | Payment Protocol: X509-validated payment requests | Gavin Andresen | |
Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support. | |||
2013-08-21 | Merge pull request #2922 from Diapolo/translations | Wladimir J. van der Laan | |
translations update for 0.8.4 | |||
2013-08-22 | Route qDebug() messages to debug.log | Gavin Andresen | |