Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Merge pull request #3103 from gavinandresen/appbundle | Gavin Andresen | |
make appbundle target for OSX development | |||
2013-10-18 | Merge pull request #3101 from Diapolo/sendcoinsentry | Wladimir J. van der Laan | |
add SendCoinsEntry::updateLabel() function | |||
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. | |||
2013-10-15 | Merge pull request #3085 from super3/master | Gavin Andresen | |
Documentation Cleanup and Contrib Index | |||
2013-10-15 | Merge pull request #3086 from Michagogo/update-pgp | Gavin Andresen | |
Update michagogo's gitian pgp key, adding UIDs | |||
2013-10-15 | Merge pull request #3092 from laanwj/2013_10_remove_readme_qt | Gavin Andresen | |
doc: remove readme-qt.md | |||
2013-10-15 | Merge pull request #3083 from sipa/chainlocator | Gavin Andresen | |
CBlockLocator improvements & move to core | |||
2013-10-15 | doc: build with qt5 is currently not possible | Wladimir J. van der Laan | |
Add as a separate commit so that it can be easily reverted once Qt5 is supported again. | |||
2013-10-15 | doc: remove readme-qt.md | Wladimir J. van der Laan | |
Now that autotools is used as a build system there is nothing special about building the GUI anymore. Merge the salvageable parts into build-unix.md | |||
2013-10-15 | make BitcoinAmountField::setReadOnly() usable | Philip Kaufmann | |
- use it for secure payment-requests (this change allows a copy&paste of the amount and looks a little nicer than just a disabled GUI element) | |||
2013-10-15 | Merge pull request #3080 from Diapolo/sendcoins-paymentreq | Wladimir J. van der Laan | |
Bitcoin-Qt: misc changes for sendcoins and paymentsever | |||
2013-10-15 | Merge pull request #3093 from Diapolo/printf_format | Wladimir J. van der Laan | |
replace %zu with %"PRIszu" macro to prevent compiler warnings | |||
2013-10-15 | replace %zu with %"PRIszu" macro to prevent compiler warnings | Philip Kaufmann | |
2013-10-15 | Merge pull request #2924 from sje397/TrafficGraph | Wladimir J. van der Laan | |
[QT] Add network traffic graph to debug window | |||
2013-10-15 | Merge pull request #3091 from Diapolo/misc | Wladimir J. van der Laan | |
misc spelling / space / style fixes | |||
2013-10-15 | misc spelling / space / style fixes | Philip Kaufmann | |
2013-10-15 | clientmodel: remove 2 hard-coded values, use CChainParams instead | Philip Kaufmann | |
2013-10-15 | Move CBlockLocator to core.h | Pieter Wuille | |
As CBlockLocator is a P2P data structure, and independent from the validation logic, it can be moved to core. | |||
2013-10-15 | Reimplement CBlockLocator's chain-related logic in CChain. | Pieter Wuille | |
This removes a few unused CBlockLocator methods, and moves the construction and fork-finding logic to CChain (which can do these more efficiently, as it has a height-indexable chain available). It also makes CBlockLocator independent from the validation code. | |||
2013-10-15 | Avoid core dump if rpc port is in use. | Gavin Andresen | |
The cleanup code needs to check for NULL rpcworkers thread group. | |||
2013-10-14 | Merge pull request #3077 from sipa/chain | Gavin Andresen | |
Refactor/encapsulate chain globals into a CChain class | |||
2013-10-14 | Merge pull request #2933 from sipa/leveldb113 | Gavin Andresen | |
Merge upstream LevelDB 1.13 | |||
2013-10-14 | Merge pull request #3089 from gmaxwell/hsport | Gavin Andresen | |
[doc] Add testnet hidden service port to the example tor config. | |||
2013-10-14 | [doc] Add testnet hidden service port to the example tor config. | Gregory Maxwell | |
Seems like there are a lot of advertised testnet HS nodes that don't actually work. Lack of the testnet port on the example HS config might be one reason. | |||
2013-10-14 | Add network traffic graph | Scott Ellis | |
2013-10-13 | Merge pull request #2937 | Pieter Wuille | |
971bb3e Added ping time measurement. New RPC "ping" command to request ping. Implemented "pong" message handler. New "pingtime" field in getpeerinfo, to provide results to user. New "pingwait" field, to show pings still in flight, to better see newly lagging peers. (Josh Lehan) | |||
2013-10-12 | comment explaining new wallet format for key/wkey entries | phantomcircuit | |
2013-10-12 | Documentation Cleanup in /Doc | super3 | |
Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers. | |||
2013-10-12 | Update michagogo's gitian pgp key, adding UIDs | Micha | |
2013-10-11 | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille | |
2013-10-11 | Merge pull request #3081 from Diapolo/silence_compiler | Wladimir J. van der Laan | |
prevent compiler redefinition warnings | |||
2013-10-11 | prevent compiler redefinition warnings | Philip Kaufmann | |
- I observed a massive amount of redefinition warnings after #3071, which are silenced by this patch - uses the same style as we do in other places, where we define _WIN32_WINNT | |||
2013-10-11 | don't touch addressbook when using secure payment-requests | Philip Kaufmann | |
- fixes #3006 by preventing addressbook changes when using secure payment-requests sq | |||
2013-10-11 | paymentserver: use own HTML-esc / add new header const | Philip Kaufmann | |
- make processPaymentRequest() use our own HTML-escaping function from GUIUtil - make string "application/bitcoin-payment" a constant (below similar constant strings in the .cpp file) | |||
2013-10-11 | sendcoinsdialog: display real failed address string | Philip Kaufmann | |
- display the real string (faulty address), which causes the valid address check to fail, instead of a stringified "nonsense" CBitcoinAddress | |||
2013-10-11 | sendcoinsentry: small clear() and setValue() changes | Philip Kaufmann | |
- clear(): clear all UI elements (for secure and insecure payments) - setValue(): only modify UI elements, which need to be set (for secure or insecure payments) | |||
2013-10-11 | Merge pull request #3071 from gavinandresen/windows_h | Wladimir J. van der Laan | |
Remove include of windows.h from allocators.h |