Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | qt: Plug many memory leaks | Wladimir J. van der Laan | |
None of these are very serious, and are leaks in objects that are created at most one time. In most cases this means properly using the QObject parent hierarchy, except for BanTablePriv/PeerTablePriv which are not QObject, so use a std::unique_ptr instead. | |||
2016-11-17 | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3) | Pieter Wuille | |
ae22357 Replace CValidationState param in ProcessNewBlock with BlockChecked (Matt Corallo) 7c98ce5 Remove pfrom parameter from ProcessNewBlock (Matt Corallo) e2e069d Revert "RPC: Give more details when "generate" fails" (Matt Corallo) | |||
2016-11-17 | Merge #9156: Add compile and link options echo to configure | Wladimir J. van der Laan | |
d8274bc Add compile and link options echo to configure (Jonas Schnelli) | |||
2016-11-17 | Merge #9178: Doxygen: Set PROJECT_NAME = "Bitcoin Core" | Wladimir J. van der Laan | |
fa63ee8 Doxygen: Set PROJECT_NAME = "Bitcoin Core" (MarcoFalke) | |||
2016-11-17 | Doxygen: Set PROJECT_NAME = "Bitcoin Core" | MarcoFalke | |
2016-11-17 | Merge #8838: Calculate size and weight of block correctly in CreateNewBlock() | Wladimir J. van der Laan | |
5f274a1 log block size and weight correctly. (jnewbery) | |||
2016-11-16 | Add compile and link options echo to configure | Jonas Schnelli | |
2016-11-16 | Merge #9155: [trivial] update comments for tx weight | MarcoFalke | |
07ede5d update comments for tx weight (Brian Deery) | |||
2016-11-16 | Merge #9168: [qa] add assert_raises_message to check specific error message | MarcoFalke | |
307acdd [qa] add assert_raises_message to check specific error message (mrbandrews) | |||
2016-11-16 | Merge #9133: Unset fImporting for loading mempool | Wladimir J. van der Laan | |
79f755d Unset fImporting for loading mempool (Alex Morcos) | |||
2016-11-16 | Merge #9131: fNetworkActive is not protected by a lock, use an atomic | Wladimir J. van der Laan | |
079142b fNetworkActive is not protected by a lock, use an atomic (Jonas Schnelli) | |||
2016-11-16 | Merge #9151: [qa] proxy_test: Calculate hardcoded port numbers | Wladimir J. van der Laan | |
fa80ef8 [qa] proxy_test: Calculate hardcoded port numbers instead (MarcoFalke) | |||
2016-11-16 | Merge #9169: build: fix qt5.7 build under macOS | Wladimir J. van der Laan | |
70266e9 build: fix qt5.7 build under macOS (Cory Fields) | |||
2016-11-15 | build: fix qt5.7 build under macOS | Cory Fields | |
OBJCXX's std flags don't get defined by our cxx macro. Rather than hard-coding to c++11, just force OBJCXX to be the same as CXX unless the user specified otherwise. | |||
2016-11-15 | [qa] add assert_raises_message to check specific error message | mrbandrews | |
2016-11-15 | Merge #9164: [trivial] credit values are CAmount | Pieter Wuille | |
20c3215 credit values are CAmount (Gregory Sanders) | |||
2016-11-15 | credit values are CAmount | Gregory Sanders | |
2016-11-15 | Merge #9140: Bugfix: Correctly replace generated headers and fail cleanly | Wladimir J. van der Laan | |
b74ff5c Bugfix: Correctly replace generated headers and fail cleanly (Luke Dashjr) | |||
2016-11-15 | Merge #9132: Make strWalletFile const | Wladimir J. van der Laan | |
f734505 Make strWalletFile const (Jonas Schnelli) | |||
2016-11-15 | Merge #9160: [trivial] Fix hungarian variable name | Wladimir J. van der Laan | |
ec34648 [trivial] Fix hungarian variable name (Russell Yanofsky) | |||
2016-11-14 | Merge #9136: sync_blocks cleanup | MarcoFalke | |
7943b13 [qa] Avoid 2 list comprehensions in sync_blocks (Russell Yanofsky) 05e57cc [qa] Fix sync_blocks timeout argument (Russell Yanofsky) fd6bb70 [qa] Improve sync_blocks error messages. (Russell Yanofsky) | |||
2016-11-14 | [trivial] Fix hungarian variable name | Russell Yanofsky | |
Follow up to comment https://github.com/bitcoin/bitcoin/pull/9058#discussion_r87676593 | |||
2016-11-14 | [qa] Avoid 2 list comprehensions in sync_blocks | Russell Yanofsky | |
2016-11-14 | [qa] Fix sync_blocks timeout argument | Russell Yanofsky | |
Motivation for this change is mainly to make sync_blocks behavior easier to understand. Behavior is unchanged in the normal case when there are only 2 nodes in the rpc_connections set. When there are more than 2 nodes, the previous "timeout -= wait" statement wouldn't take into account time spent waiting for all nodes and as a result could lead to blocking for longer than the requested timeout. | |||
2016-11-14 | [qa] Improve sync_blocks error messages. | Russell Yanofsky | |
2016-11-14 | Merge #9145: [qt] Make network disabled icon 50% opaque | Jonas Schnelli | |
fa42e4a [qt] Make network disabled icon 50% opaque (MarcoFalke) | |||
2016-11-14 | update comments for tx weight | Brian Deery | |
2016-11-13 | [qa] proxy_test: Calculate hardcoded port numbers instead | MarcoFalke | |
2016-11-13 | [qt] Make network disabled icon 50% opaque | MarcoFalke | |
2016-11-12 | Bugfix: Correctly replace generated headers and fail cleanly | Luke Dashjr | |
Also removes generation of headers for *.raw files in test_bitcoin (none exist anymore) | |||
2016-11-11 | Unset fImporting for loading mempool | Alex Morcos | |
2016-11-11 | Make strWalletFile const | Jonas Schnelli | |
2016-11-11 | fNetworkActive is not protected by a lock, use an atomic | Jonas Schnelli | |
2016-11-11 | Merge #9124: Use better name for local variable to prevent -Wshadow compiler ↵ | Wladimir J. van der Laan | |
warning bf49f10 Use better name for local variable to prevent -Wshadow compiler warning (Pavel Janík) | |||
2016-11-11 | Merge #9115: Mention reporting security issues responsibly | Wladimir J. van der Laan | |
7d1de30 Mention reporting security issues responsibly (Pavel Janík) | |||
2016-11-11 | Merge #8996: Network activity toggle | Jonas Schnelli | |
19f46f1 Qt: New network_disabled icon (Luke Dashjr) 54cf997 RPC/Net: Use boolean consistently for networkactive, and remove from getinfo (Luke Dashjr) b2b33d9 Overhaul network activity toggle (Jonas Schnelli) 32efa79 Qt: Add GUI feedback and control of network activity state. (Jon Lund Steffensen) e38993b RPC: Add "togglenetwork" method to toggle network activity temporarily (Jon Lund Steffensen) 7c9a98a Allow network activity to be temporarily suspended. (Jon Lund Steffensen) | |||
2016-11-11 | Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842) | Wladimir J. van der Laan | |
dac53b5 Modify getblocktxn handler not to drop requests for old blocks (Russell Yanofsky) 55bfddc [qa] Fix stale data bug in test_compactblocks_not_at_tip (Russell Yanofsky) 47e9659 [qa] Fix bug in compactblocks v2 merge (Russell Yanofsky) | |||
2016-11-11 | Merge #9112: Avoid ugly exception in log on unknown inv type | Wladimir J. van der Laan | |
e9f25dd Avoid ugly exception in log on unknown inv type (Wladimir J. van der Laan) | |||
2016-11-11 | Merge #9114: [depends] Set OSX_MIN_VERSION to 10.8 | Wladimir J. van der Laan | |
617c96d [depends] Set OSX_MIN_VERSION to 10.8 (fanquake) | |||
2016-11-10 | Use better name for local variable to prevent -Wshadow compiler warning | Pavel Janík | |
2016-11-10 | Merge #9049: Remove duplicatable duplicate-input check from CheckTransaction | Wladimir J. van der Laan | |
e2b3fb3 Optimize vInOutPoints insertion a bit (Matt Corallo) eecffe5 Remove redundant duplicate-input check from CheckTransaction (Matt Corallo) b2e178a Add deserialize + CheckBlock benchmarks, and a full block hex (Matt Corallo) | |||
2016-11-10 | Mention reporting security issues responsibly | Pavel Janík | |
2016-11-10 | Merge #9097: [qa] Rework sync_* and preciousblock.py | MarcoFalke | |
fa97ccb [qa] util: Rework sync_*() (MarcoFalke) fac1141 [qa] preciousblock: Use assert_equal and BitcoinTestFramework.__init__ (MarcoFalke) | |||
2016-11-10 | Merge #9122: fix getnettotals RPC description about timemillis. | MarcoFalke | |
a79f864 fix getnettotals RPC description about timemillis. (Masahiko Hyuga) | |||
2016-11-10 | Merge #9121: Initialize variable to prevent compiler warning | Wladimir J. van der Laan | |
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík) | |||
2016-11-10 | Merge #9120: bug: Missed one "return false" in recent refactoring in #9067 | Wladimir J. van der Laan | |
45d372f Missed one "return false" in recent refactoring in #9067 (UdjinM6) | |||
2016-11-10 | fix getnettotals RPC description about timemillis. | Masahiko Hyuga | |
2016-11-10 | Initialize variable to prevent compiler warning | Pavel Janík | |
2016-11-10 | Missed one "return false" in recent refactoring in #9067 | UdjinM6 | |
2016-11-09 | Merge #8894: [Testing] Include fRelay in mininode version messages | Wladimir J. van der Laan | |
e5d682f Fix mininode version message format (jnewbery) |