Files
bitcoin/src/qt
Wladimir J. van der Laan 55a1db4fa2 Solve chainActive-related locking issues
- In wallet and GUI code LOCK cs_main as well as cs_wallet when
  necessary
- In main.cpp SendMessages move the TRY_LOCK(cs_main) up, to encompass the call
  to IsInitialBlockDownload.
- Make ActivateBestChain, AddToBlockIndex, IsInitialBlockDownload,
  InitBlockIndex acquire the cs_main lock

Fixes #3997
2014-04-18 12:49:41 +02:00
..
2014-04-17 13:47:14 +02:00
2014-02-14 13:25:24 -05:00
2014-04-14 14:20:40 +02:00
2014-04-17 13:47:14 +02:00
2014-04-14 14:20:40 +02:00
2014-03-18 14:51:28 +01:00
2014-04-02 03:48:07 +02:00
2014-03-29 06:03:08 +01:00
2014-04-02 03:48:07 +02:00
2014-04-02 03:48:07 +02:00
2014-04-02 03:48:07 +02:00