1. 615d16b Improved clipboard API by Pierre Ossman · 6 years ago
  2. 66f1db5 Clean up internal clipboard handling by Pierre Ossman · 6 years ago
  3. 546b2ad Make sure clipboard uses \n line endings by Pierre Ossman · 6 years ago
  4. d8bbbeb Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  5. c3826bb Make sure we always have a valid screen layout by Pierre Ossman · 7 years ago
  6. a4308c9 Get rid of SocketServer::checkTimeouts() by Pierre Ossman · 7 years ago
  7. 65e08fd Change idle timeout to timer by Pierre Ossman · 7 years ago
  8. 10688ef Properly terminate server on timeouts by Pierre Ossman · 7 years ago
  9. f43137c Change exit timeouts to timers by Pierre Ossman · 7 years ago
  10. 4bba246 Remove writeConnFailedFromScratch() by Pierre Ossman · 7 years ago
  11. 025326d Move ListConnInfo to WinVNC directory by Pierre Ossman · 7 years ago
  12. 6c97fa4 Encapsulate client handling in VNCServerST by Pierre Ossman · 7 years ago
  13. 7d64b33 Move access rights and closing to SConnection object by Pierre Ossman · 7 years ago
  14. 07e44cc Encapsulate setDesktopSize() in VNCServerST by Pierre Ossman · 7 years ago
  15. b684341 Encapsulate event handling in VNCServerST by Pierre Ossman · 7 years ago
  16. eef6c9a Remove QueryConnectionHandler by Pierre Ossman · 7 years ago
  17. 6cd6117 Flush pending changes when desktop starts by Pierre Ossman · 7 years ago
  18. 8efc7b4 Send lossless refresh even with pending updates by Pierre Ossman · 7 years ago
  19. a2b80d6 Limit lossless refresh update to safe size by Pierre Ossman · 7 years ago
  20. b53c3bf Avoid checking updates when desktop is stopped by Pierre Ossman · 7 years ago
  21. 28d570d VNCServerST: Allow unsetting pixel buffer. by Michal Srb · 8 years ago
  22. 0768d10 Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 8 years ago
  23. 707fa12 Reduce header dependencies in server classes by Pierre Ossman · 10 years ago
  24. 7be73d7 Avoid corner case of applications rendering at frame rate by Pierre Ossman · 8 years ago
  25. b1e80f7 Make sure to start the frame timer after a buffer change by Pierre Ossman · 8 years ago
  26. b45a84f Send lock LED state from server to client by Pierre Ossman · 9 years ago
  27. bb305ca Add server side lock key sync heuristic by Pierre Ossman · 9 years ago
  28. 7cb4f31 Merge branch 'fps' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 9 years ago
  29. 6e49e95 Send updates with a fixed interval by Pierre Ossman · 9 years ago
  30. 24684e5 Only update rendered cursor when requested by Pierre Ossman · 9 years ago
  31. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  32. 05338bc Log statistics from ComparingUpdateTracker by Pierre Ossman · 9 years ago
  33. d408ca5 Move socket write event handling in to the RFB core by Pierre Ossman · 9 years ago
  34. 5c23b9e Fix bad signed/unsigned comparisons by Pierre Ossman · 11 years ago
  35. 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
  36. 6ea6e1a Add helper class for a rendered cursor by Pierre Ossman · 12 years ago
  37. ff9eb5a Get rid of the direct access abuse of FullFramePixelBuffer's data by Pierre Ossman · 12 years ago
  38. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  39. 559a2e8 Fix a race condition where we might get updates thrown at us right after a by Pierre Ossman · 14 years ago
  40. 4548f30 Changing the deferred update timer to 10 ms caused a large performance regression on video/3D apps, and until we can quantify the benefits of a larger DUT value, it was decided that it should be changed back to 1 ms for the 1.2 release. by DRC · 14 years ago
  41. b114cec Make the comparing update tracker a bit more flexible. It can now be in an by Pierre Ossman · 14 years ago
  42. bbf955e Reimplement the deferred update handling, this time in a more robust and by Pierre Ossman · 14 years ago
  43. a3ac01e Clean up the interface for VNCSConnectionST. Entry points are more apparent by Pierre Ossman · 14 years ago
  44. 2d61deb Make sure RFB timers are actually respected by the server implementations. by Pierre Ossman · 14 years ago
  45. a6578bf [Development] Replace SSecurityFactoryStandard class by simplier Security class. by Adam Tkac · 15 years ago
  46. d36b626 Revert previous commit (r3889). Windows code has to be cleaned before this by Adam Tkac · 16 years ago
  47. 97abe8a Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free() by Adam Tkac · 16 years ago
  48. df45320 Brown paper bag time... Forgot to actually store the new screen layout. by Pierre Ossman · 16 years ago
  49. 04e62db Implement server side support for SetDesktopSize. by Pierre Ossman · 16 years ago
  50. d85ea3e Move screen layout bootstraping around so that it can handle if all screens by Pierre Ossman · 16 years ago
  51. 34e62f3 Basic book keeping of screen layout on server. by Pierre Ossman · 16 years ago
  52. f99c571 Remove file transfer support. by Pierre Ossman · 16 years ago
  53. 02e43d7 Remove the "video" feature and its associated custom JPEG handling. by Pierre Ossman · 17 years ago
  54. c39e078 Implemented support for DesktopName pseudo encoding, which allows by Peter Åstrand · 17 years ago
  55. 433eb1b [Bugfix] Resetting video rectangle on last client disconnect. by Constantin Kaplinsky · 17 years ago
  56. 3ce6a72 [Enhancements, refactoring] Rationalized functions to control video by Constantin Kaplinsky · 17 years ago
  57. 8499d0c [Cleanup] Fixed a compilation warning by removing a very doubtful optimization. by Constantin Kaplinsky · 17 years ago
  58. f0b3be7 [Bugfix] When pixel comparison to reduce unnecessary updates was performed, by Constantin Kaplinsky · 17 years ago
  59. 53bdd3f VideoArea parameter is fully respected. The server treats the specified rectangle as video unless the client selected some different rectangle via the VideoRectangleSelection protocol message. When the client discards selection, the server will use VideoArea setting again. by Constantin Kaplinsky · 17 years ago
  60. c341ac6 Passing VideoArea parameter to VNCServerST object. VNCServerST saves the by Constantin Kaplinsky · 17 years ago
  61. 9d1fc6c Handling VideoRectangleSelection protocol message (TightVNC extension). by Constantin Kaplinsky · 17 years ago
  62. 6970b2d Restored the functionality of the VideoPriority parameter. This time, it by Constantin Kaplinsky · 17 years ago
  63. 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
  64. 1a845d0 Special handling of a rectangular video area in the UpdateTracker and derived/related classes. by Constantin Kaplinsky · 18 years ago
  65. 604d781 Code cleanups. The most important change is that we now always use UpdateTracker's getUpdateInfo() and never call get_changed(), get_copied() and get_delta() member functions. by Constantin Kaplinsky · 18 years ago
  66. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago