aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-08-06build: add --with-qt-translationdir to configure for use with static qtCory Fields
2014-08-06build: Find the proper xcb/pcre dependenciesCory Fields
2014-08-06Merge pull request #4498Wladimir J. van der Laan
2887bff Update coding style and add .clang-format (Pieter Wuille)
2014-08-06qt: bitcoin_en update after 8d0d512Wladimir J. van der Laan
2014-08-06Merge pull request #4631Wladimir J. van der Laan
a409467 more Bitcoin -> Bitcoin Core string changes (Philip Kaufmann)
2014-08-06Merge pull request #4615Wladimir J. van der Laan
283a3b8 small ordering cleanup of init help message (Philip Kaufmann)
2014-08-06Merge pull request #4629Wladimir J. van der Laan
ead6737 [Qt] format ping times in peers tab as ms (Philip Kaufmann)
2014-08-05build: Fix windows configure when using --with-qt-libdirntrgn
fixes #4630 Github-Pull: #4633
2014-08-04more Bitcoin -> Bitcoin Core string changesPhilip Kaufmann
2014-08-04[Qt] format ping times in peers tab as msPhilip Kaufmann
- also align ping times to the right
2014-08-04Merge pull request #4606Wladimir J. van der Laan
bd0aa10 Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. (Doug)
2014-08-04Log "version" message IP addresses in client connect summaryJeff Garzik
The only other method of logging remote addresses is via -logips=1 -debug=net which increases the logged activity by 100x or more. Github-Pull: #4608 Amended-By: Wladimir J. van der Laan <laanwj@gmail.com>
2014-08-04Merge pull request #4598Wladimir J. van der Laan
e59441f Process fee estimate file into temporary vector first to let sanity checking complete. (Alex Morcos) 961ae93 Fix minor bug which only affected log messages. (Alex Morcos) 17f1567 Fixed a bug with index bounds checking (Alex Morcos)
2014-08-04qt: Demote ReportInvalidCertificate message to qDebugWladimir J. van der Laan
Too spammy.
2014-08-04[Qt] tweak new peers tab in console windowPhilip Kaufmann
- remove starting height as table header and replace with ping time - remove columnResizingFixer - add local address (if available) in detailed node view (on top of the right view below the remote address) - remove some .c_str() by using QString::fromStdString() - rename Address to Address/Hostname - rename secs to just s for ping time - use MODEL_UPDATE_DELAY from guiconstants.h for the peer refresh time - make PeerTableModel::columnCount() return no hard-coded value - remove and cleanup dup private: section in RPCConsole header - add new defaults for column sizes - remove behaviour which keeps disconnected peers selected and also remove code which keeps track of last selected peer stats - add sync height to detail view - add some additional NULL pointer checks for clientModel in rpcconsole.cpp
2014-08-04Merge pull request #4582Wladimir J. van der Laan
a60120e Add built-in seeds for .onion (Wladimir J. van der Laan)
2014-08-04Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds
Github-Pull: #4619
2014-08-03Implement "getchaintips" RPC command to monitor blockchain forks.Daniel Kraft
Port over https://github.com/chronokings/huntercoin/pull/19 from Huntercoin: This implements a new RPC command "getchaintips" that can be used to find all currently active chain heads. This is similar to the -printblocktree startup option, but it can be used without restarting just via the RPC interface on a running daemon.
2014-08-03Add built-in seeds for .onionWladimir J. van der Laan
This makes it possible for a node with `-onlynet=tor` to bootstrap itself. It also adds the base infrastructure for adding IPv6 seed nodes. Also represent IPv4 fixed seed addresses in 16-byte format.
2014-08-03Merge pull request #4602Wladimir J. van der Laan
6fd59ee script.h: set_vch() should shift a >32 bit value (Jeff Garzik)
2014-08-03Merge pull request #4610Wladimir J. van der Laan
bdba2dd qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
2014-08-01Merge branch 'whyextern' of git://github.com/jtimon/bitcoin into merge-whyexternJeff Garzik
2014-08-01Declare SignatureHash() in script.hjtimon
2014-08-01Merge branch 'merge-rawtx2' into merge-rawtx3Jeff Garzik
2014-08-01add license header to core_io.h, core_read/_write.cppPhilip Kaufmann
2014-08-01fix compilation error in core_io.hPhilip Kaufmann
- error: 'vector' in namespace 'std' does not name a type - add <vector> include in core_io.h - remove <vector> includes from core_read.cpp and core_write.cpp
2014-08-01small ordering cleanup of init help messagePhilip Kaufmann
2014-08-01qt: Remove '0 BTC' placeholder from translationWladimir J. van der Laan
2014-07-31qt: more watchonly -> watch-onlyWladimir J. van der Laan
2014-07-31qt: Update some messages after suggestions by translatorsWladimir J. van der Laan
- *cannot* is more common, thus preferred to *can not* - Use *Watch-only* instead of *Watchonly* as one word
2014-07-31English translation updateWladimir J. van der Laan
This is needed to add version 0.10.x on Transifex so that translation can start.
2014-07-31Merge pull request #4560Wladimir J. van der Laan
d2d9dc0 script tests: add tests for CHECKMULTISIG limits (Otto Allmendinger) 89101c6 script test: test case for 5-byte bools (Otto Allmendinger) 4cac5db script tests: value with trailing 0x00 is true (Otto Allmendinger) 833ff16 script tests: values that overflow to 0 are true (Otto Allmendinger) 0072d98 script tests: BOOLAND, BOOLOR decode to integer (Otto Allmendinger) ed02282 additional test for OP_SIZE in script_valid.json (Otto Allmendinger)
2014-07-31Merge pull request #4568Wladimir J. van der Laan
9c34731 CBloomFilter::clear() method (Tom Harding)
2014-07-31qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan
Remove the "Display addresses" setting checkbox. It doesn't do what the tooltip says, and seems kind of pointless in any case. Fixes #4580.
2014-07-30univalue: remove unused methods getArray, getObjectJeff Garzik
2014-07-30Merge branch 'rawtx' into merge-rawtxJeff Garzik
2014-07-31Merge pull request #4497Pieter Wuille
714a3e6 Only keep setBlockIndexValid entries that are possible improvements (Pieter Wuille)
2014-07-30Replace the temporary file hack currently used to change Bitcoin-Qt's dock ↵Doug
icon (OS X) with a buffer-based solution.
2014-07-30Merge pull request #4593Wladimir J. van der Laan
d70bc52 Rework block processing benchmark code (Pieter Wuille)
2014-07-29Process fee estimate file into temporary vector first to let sanity checking ↵Alex Morcos
complete.
2014-07-29script.h: set_vch() should shift a >32 bit valueJeff Garzik
Source: http://www.viva64.com/en/b/0268/
2014-07-29Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik
This is a simple utility that provides command line manipulation of a hex-encoded TX. The utility takes a hex string on the command line as input, performs zero or more mutations, and outputs a hex string to standard output. This utility is also an intentional exercise of the "bitcoin library" concept. It is designed to require minimal libraries, and works entirely without need for any RPC or P2P communication. See "bitcoin-tx --help" for command and options summary.
2014-07-29bitcoin-cli, rpcrawtransaction: harmonize "{" stylingJeff Garzik
2014-07-29core_read's ParseScript(): minor cleanupsCory Fields
- use .empty() rather than .size() == 0 - use a const_iterator rather than BOOST_FOREACH - validate iterators before creating a string from them
2014-07-29Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik
2014-07-29Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik
2014-07-29Avoid querying DNS seeds, if we have open connections.Jeff Garzik
The goal is to increase independence and privacy.
2014-07-28Update coding style and add .clang-formatPieter Wuille
2014-07-28Add warning comment to getinfoWladimir J. van der Laan
Warn that people should not add new information, or change current information returned by getinfo.
2014-07-28Fix minor bug which only affected log messages.Alex Morcos