1. 07 May, 2007 2 commits
  2. 05 May, 2007 2 commits
  3. 04 May, 2007 1 commit
  4. 01 May, 2007 1 commit
  5. 28 Apr, 2007 1 commit
  6. 19 Apr, 2007 3 commits
  7. 18 Apr, 2007 1 commit
  8. 08 Apr, 2007 1 commit
  9. 07 Apr, 2007 4 commits
  10. 06 Apr, 2007 2 commits
  11. 30 Mar, 2007 2 commits
    • dscho's avatar
      build x11vnc with static libraries (at least for now) · 12c6764f
      dscho authored
      Maybe at a later stage, we want x11vnc to pick up on existing
      libvncserver.so and libvncclient.so, but right now, x11vnc and the
      libraries progress together (and thus it is better to build static,
      necessarily up-to-date libraries for x11vnc).
      12c6764f
    • dscho's avatar
      Build shared libraries per default · ca805667
      dscho authored
      Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
      ca805667
  12. 25 Mar, 2007 1 commit
  13. 24 Mar, 2007 4 commits
  14. 20 Mar, 2007 3 commits
  15. 17 Mar, 2007 1 commit
    • dscho's avatar
      Fix a locking problem in libvncserver · 61cd498f
      dscho authored
      There seems to be a locking problem in libvncserver, with respect to how
      condition variables are used.
      
      On certain machines in our lab, when using a vncviewer to view a display
      that has a very high rate of updates, we will occasionally see the VNC
      server process crash.  In one stack trace that was obtained, an assertion
      had tripped in glibc's pthread_cond_wait, which was called from
      clientOutput.
      
      Inspection of clientOutput suggests that WAIT is being called incorrectly.
      The mutex that protects a condition variable should always be locked when
      calling wait, and on return from the wait will still be locked.  The
      attached patch fixes the locking around this condition variable, and one
      other that I found by grepping the source for similar occurrences.
      Signed-off-by: 's avatarCharles Coffing <ccoffing@novell.com>
      61cd498f
  16. 13 Mar, 2007 2 commits
  17. 19 Feb, 2007 4 commits
  18. 17 Feb, 2007 1 commit
  19. 16 Feb, 2007 2 commits
  20. 12 Feb, 2007 2 commits