aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #4606Wladimir J. van der Laan2014-08-041-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | bd0aa10 Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. (Doug)
| * | | | | | | | Replace the temporary file hack currently used to change Bitcoin-Qt's dock ↵Doug2014-07-301-8/+8
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | icon (OS X) with a buffer-based solution.
* | | | | | | | Log "version" message IP addresses in client connect summaryJeff Garzik2014-08-041-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <[email protected]>
* | | | | | | | Merge pull request #4598Wladimir J. van der Laan2014-08-041-7/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | | | | | | Process fee estimate file into temporary vector first to let sanity checking ↵Alex Morcos2014-07-291-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complete.
| * | | | | | | | Fix minor bug which only affected log messages.Alex Morcos2014-07-281-2/+6
| | | | | | | | |
| * | | | | | | | Fixed a bug with index bounds checkingAlex Morcos2014-07-271-1/+1
| | | | | | | | |
* | | | | | | | | qt: Demote ReportInvalidCertificate message to qDebugWladimir J. van der Laan2014-08-041-1/+1
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Too spammy.
* | | | | | | | [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-047-270/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | | Merge pull request #4582Wladimir J. van der Laan2014-08-043-91/+666
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | a60120e Add built-in seeds for .onion (Wladimir J. van der Laan)
| * | | | | | | | Add built-in seeds for .onionWladimir J. van der Laan2014-08-033-91/+666
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds2014-08-044-51/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github-Pull: #4619
* | | | | | | | | Implement "getchaintips" RPC command to monitor blockchain forks.Daniel Kraft2014-08-035-4/+76
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #4602Wladimir J. van der Laan2014-08-031-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 6fd59ee script.h: set_vch() should shift a >32 bit value (Jeff Garzik)
| * | | | | | | | script.h: set_vch() should shift a >32 bit valueJeff Garzik2014-07-291-1/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Source: http://www.viva64.com/en/b/0268/
* | | | | | | | Merge pull request #4610Wladimir J. van der Laan2014-08-035-25/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | bdba2dd qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
| * | | | | | | | qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan2014-07-315-25/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the "Display addresses" setting checkbox. It doesn't do what the tooltip says, and seems kind of pointless in any case. Fixes #4580.
* | | | | | | | | Merge branch 'whyextern' of git://github.com/jtimon/bitcoin into merge-whyexternJeff Garzik2014-08-015-9/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Declare SignatureHash() in script.hjtimon2014-08-015-9/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'merge-rawtx2' into merge-rawtx3Jeff Garzik2014-08-013-2/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | add license header to core_io.h, core_read/_write.cppPhilip Kaufmann2014-08-013-0/+10
| | | | | | | | |
| * | | | | | | | fix compilation error in core_io.hPhilip Kaufmann2014-08-013-2/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* / / / / / / / qt: Remove '0 BTC' placeholder from translationWladimir J. van der Laan2014-08-012-13/+5
|/ / / / / / /
* | | | | | | qt: more watchonly -> watch-onlyWladimir J. van der Laan2014-07-312-15/+15
| | | | | | |
* | | | | | | qt: Update some messages after suggestions by translatorsWladimir J. van der Laan2014-07-314-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - *cannot* is more common, thus preferred to *can not* - Use *Watch-only* instead of *Watchonly* as one word
* | | | | | | English translation updateWladimir J. van der Laan2014-07-312-539/+751
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to add version 0.10.x on Transifex so that translation can start.
* | | | | | | Merge pull request #4560Wladimir J. van der Laan2014-07-312-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | | | | | script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger2014-07-181-0/+3
| | | | | | | |
| * | | | | | | script test: test case for 5-byte boolsOtto Allmendinger2014-07-181-0/+1
| | | | | | | |
| * | | | | | | script tests: value with trailing 0x00 is trueOtto Allmendinger2014-07-181-0/+1
| | | | | | | |
| * | | | | | | script tests: values that overflow to 0 are trueOtto Allmendinger2014-07-181-0/+1
| | | | | | | |
| * | | | | | | script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger2014-07-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unlike other boolean checks, arguments >5 bytes invalidate the script
| * | | | | | | additional test for OP_SIZE in script_valid.jsonOtto Allmendinger2014-07-181-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #4568Wladimir J. van der Laan2014-07-313-0/+13
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | 9c34731 CBloomFilter::clear() method (Tom Harding)
| * | | | | | | CBloomFilter::clear() methodTom Harding2014-07-213-0/+13
| | | | | | | |
* | | | | | | | univalue: remove unused methods getArray, getObjectJeff Garzik2014-07-302-24/+0
| | | | | | | |
* | | | | | | | Merge branch 'rawtx' into merge-rawtxJeff Garzik2014-07-3018-182/+1845
|\ \ \ \ \ \ \ \
| * | | | | | | | Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-2912-3/+1654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | bitcoin-cli, rpcrawtransaction: harmonize "{" stylingJeff Garzik2014-07-292-75/+37
| | | | | | | | |
| * | | | | | | | core_read's ParseScript(): minor cleanupsCory Fields2014-07-291-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use .empty() rather than .size() == 0 - use a const_iterator rather than BOOST_FOREACH - validate iterators before creating a string from them
| * | | | | | | | Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-294-71/+81
| | | | | | | | |
| * | | | | | | | Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-297-33/+73
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4497Pieter Wuille2014-07-311-1/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | 714a3e6 Only keep setBlockIndexValid entries that are possible improvements (Pieter Wuille)
| * | | | | | | Only keep setBlockIndexValid entries that are possible improvementsPieter Wuille2014-07-111-1/+12
| | | | | | | |
* | | | | | | | Merge pull request #4593Wladimir J. van der Laan2014-07-303-17/+41
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | d70bc52 Rework block processing benchmark code (Pieter Wuille)
| * | | | | | | Rework block processing benchmark codePieter Wuille2014-07-273-17/+41
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace -benchmark (and the related fBenchmark) with a regular debug option, -debug=bench. * Increase coverage and granularity of individual block processing steps. * Add cummulative times.
* | | | | | | Avoid querying DNS seeds, if we have open connections.Jeff Garzik2014-07-292-1/+14
| |_|/ / / / |/| | | | | | | | | | | | | | | | | The goal is to increase independence and privacy.
* | | | | | Add warning comment to getinfoWladimir J. van der Laan2014-07-281-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn that people should not add new information, or change current information returned by getinfo.
* | | | | | Merge pull request #4597Wladimir J. van der Laan2014-07-281-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | d817187 [Qt] remove ProxySocksVersion from OptionID (Philip Kaufmann)
| * | | | | | [Qt] remove ProxySocksVersion from OptionIDPhilip Kaufmann2014-07-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - we only support SOCKS5, so remove it