312cfe63a3
fix rpc-tests.sh
...
`${testScripts[@]}` now does split up `testscript --agument` in two elements pushed to the array (`testscript` and `--agument`).
2015-09-17 15:45:14 +02:00
cb71316a1b
Merge pull request #6684
...
Fixes #6682
2015-09-17 09:45:02 -04:00
93254172ce
depends: fix platform specific packages variable
...
prefix instead of postfix
2015-09-17 14:30:46 +02:00
b0beae8b82
Drop "with minimal dependencies" from description
...
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
2015-09-17 10:17:24 +01:00
5e5e00bf4c
Split bitcoin-tx into its own package
...
Reverts the change putting it in the bitcoind deb.
2015-09-17 07:23:04 +01:00
d76a8acb9b
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
...
- removes mapBlockIndex find operation
- theoretically allows removing the cs_main lock during zqm notification while introducing a new file position lock
2015-09-16 16:51:21 +02:00
7f90ea78cb
[QA] adabt QT_NO_KEYWORDS for QT ban implementation
2015-09-16 16:50:20 +02:00
07f70b2dde
[QA] fix netbase tests because of new CSubNet::ToString() output
2015-09-16 16:50:20 +02:00
4ed05101f3
[Qt] call DumpBanlist() when baning unbaning nodes
...
- this matches RPC call behaviour
2015-09-16 16:50:20 +02:00
be8929265f
[Qt] reenabling hotkeys for ban context menu, use different words
...
- 1 (h)our
- 1 (d)ay
- 1 (w)eek
- 1 (y)ear
2015-09-16 16:50:20 +02:00
b1189cfa10
[Qt] adapt QT ban option to banlist.dat changes
2015-09-16 16:50:20 +02:00
65abe91ce4
[Qt] add sorting for bantable
2015-09-16 16:50:19 +02:00
51654deff2
[Qt] bantable polish
...
- add missing NULL pointer checks
- add better comments and reorder some code in rpcconsole.cpp
- remove unneeded leftovers in bantable.cpp
- update bantable column sizes to prevent cutting of banned until
2015-09-16 16:50:19 +02:00
cdd72cd5fb
[Qt] simplify ban list signal handling
...
- remove banListChanged signal from client model
- directly call clientModel->getBanTableModel()->refresh() without the way
over clientModel->updateBanlist()
- also fix clearing peer detail window, when selecting (clicking)
peers in the ban list
2015-09-16 16:50:19 +02:00
43c1f5b8d7
[Qt] remove unused timer-code from banlistmodel.cpp
2015-09-16 16:50:19 +02:00
e2b8028e4c
net: Fix CIDR notation in ToString()
...
Only use CIDR notation if the netmask can be represented as such.
2015-09-16 16:50:19 +02:00
9e521c1735
[Qt] polish ban table
2015-09-16 16:50:19 +02:00
607809f037
net: use CIDR notation in CSubNet::ToString()
2015-09-16 16:50:19 +02:00
53caec66cc
[Qt] bantable overhaul
...
- some code cleanups
- fix date formatting
- reduce header includes
2015-09-16 16:50:19 +02:00
f0bcbc4c8a
[Qt] bantable fix timestamp 64bit issue
2015-09-16 16:50:19 +02:00
6135309816
[Qt] banlist, UI optimizing and better signal handling
2015-09-16 16:50:19 +02:00
770ca79aa0
[Qt] add context menu with unban option to ban table
2015-09-16 16:50:19 +02:00
5f42132950
[Qt] add ui signal for banlist changes
2015-09-16 16:50:19 +02:00
ad204df1a9
[Qt] add banlist table below peers table
2015-09-16 16:50:19 +02:00
50f090884c
[Qt] add ban functions to peers window
...
add ban option for peer context menu (1h, 24h, 7d, 1y).
2015-09-16 16:50:19 +02:00
0143a1f228
configure.ac: Revert autotools-auto-updated 2.69 autoconf requirement
...
Also, autotools reformatted the AC_ARG_ENABLE erroneously as well.
2015-09-16 10:25:51 -04:00
ca5e2a1864
Merge pull request #6317
2015-09-16 09:40:53 -04:00
1c1b1b315f
[uacomment] Sanitize per BIP-0014
...
* SanitizeString() can be requested to be more strict
* Throw error when SanitizeString() changes uacomments
* Fix tests
2015-09-16 15:23:29 +02:00
13b828270a
Merge pull request #6103
2015-09-16 09:12:07 -04:00
029e278286
QA: Add ZeroMQ RPC test
2015-09-16 11:01:35 +01:00
e6a14b64d6
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
...
Continues Johnathan Corgan's work.
Publishing multipart messages
Bugfix: Add missing zmq header includes
Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
2015-09-16 11:01:35 +01:00
1136879df8
Depends: Add ZeroMQ package
2015-09-16 10:59:32 +01:00
5624e055b3
Add UpdatedBlockTip signal to CMainSignals and CValidationInterface
2015-09-16 10:59:32 +01:00
9733bc99a0
Merge pull request #6663
2015-09-15 19:29:14 -04:00
6f55cddf6b
Merge pull request #5665
2015-09-15 12:30:32 -04:00
9be08b7fe2
Update contrib/debian/copyright
2015-09-15 16:38:08 +02:00
0186228d61
Update trusted-git-root to the most recent unsigned commit
2015-09-14 12:54:25 -04:00
9b1cdd7eeb
[trivial] Remove obsolete pixmaps
2015-09-13 17:57:25 +02:00
d1acf938e6
[qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh
...
* Merge make_spinner.py into makespinner.sh
* Also delete now unused imgs
* Actually use all 36 frames for the spinner animation
2015-09-13 17:57:12 +02:00
51ff777357
[trivial] Fix rpc message "help generate"
2015-09-12 18:19:53 +02:00
4c3cab14b7
[trivial] init cleanup
2015-09-12 13:28:00 +02:00
5d7a16d073
Fixes typo in build-osx.md.
2015-09-12 00:35:36 -07:00
6ecaec395c
[Trivial] [logging] Rm extraneous cleansubver in serveral debug messages.
...
We log the cleanSubVer as part of connect. It is not uniquely more informative
than any of the other data we have about a peer, often less. It's also often
long now as well. There is no need to output it as part of mempoolrej,
AcceptToMemoryPool, or pong entries. Leaving it out makes our log entries
more uniform and consistent.
2015-09-08 23:11:10 +00:00
3224936bed
Merge pull request #6635
...
a1df1e8
[docs] add libevent dependency to build-osx.md (Jonas Schnelli)
d6a92dd
[release notes] mention apache reverse proxy to re-enable SSL (Jonas Schnelli)
2015-09-08 17:38:25 +02:00
0574ede595
doc: update release-notes and bips.md for BIP111
2015-09-08 17:19:08 +02:00
0c27795140
Merge pull request #6579
...
afb0cca
Add NODE_BLOOM service bit and bump protocol version (Matt Corallo)
2015-09-08 17:10:36 +02:00
878ea69491
Merge pull request #6594
...
5ffaaba
Disallow duplicate windows. (Casey Rodarmor)
2015-09-08 17:02:00 +02:00
1d133d9573
Merge pull request #6640
...
eb3002b
[TRIVIAL] Fix typo: exactmath -> exactmatch (paveljanik)
2015-09-08 16:43:26 +02:00
6f6fb188b5
Merge pull request #6644
...
7a7e68d
Prune the -prune help to reflect that the wallet is no longer disabled. (Gregory Maxwell)
2015-09-08 16:24:08 +02:00
e8bb8ad85a
Merge pull request #6643
...
238851b
[doc] [tor] Clarify when to use bind (MarcoFalke)
2015-09-08 15:50:02 +02:00