1. 03 Jan, 2010 1 commit
  2. 30 Dec, 2009 1 commit
  3. 28 Dec, 2009 1 commit
  4. 24 Dec, 2009 1 commit
  5. 21 Dec, 2009 1 commit
  6. 19 Dec, 2009 2 commits
  7. 18 Dec, 2009 1 commit
    • runge's avatar
      x11vnc: fix keycode and other remote control actions under · 06987b1c
      runge authored
              DIRECT: with an extra XFlush and other safety measures.
              fflush(stderr) much in su_verify.  Make the -unixpw env. vars
              UNIXPW_DISABLE_SSL and UNIXPW_DISABLE_LOCALHOST work correctly.
              Make -loopbg actually imply -bg.
      06987b1c
  8. 15 Dec, 2009 1 commit
  9. 07 Dec, 2009 1 commit
  10. 05 Dec, 2009 1 commit
  11. 03 Dec, 2009 1 commit
    • runge's avatar
      x11vnc: -appshare mode for sharing an application windows instead of the · 00a9a0ea
      runge authored
      entire desktop. map port + 5500 in reverse connect.  Add id_cmd remote
      control functions for id (and other) windows.  Allow zero port in SSL
      reverse connections.  Adjust delays between multiple reverse connections;
      X11VNC_REVERSE_SLEEP_MAX env var.  Add some missing mutex locks; add
      INPUT_LOCK and threads_drop_input.  More safety in -threads mode for
      new framebuffer change.  Fix some stderr leaking in -inetd mode.
      00a9a0ea
  12. 18 Nov, 2009 2 commits
  13. 18 Oct, 2009 1 commit
  14. 08 Oct, 2009 2 commits
  15. 10 Aug, 2009 1 commit
  16. 11 Jul, 2009 1 commit
  17. 19 Jun, 2009 2 commits
  18. 14 Jun, 2009 1 commit
  19. 21 May, 2009 1 commit
  20. 01 Apr, 2009 1 commit
  21. 16 Mar, 2009 1 commit
  22. 15 Mar, 2009 1 commit
  23. 14 Mar, 2009 2 commits
  24. 13 Mar, 2009 1 commit
  25. 07 Mar, 2009 1 commit
  26. 28 Feb, 2009 1 commit
  27. 26 Feb, 2009 1 commit
  28. 22 Feb, 2009 2 commits
  29. 04 Feb, 2009 1 commit
    • runge's avatar
      x11vnc: Add "sendbell" remote cmd. Fix copyrect updates under · e59f78c5
      runge authored
      -reflect.  Workaround that checks valid window of selection
      requestor.  Wait on some ssl helper pids earlier.  Workaround
      XAUTHLOCALHOSTNAME for some new usage modes.  Set fake fb to
      requested bpp with correct masks.  -padgeom once:... mode.
      Set LIBXCB_ALLOW_SLOPPY_LOCK by default. rfbRandomBytes earlier.
      classes/ssl: Update jars.  Add "TOP_" dropdown customization to
      ultravnc java viewer applet FTP panel.
      e59f78c5
  30. 03 Feb, 2009 1 commit
    • dscho's avatar
      clean up build flags · 3d2eab57
      dscho authored
      The flag handling (both compiler options and include paths) are a mess at
      the moment.  There is no point in forcing "-O2 -g" when these are already
      the defaults, and if someone changes the defaults, chances are good they
      don't want you clobbering their choices.
      
      The -Wall flag should be handled in configure and thrown into CFLAGS once
      rather than every Makefile.am.  Plus, this way we can control which
      compilers the flag actually gets used with.
      
      Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS.  Nor should
      it contain -I. as this is already in the default includes setup.
      Signed-off-by: 's avatarMike Frysinger <vapier@gentoo.org>
      Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
      3d2eab57
  31. 12 Jan, 2009 2 commits
  32. 10 Jan, 2009 1 commit
  33. 04 Jan, 2009 1 commit