Commit Graph

518 Commits

Author SHA1 Message Date
jl777
169b3009ea test 2016-11-08 19:22:55 -03:00
jl777
d90cef0b0c test 2016-11-08 19:20:50 -03:00
jl777
d90d2be52c test 2016-11-08 19:18:51 -03:00
jl777
078f6af1db test 2016-11-08 19:09:28 -03:00
jl777
4189bcacf0 test 2016-11-08 19:06:49 -03:00
jl777
3a9746d294 test 2016-11-08 19:06:29 -03:00
jl777
0617dd84de test 2016-11-08 19:03:45 -03:00
jl777
cf5053b084 test 2016-11-08 18:56:19 -03:00
jl777
d9a9d5620c test 2016-11-08 17:49:36 -03:00
jl777
79562bf333 test 2016-11-08 17:33:02 -03:00
jl777
cf1aa6ab0d test 2016-11-08 17:27:47 -03:00
jl777
610378b40e test 2016-11-08 17:20:26 -03:00
jl777
1bb0e19747 test 2016-11-08 16:01:13 -03:00
jl777
8c22eb466f test 2016-11-08 15:36:44 -03:00
jl777
4fe3439ff2 test 2016-11-08 15:23:30 -03:00
jl777
a3f23ee221 test 2016-11-08 15:08:46 -03:00
jl777
1e983efa98 test 2016-11-08 15:00:31 -03:00
jl777
359151495a test 2016-11-08 14:30:34 -03:00
jl777
a6be357ed3 test 2016-11-08 13:19:53 -03:00
jl777
b86d6c98af test 2016-11-08 13:08:50 -03:00
jl777
c021b87142 test 2016-11-08 13:03:24 -03:00
jl777
ec7ad5f657 test 2016-11-08 12:58:24 -03:00
jl777
892c45dd2b test 2016-11-08 12:47:44 -03:00
jl777
a8961ee0cc test 2016-11-08 12:36:13 -03:00
jl777
4b71bef66b test 2016-11-07 21:11:49 -03:00
jl777
f1e6bb0190 test 2016-11-07 21:07:13 -03:00
jl777
7cbf644437 test 2016-11-07 20:51:02 -03:00
jl777
d48f470fb6 test 2016-11-07 19:51:59 -03:00
jl777
81041ab233 test 2016-11-07 18:27:39 -03:00
jl777
d4a1821d06 test 2016-11-07 18:07:48 -03:00
jl777
7ca711bac3 test 2016-11-07 18:05:15 -03:00
jl777
529f87603e test 2016-11-07 18:00:08 -03:00
jl777
bd67847c5f test 2016-11-07 17:58:29 -03:00
jl777
e5430f52c7 test 2016-11-07 17:56:48 -03:00
jl777
654dfaaf85 test 2016-11-07 16:36:49 -03:00
jl777
31eef660e4 test 2016-11-07 15:39:42 -03:00
jl777
3f0813b335 test 2016-11-07 15:22:43 -03:00
jl777
2274b29bd4 test 2016-11-07 15:14:56 -03:00
jl777
9cc05f24d7 test 2016-11-07 14:24:18 -03:00
jl777
f846a85733 test 2016-11-07 14:21:35 -03:00
jl777
63d48f2fc9 test 2016-11-07 09:18:12 -03:00
jl777
6458297e30 test 2016-11-07 09:16:20 -03:00
jl777
77be6cd9d3 test 2016-11-06 20:54:32 -03:00
jl777
c74774e9ff test 2016-11-06 17:54:38 -03:00
jl777
9ef47e29b5 test 2016-11-06 17:47:54 -03:00
jl777
ebb1ba68bf test 2016-11-06 10:40:07 -03:00
jl777
1a8be0dc69 test 2016-11-06 10:33:11 -03:00
jl777
755ead9889 test 2016-11-06 10:09:37 -03:00
jl777
cb040aa153 test 2016-11-04 16:10:13 -03:00
Simon
5e9b555fed Fixes #1762 segfault when miner is interrupted.
Running ./zcash-cli setgenerate false would result in a segfault.
The miner thread's boost::signals2::connection was not disconnected
when the miner thread was interrupted and shutdown.  Subsequently, when
a new block arrived, the UpdateTip callback would still be invoked on
a now invalid object, resulting in a segfault.
2016-11-03 21:53:56 -07:00