1. 03 Sep, 2014 3 commits
  2. 02 Sep, 2014 11 commits
  3. 26 Aug, 2014 1 commit
  4. 18 Aug, 2014 2 commits
  5. 16 Aug, 2014 7 commits
  6. 15 Aug, 2014 2 commits
  7. 03 Aug, 2014 3 commits
    • Amandeep Singh's avatar
      allow rfbInitSockets with non-ready states. · 012594b9
      Amandeep Singh authored
      This allows for reinitializations of e. g. sockets in a SHUTDOWN state.
      The only state that doesn't make sense to reinitialize are READY states.
      012594b9
    • Amandeep Singh's avatar
      Fix crash in krfb · afd1d329
      Amandeep Singh authored
      Krfb crashes on quit, if any client is connected
      due to a rfbClientConnectionGone call missing
      afd1d329
    • Will Thompson's avatar
      x11vnc: fix double X_UNLOCK on xrandr events · dca10482
      Will Thompson authored
      check_xrandr_event() assumes X_LOCK is taken before it is called, and
      currently calls X_UNLOCK on behalf of the caller. But in practice, all
      callers assume that the lock is still held after check_xrandr_event()
      returns. In particular, this leads to a double-unlock and crash in
      check_xevents() on any xrandr event.
      dca10482
  8. 18 Jul, 2014 1 commit
  9. 10 Jul, 2014 1 commit
    • Will Thompson's avatar
      x11vnc: fix double X_UNLOCK on xrandr events · c4dff87c
      Will Thompson authored
      check_xrandr_event() assumes X_LOCK is taken before it is called, and
      currently calls X_UNLOCK on behalf of the caller. But in practice, all
      callers assume that the lock is still held after check_xrandr_event()
      returns. In particular, this leads to a double-unlock and crash in
      check_xevents() on any xrandr event.
      c4dff87c
  10. 27 Jun, 2014 1 commit
  11. 23 Jun, 2014 4 commits
  12. 14 May, 2014 1 commit
  13. 13 May, 2014 1 commit
  14. 05 Apr, 2014 2 commits