1. 18 Nov, 2010 1 commit
    • Christian Beier's avatar
      Add doxygen documentation support. · 705a5d46
      Christian Beier authored
          Adds automagically generating libvncserver/libvncclient API
          documentation using doxygen. This gives a nice overview on both APIs,
          include dependencies and function call/caller dependencies.
      
          TODO: Modify all the explaining comments in the .c files for use with
                doxygen as well.
      
          This patch only changes comments, no functional changes at all!
      Signed-off-by: 's avatarChristian Beier <dontmind@freeshell.org>
      705a5d46
  2. 11 Nov, 2010 1 commit
  3. 02 Nov, 2010 1 commit
  4. 21 Oct, 2010 1 commit
  5. 08 Oct, 2010 1 commit
  6. 29 Sep, 2010 1 commit
  7. 13 Sep, 2010 1 commit
    • Christian Beier's avatar
      Non-blocking sockets for Windows. · c0373e9c
      Christian Beier authored
      Expands the SetNonBlocking() function in libvncclient/sockets.c to also
      work under Windows and also changes it to honour maybe already present
      socket flags.
      
      A similar function was introduced for libvncserver as well and
      all the #ifdef'ed fnctl calls replaced with calls to that one.
      Signed-off-by: 's avatarChristian Beier <dontmind@freeshell.org>
      c0373e9c
  8. 08 Jul, 2010 1 commit
  9. 19 May, 2010 1 commit
  10. 28 Apr, 2010 1 commit
  11. 16 Jan, 2010 1 commit
  12. 01 Jan, 2010 1 commit
  13. 12 Nov, 2009 1 commit
  14. 02 Nov, 2009 1 commit
  15. 30 Oct, 2009 2 commits
  16. 02 Oct, 2009 3 commits
  17. 21 May, 2009 1 commit
  18. 20 May, 2009 1 commit
  19. 12 May, 2009 1 commit
  20. 28 Apr, 2008 1 commit
  21. 31 Jan, 2008 1 commit
  22. 30 Jan, 2008 1 commit
  23. 29 Jan, 2008 2 commits
  24. 06 Apr, 2007 2 commits
  25. 01 Feb, 2007 1 commit
  26. 31 Jan, 2007 1 commit
  27. 16 Dec, 2006 1 commit
  28. 12 Sep, 2006 1 commit
  29. 11 Sep, 2006 1 commit
  30. 28 May, 2006 1 commit
  31. 16 May, 2006 1 commit
  32. 15 May, 2006 3 commits
  33. 04 May, 2006 1 commit
    • steven_carr's avatar
      Server Capability Encodings · 0d734ad8
      steven_carr authored
      rfbEncodingSupportedEncodings - What encodings are supported?
      rfbEncodingSupportedMessages  - What message types are supported?
      rfbEncodingServerIdentity     - What is the servers version string?
      ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 0.9pre)"
      0d734ad8