aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] remove unused timer-code from banlistmodel.cppJonas Schnelli2015-09-162-23/+1
|
* net: Fix CIDR notation in ToString()Wladimir J. van der Laan2015-09-162-10/+54
| | | | Only use CIDR notation if the netmask can be represented as such.
* [Qt] polish ban tablePhilip Kaufmann2015-09-163-21/+17
|
* net: use CIDR notation in CSubNet::ToString()Jonas Schnelli2015-09-163-16/+92
|
* [Qt] bantable overhaulJonas Schnelli2015-09-164-14/+17
| | | | | | - some code cleanups - fix date formatting - reduce header includes
* [Qt] bantable fix timestamp 64bit issueJonas Schnelli2015-09-161-7/+3
|
* [Qt] banlist, UI optimizing and better signal handlingJonas Schnelli2015-09-166-22/+28
|
* [Qt] add context menu with unban option to ban tableJonas Schnelli2015-09-162-15/+59
|
* [Qt] add ui signal for banlist changesJonas Schnelli2015-09-163-0/+16
|
* [Qt] add banlist table below peers tableJonas Schnelli2015-09-167-10/+375
|
* [Qt] add ban functions to peers windowJonas Schnelli2015-09-162-1/+41
| | | | add ban option for peer context menu (1h, 24h, 7d, 1y).
* configure.ac: Revert autotools-auto-updated 2.69 autoconf requirementJeff Garzik2015-09-161-2/+3
| | | | Also, autotools reformatted the AC_ARG_ENABLE erroneously as well.
* Merge pull request #6317Jeff Garzik2015-09-163-17/+8
|\
| * [Qt] minor optimisations in peertablemodelPhilip Kaufmann2015-08-102-14/+6
| | | | | | | | | | | | | | | | - remove an unneeded include of net.h in peertablemodel.cpp - add const after size() in PeerTablePriv - remove 2x unneeded else in functions - replace a (int) typecast by (QVariant) to use Qt style - remove unneeded include of peertablemodel.h from rpcconsole.cpp
* | Merge pull request #6103Jeff Garzik2015-09-1623-3/+850
|\ \
| * | QA: Add ZeroMQ RPC testJonas Schnelli2015-09-161-0/+93
| | |
| * | Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-1616-4/+717
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Depends: Add ZeroMQ packageCory Fields2015-09-164-0/+33
| | |
| * | Add UpdatedBlockTip signal to CMainSignals and CValidationInterfaceJoão Barbosa2015-09-163-0/+8
|/ /
* | Merge pull request #6663Jeff Garzik2015-09-151-1/+1
|\ \
| * | Fixes typo in build-osx.md.Irving Ruan2015-09-121-1/+1
| | |
* | | Merge pull request #5665Jeff Garzik2015-09-153-18/+25
|\ \ \ | |/ / |/| |
| * | [Qt] add verifySize() function to PaymentServerPhilip Kaufmann2015-08-103-18/+25
| |/ | | | | | | | | | | | | - add static verifySize() function to PaymentServer and move the logging on error into the function - also use the new function in the unit test - the function checks if the size is allowed as per BIP70
* | Merge pull request #6635Wladimir J. van der Laan2015-09-082-1/+31
|\ \ | | | | | | | | | | | | a1df1e8 [docs] add libevent dependency to build-osx.md (Jonas Schnelli) d6a92dd [release notes] mention apache reverse proxy to re-enable SSL (Jonas Schnelli)
| * | [docs] add libevent dependency to build-osx.mdJonas Schnelli2015-09-072-2/+2
| | |
| * | [release notes] mention apache reverse proxy to re-enable SSLJonas Schnelli2015-09-041-0/+30
| | |
* | | Merge pull request #6579Wladimir J. van der Laan2015-09-084-1/+26
|\ \ \ | | | | | | | | | | | | afb0cca Add NODE_BLOOM service bit and bump protocol version (Matt Corallo)
| * | | Add NODE_BLOOM service bit and bump protocol versionMatt Corallo2015-09-054-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lets nodes advertise that they offer bloom filter support explicitly. The protocol version bump allows SPV nodes to assume that NODE_BLOOM is set if NODE_NETWORK is set for pre-70011 nodes. Also adds an option to turn bloom filter support off for nodes which advertise a version number >= 70011. Nodes attempting to use bloom filters on such protocol versions are banned, and a later upgade should drop nodes of an older version which attempt to use bloom filters. Much code stolen from Peter Todd. Implements BIP 111
* | | | Merge pull request #6594Wladimir J. van der Laan2015-09-084-11/+21
|\ \ \ \ | | | | | | | | | | | | | | | 5ffaaba Disallow duplicate windows. (Casey Rodarmor)
| * | | | Disallow duplicate windows.Casey Rodarmor2015-09-044-11/+21
| |/ / /
* | | | Merge pull request #6640Wladimir J. van der Laan2015-09-081-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | eb3002b [TRIVIAL] Fix typo: exactmath -> exactmatch (paveljanik)
| * | | | [TRIVIAL] Fix typo: exactmath -> exactmatchpaveljanik2015-09-041-2/+2
| |/ / / | | | | | | | | ... but not yet in trivial tree
* | | | Merge pull request #6644Wladimir J. van der Laan2015-09-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 7a7e68d Prune the -prune help to reflect that the wallet is no longer disabled. (Gregory Maxwell)
| * | | | Prune the -prune help to reflect that the wallet is no longer disabled.Gregory Maxwell2015-09-071-1/+1
| |/ / / | | | | | | | | | | | | The wallet hasn't been disabled since 3201035f22fe451c808b0bb157d33a58f0d99c07.
* | | | Merge pull request #6643Wladimir J. van der Laan2015-09-081-3/+8
|\ \ \ \ | | | | | | | | | | | | | | | 238851b [doc] [tor] Clarify when to use bind (MarcoFalke)
| * | | | [doc] [tor] Clarify when to use bindMarcoFalke2015-09-061-3/+8
| |/ / / | | | | | | | | | | | | c.f. #6585
* | | | Merge pull request #6648Wladimir J. van der Laan2015-09-081-25/+32
|\ \ \ \ | |/ / / |/| | | | | | | 9cdc335 Simplify logic of REST request suffix parsing. (Daniel Kraft)
| * | | Simplify logic of REST request suffix parsing.Daniel Kraft2015-09-071-25/+32
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the way the suffix (giving the requested data format) is parsed for REST requests. Before, the string was split at '.' characters and it was assumed that the second part was the suffix. Now, we look for the last dot and use that to determine the suffix. This allows for strings that contain dots (not used now, though), and seems, in general, to be clearer and more intuitive.
* | | Merge pull request #6636Wladimir J. van der Laan2015-09-041-0/+1
|\ \ \ | | | | | | | | | | | | 93ff1b9 net: correctly initialize nMinPingUsecTime (Wladimir J. van der Laan)
| * | | net: correctly initialize nMinPingUsecTimeWladimir J. van der Laan2015-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | `nMinPingUsecTime` was left uninitialized in CNode. The correct initialization for a minimum-until-now is int64_t's max value, so initialize it to that. Thanks @MarcoFalke for noticing.
* | | | Merge pull request #6626Wladimir J. van der Laan2015-09-0436-58/+81
|\ \ \ \ | |/ / / |/| | | | | | | f4b9132 Update gitian build guide for Debian 8.1 (fanquake)
| * | | Update gitian build guide for Debian 8.1fanquake2015-09-0336-58/+81
| | | | | | | | | | | | | | | | Signed-off-by: fanquake <[email protected]>
* | | | Merge pull request #6633Wladimir J. van der Laan2015-09-043-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | a6eb4ba Report minimum ping time in getpeerinfo (Matt Corallo)
| * | | Report minimum ping time in getpeerinfoMatt Corallo2015-09-033-0/+4
| | | |
* | | | Merge pull request #5677Wladimir J. van der Laan2015-09-0438-1153/+1502
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d528025 Revert "rpc-tests: re-enable rpc-tests for Windows" (Wladimir J. van der Laan) 1e700c9 doc: update deps in build-unix.md after libevent (Wladimir J. van der Laan) 26c9b83 Move windows socket init to utility function (Wladimir J. van der Laan) 4be0b08 libevent: Windows reuseaddr workaround in depends (Cory Fields) 3a174cd Fix race condition between starting HTTP server thread and setting EventBase() (Wladimir J. van der Laan) 6d2bc22 Document options for new HTTP/RPC server in --help (Wladimir J. van der Laan) be33f3f Implement RPCTimerHandler for Qt RPC console (Wladimir J. van der Laan) 57d85d9 doc: mention SSL support dropped for RPC in release notes (Wladimir J. van der Laan) 40b556d evhttpd implementation (Wladimir J. van der Laan) ee2a42b tests: GET requests cannot have request body, use POST in rest.py (Wladimir J. van der Laan) 6e996d3 tests: fix qt payment test (Cory Fields) 3140ef9 build: build-system changes for libevent (Wladimir J. van der Laan) a9af234 libevent: add depends (Cory Fields) 6a21dd5 Remove rpc_boostasiotocnetaddr test (Wladimir J. van der Laan) 8f9301c qa: Remove -rpckeepalive tests from httpbasics (Wladimir J. van der Laan) 51fcfc0 doc: remove documentation for rpcssl (Wladimir J. van der Laan)
| * | | | Revert "rpc-tests: re-enable rpc-tests for Windows"Wladimir J. van der Laan2015-09-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bd30c3dced21fca869a14c75081f15195762afe1. Disable windows RPC tests for now. These should be re-enabled once a suitable Wine version is used on Travis.
| * | | | doc: update deps in build-unix.md after libeventWladimir J. van der Laan2015-09-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Add libevent, change usage of libssl from "secure communication" to "crypto" that's more accurate after RPC SSL support removed.
| * | | | Move windows socket init to utility functionWladimir J. van der Laan2015-09-034-9/+21
| | | | |
| * | | | libevent: Windows reuseaddr workaround in dependsCory Fields2015-09-032-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to reuse sockets. This is necessary to make the RPC tests work in WINE.
| * | | | Fix race condition between starting HTTP server thread and setting EventBase()Wladimir J. van der Laan2015-09-033-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split StartHTTPServer into InitHTTPServer and StartHTTPServer to give clients a window to register their handlers without race conditions. Thanks @ajweiss for figuring this out.