1. 06 Sep, 2020 2 commits
    • Fix segfaults (#1368) · e87dfa47
      * Ensure JavaScript exceptions bubble up
      
      * Fix segfault
      
      * Fix mutex segfault
      
      * Fix segfault caused by memory leak
      
      If the database was being closed, and non-exclusive work was scheduled,
      it overrode the lock flag such that the state became open=false locked=false
      instead of open=false locked=true. This caused queued work to not be
      processed, leaking memory, which causes a segfault during napi cleanup.
      
      Make the same changes to other methods for safe measure.
      Mohamed Akram authored
  2. 09 Jul, 2020 1 commit
  3. 02 Jul, 2020 3 commits
  4. 02 Jun, 2020 1 commit
  5. 14 May, 2020 1 commit
  6. 10 May, 2020 1 commit
  7. 04 May, 2020 1 commit
  8. 28 Apr, 2020 2 commits
  9. 27 Apr, 2020 5 commits
  10. 21 Apr, 2020 1 commit
  11. 20 Apr, 2020 5 commits
  12. 19 Apr, 2020 9 commits
  13. 18 Apr, 2020 2 commits
  14. 17 Apr, 2020 2 commits
  15. 16 Apr, 2020 4 commits