1. 24 Aug, 2014 2 commits
  2. 07 Aug, 2014 2 commits
  3. 06 Aug, 2014 1 commit
  4. 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
  5. 15 Mar, 2014 1 commit
  6. 02 Mar, 2014 1 commit
  7. 18 Feb, 2014 1 commit
  8. 04 Feb, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 09 Jan, 2014 2 commits
  11. 07 Jan, 2014 1 commit
  12. 06 Jan, 2014 5 commits
  13. 05 Jan, 2014 8 commits
  14. 04 Jan, 2014 8 commits
  15. 31 Dec, 2013 2 commits
  16. 21 Dec, 2013 1 commit
  17. 19 Dec, 2013 2 commits