1. 24 Aug, 2014 2 commits
  2. 07 Aug, 2014 1 commit
  3. 26 Apr, 2014 1 commit
    • Max Kellermann's avatar
      DeferredMonitor: fix race condition when using GLib event loop · 0efb67b5
      Max Kellermann authored
      Turns out the lock-free code using atomics was not thread-safe.  The
      given callback could be invoked by GLib before the source_id attribute
      was assigned.  This commit changes the DeferredMonitor class to use a
      Mutex to block the event loop until source_id is assigned.  This bug
      does not exist in the 0.19 branch because it does not use the GLib
      main loop anymore.
      0efb67b5
  4. 02 Mar, 2014 1 commit
  5. 18 Feb, 2014 1 commit
  6. 06 Nov, 2013 4 commits
  7. 04 Nov, 2013 3 commits
  8. 28 Oct, 2013 1 commit
  9. 19 Oct, 2013 1 commit
  10. 18 Oct, 2013 1 commit
  11. 15 Oct, 2013 5 commits
  12. 02 Oct, 2013 1 commit
  13. 04 Sep, 2013 3 commits
  14. 10 Aug, 2013 9 commits
  15. 08 Aug, 2013 4 commits
  16. 07 Aug, 2013 2 commits