1. 11 Apr, 2012 2 commits
    • Pieter Hintjens's avatar
      Merge pull request #309 from hurtonm/fix_issue_335 · e276df2b
      Pieter Hintjens authored
      Fix issue #335
      e276df2b
    • Martin Hurton's avatar
      Fix issue #335 · cfa6f4bf
      Martin Hurton authored
      The CreateEvent function requests EVENT_ALL_ACCESS access rights
      when the event object already exists. This causes problems
      when the event object is created from a service.
      The solution is to call OpenEvent function when the CreateEvent
      failed due to access control.
      The proper solution would be to use CreateEventEx function, but
      this one is not available on Windows XP.
      cfa6f4bf
  2. 10 Apr, 2012 4 commits
  3. 09 Apr, 2012 2 commits
  4. 06 Apr, 2012 1 commit
  5. 05 Apr, 2012 3 commits
  6. 04 Apr, 2012 4 commits
  7. 03 Apr, 2012 2 commits
  8. 02 Apr, 2012 4 commits
  9. 29 Mar, 2012 4 commits
  10. 28 Mar, 2012 6 commits
  11. 27 Mar, 2012 4 commits
  12. 26 Mar, 2012 4 commits