1. ab22bc0 Add x0vncserver option to only allow localhost connections by Pierre Ossman · 7 years ago
  2. 946a5e9 Allow -AcceptSetDesktopSize in x0vncserver by Pierre Ossman · 7 years ago
  3. b85febc Merge branch 'exittimer' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  4. a4308c9 Get rid of SocketServer::checkTimeouts() by Pierre Ossman · 7 years ago
  5. f9de176 Merge branch 'vncserver' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  6. 454d444 Run listener destructors before terminating by Peter Åstrand (astrand) · 7 years ago
  7. eef6c9a Remove QueryConnectionHandler by Pierre Ossman · 7 years ago
  8. e6aab24 Force common flow of connection queries by Pierre Ossman · 7 years ago
  9. 39594b8 Unix socket support in x0vncserver by Pierre Ossman · 7 years ago
  10. e3a2be6 Use abstract SocketListener class by Pierre Ossman · 7 years ago
  11. ce4722f Move XDesktop specific parameters in to same file by Pierre Ossman · 8 years ago
  12. 0a0e582 x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize by Peter Åstrand (astrand) · 8 years ago
  13. dcd0b13 Removed IRIX/Solaris overlay support by Peter Åstrand (astrand) · 8 years ago
  14. 453da22 Remove support for Lynx/OS by Peter Åstrand (astrand) · 8 years ago
  15. 3112f50 Move XDesktop to separate file by Peter Åstrand (astrand) · 8 years ago
  16. b000ff1 Get rid of getFbSize()/getDesktopSize() in common by Pierre Ossman · 8 years ago
  17. 2956bb3 Handle unknown keysyms properly in x0vncserver by Pierre Ossman · 8 years ago
  18. 2df2a07 Handle XKB groups properly in x0vncserver by Pierre Ossman · 8 years ago
  19. 00dec78 Update mouse cursor position in x0vncserver by Pierre Ossman · 8 years ago
  20. 61a75ef Only select XFixes event once by Pierre Ossman · 8 years ago
  21. d092f05 Merge branch 'cursor' of https://github.com/alanc/tigervnc by Pierre Ossman · 8 years ago
  22. 63cc07e Merge branch 'x0vncshift' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 8 years ago
  23. 8fe5090 x0vncserver: keyEvent(): use scancodes if available by Peter Korsgaard · 8 years ago
  24. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  25. 5b7ff37 x0vncserver: add support for led state notifications by Peter Korsgaard · 8 years ago
  26. ac73038 Respect modifiers in x0vncserver by Pierre Ossman · 8 years ago
  27. 9a739d4 x0vncserver: Use Xfixes to display cursors if available by Alan Coopersmith · 8 years ago
  28. 16419cc Use non-blocking sockets in x0vnserver by Pierre Ossman · 9 years ago
  29. 278e420 Fix timeout handling in x0vncserver by Pierre Ossman · 9 years ago
  30. d408ca5 Move socket write event handling in to the RFB core by Pierre Ossman · 9 years ago
  31. f7aa3f9 Return TcpListener pointers rather than objects by Pierre Ossman · 10 years ago
  32. 892d10a Fixed IPv6 support. by Tim Waugh · 10 years ago
  33. 25ae7e3 Handler still needs to return something even with XDamage by Pierre Ossman · 11 years ago
  34. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  35. 2054767 Accidentally removed some code in the previous commit. by Pierre Ossman · 11 years ago
  36. a7b728a Add XDAMAGE support to x0vncserver. Makes it more efficient by Pierre Ossman · 11 years ago
  37. ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
  38. a6578bf [Development] Replace SSecurityFactoryStandard class by simplier Security class. by Adam Tkac · 15 years ago
  39. c58b3d1 [Development] Add possibility to define viewer/server specific parameters via by Adam Tkac · 15 years ago
  40. 93ff5db [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able by Adam Tkac · 16 years ago
  41. d36b626 Revert previous commit (r3889). Windows code has to be cleaned before this by Adam Tkac · 16 years ago
  42. 97abe8a Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free() by Adam Tkac · 16 years ago
  43. 02e43d7 Remove the "video" feature and its associated custom JPEG handling. by Pierre Ossman · 17 years ago
  44. 4eacc02 Rebrand the source as TigerVNC. It is my hope that this patch is by Peter Åstrand · 17 years ago
  45. ea7b650 Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk. by Constantin Kaplinsky · 17 years ago
  46. 0c4306c [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, x0vncserver used to leave the Ctrl modifier "pressed". Now it should be "released" properly. by Constantin Kaplinsky · 17 years ago
  47. 3ce6a72 [Enhancements, refactoring] Rationalized functions to control video by Constantin Kaplinsky · 17 years ago
  48. c341ac6 Passing VideoArea parameter to VNCServerST object. VNCServerST saves the by Constantin Kaplinsky · 17 years ago
  49. 7bdccd7 Fixed a few more memory leaks. by Constantin Kaplinsky · 17 years ago
  50. 2039d7b Implemented support for command-line options that print version information by Constantin Kaplinsky · 17 years ago
  51. dc873dc Minor cleanup, no code changes: updated a comment and moved XDesktop::poll() by Constantin Kaplinsky · 17 years ago
  52. 303433a Refactoring: now PollingManager is owned by XPixelBuffer. No other classes by Constantin Kaplinsky · 17 years ago
  53. 8a85c49 Code refactoring: PollingManager should not know anything about by Constantin Kaplinsky · 17 years ago
  54. f773a8e Code refactoring: passing geometry to XPixelBuffer as a Rect instead of four by Constantin Kaplinsky · 17 years ago
  55. 23c6022 Code improvements and better error checking in the Geometry class: by Constantin Kaplinsky · 17 years ago
  56. e0c80c5 Code refactoring: maintaining the Image object representing the framebuffer by Constantin Kaplinsky · 17 years ago
  57. 1d2967f Code refactoring: setting pixel format in XPixelBuffer instead of XDesktop. by Constantin Kaplinsky · 17 years ago
  58. 54cfef3 Code refactoring: passing VNCServer pointer to PollingManager methods by Constantin Kaplinsky · 17 years ago
  59. 2c01983 Code refactoring - PollingManager's constructor is given an XPixelBuffer* by Constantin Kaplinsky · 17 years ago
  60. 8232831 Support for VideoRectangleSelection client message in the server code. The message is read but ignored (only a message will be written to stderr). by Constantin Kaplinsky · 17 years ago
  61. 932e09b - use PACKAGE_NAME/PACKAGE_VERSION macros instead PACKAGE/VERSION (AC_INIT() compatibility) by Adam Tkac · 17 years ago
  62. fded078 After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 by Adam Tkac · 17 years ago
  63. ae2c645 - use Makefile.am and configure.ac by Adam Tkac · 17 years ago
  64. 936c369 Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() method. by Constantin Kaplinsky · 18 years ago
  65. 614c7b5 Moved XPixelBuffer class into a separate file. by Constantin Kaplinsky · 18 years ago
  66. 813dbb4 Fixed unreasonably high CPU utilization in cases when new connection has by Constantin Kaplinsky · 19 years ago
  67. b963270 Reporting build time in x0vncserver usage. by Constantin Kaplinsky · 19 years ago
  68. f4986f4 Changes in reporting version numbers and copyrights. by Constantin Kaplinsky · 19 years ago
  69. a3b60c4 Updated build scripts in unix/ for new directory layout. by Constantin Kaplinsky · 19 years ago
  70. b30ae7f Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago