| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | [Qt] reenabling hotkeys for ban context menu, use different words | Jonas Schnelli | 2015-09-16 | 1 | -4/+4 | |
| | * | | | | | | | | | [Qt] adapt QT ban option to banlist.dat changes | Jonas Schnelli | 2015-09-16 | 4 | -12/+12 | |
| | * | | | | | | | | | [Qt] add sorting for bantable | Philip Kaufmann | 2015-09-16 | 2 | -1/+35 | |
| | * | | | | | | | | | [Qt] bantable polish | Philip Kaufmann | 2015-09-16 | 3 | -28/+23 | |
| | * | | | | | | | | | [Qt] simplify ban list signal handling | Philip Kaufmann | 2015-09-16 | 4 | -17/+21 | |
| | * | | | | | | | | | [Qt] remove unused timer-code from banlistmodel.cpp | Jonas Schnelli | 2015-09-16 | 2 | -23/+1 | |
| | * | | | | | | | | | net: Fix CIDR notation in ToString() | Wladimir J. van der Laan | 2015-09-16 | 2 | -10/+54 | |
| | * | | | | | | | | | [Qt] polish ban table | Philip Kaufmann | 2015-09-16 | 3 | -21/+17 | |
| | * | | | | | | | | | net: use CIDR notation in CSubNet::ToString() | Jonas Schnelli | 2015-09-16 | 3 | -16/+92 | |
| | * | | | | | | | | | [Qt] bantable overhaul | Jonas Schnelli | 2015-09-16 | 4 | -14/+17 | |
| | * | | | | | | | | | [Qt] bantable fix timestamp 64bit issue | Jonas Schnelli | 2015-09-16 | 1 | -7/+3 | |
| | * | | | | | | | | | [Qt] banlist, UI optimizing and better signal handling | Jonas Schnelli | 2015-09-16 | 6 | -22/+28 | |
| | * | | | | | | | | | [Qt] add context menu with unban option to ban table | Jonas Schnelli | 2015-09-16 | 2 | -15/+59 | |
| | * | | | | | | | | | [Qt] add ui signal for banlist changes | Jonas Schnelli | 2015-09-16 | 3 | -0/+16 | |
| | * | | | | | | | | | [Qt] add banlist table below peers table | Jonas Schnelli | 2015-09-16 | 7 | -10/+375 | |
| | * | | | | | | | | | [Qt] add ban functions to peers window | Jonas Schnelli | 2015-09-16 | 2 | -1/+41 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6647 | Wladimir J. van der Laan | 2015-09-22 | 4 | -12/+36 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [uacomment] Sanitize per BIP-0014 | MarcoFalke | 2015-09-16 | 4 | -12/+36 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6694 | Wladimir J. van der Laan | 2015-09-22 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [QT] fix thin space word wrap line brake issue | Jonas Schnelli | 2015-09-18 | 1 | -2/+2 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Fix spelling of Qt | Diego Viola | 2015-09-22 | 1 | -1/+1 | |
| * | | | | | | | | | Merge pull request #6668 | Wladimir J. van der Laan | 2015-09-21 | 4 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh | MarcoFalke | 2015-09-13 | 4 | -4/+5 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6695 | Wladimir J. van der Laan | 2015-09-21 | 4 | -8/+28 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout | Wladimir J. van der Laan | 2015-09-21 | 4 | -4/+7 | |
| | * | | | | | | | | | http: Disable libevent debug logging, if not explicitly enabled | Wladimir J. van der Laan | 2015-09-21 | 2 | -1/+20 | |
| | * | | | | | | | | | init: Ignore SIGPIPE | Wladimir J. van der Laan | 2015-09-18 | 1 | -3/+1 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Track transaction packages in CTxMemPoolEntry | Suhas Daftuar | 2015-09-19 | 8 | -65/+885 | |
| * | | | | | | | | | TxMemPool: Change mapTx to a boost::multi_index_container | Ashley Holman | 2015-09-19 | 5 | -32/+127 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #6317 | Jeff Garzik | 2015-09-16 | 2 | -14/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [Qt] minor optimisations in peertablemodel | Philip Kaufmann | 2015-08-10 | 2 | -14/+6 | |
| * | | | | | | | | | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | 2015-09-16 | 13 | -4/+560 | |
| * | | | | | | | | | Add UpdatedBlockTip signal to CMainSignals and CValidationInterface | João Barbosa | 2015-09-16 | 3 | -0/+8 | |
| * | | | | | | | | | Merge pull request #5665 | Jeff Garzik | 2015-09-15 | 3 | -18/+25 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | [Qt] add verifySize() function to PaymentServer | Philip Kaufmann | 2015-08-10 | 3 | -18/+25 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6579 | Wladimir J. van der Laan | 2015-09-08 | 4 | -1/+26 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add NODE_BLOOM service bit and bump protocol version | Matt Corallo | 2015-09-05 | 4 | -1/+26 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6594 | Wladimir J. van der Laan | 2015-09-08 | 4 | -11/+21 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Disallow duplicate windows. | Casey Rodarmor | 2015-09-04 | 4 | -11/+21 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6640 | Wladimir J. van der Laan | 2015-09-08 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [TRIVIAL] Fix typo: exactmath -> exactmatch | paveljanik | 2015-09-04 | 1 | -2/+2 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6644 | Wladimir J. van der Laan | 2015-09-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Prune the -prune help to reflect that the wallet is no longer disabled. | Gregory Maxwell | 2015-09-07 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | Simplify logic of REST request suffix parsing. | Daniel Kraft | 2015-09-07 | 1 | -25/+32 | |
| |/ / / / / / / | ||||||
| * | | | | | | | net: correctly initialize nMinPingUsecTime | Wladimir J. van der Laan | 2015-09-04 | 1 | -0/+1 | |
| * | | | | | | | Merge pull request #6633 | Wladimir J. van der Laan | 2015-09-04 | 3 | -0/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Report minimum ping time in getpeerinfo | Matt Corallo | 2015-09-03 | 3 | -0/+4 | |
| * | | | | | | | | Merge pull request #5677 | Wladimir J. van der Laan | 2015-09-04 | 23 | -1081/+1374 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Move windows socket init to utility function | Wladimir J. van der Laan | 2015-09-03 | 4 | -9/+21 | |
| | * | | | | | | | | Fix race condition between starting HTTP server thread and setting EventBase() | Wladimir J. van der Laan | 2015-09-03 | 3 | -10/+25 | |