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. 88a94ed Add delay on authentication failures by Pierre Ossman · 6 years ago
  4. b65feda Move lossless refresh handling to separate method by Pierre Ossman · 7 years ago
  5. 65e08fd Change idle timeout to timer by Pierre Ossman · 7 years ago
  6. 7e1093e Clean up headers by Pierre Ossman · 7 years ago
  7. 9f752b7 Remove unused functions from server classes by Pierre Ossman · 7 years ago
  8. f858682 Remove comments about self-deleting connections by Pierre Ossman · 7 years ago
  9. 025326d Move ListConnInfo to WinVNC directory by Pierre Ossman · 7 years ago
  10. 7d64b33 Move access rights and closing to SConnection object by Pierre Ossman · 7 years ago
  11. e6aab24 Force common flow of connection queries by Pierre Ossman · 7 years ago
  12. 7a368c9 Avoid refresh of recently changed areas by Peter Åstrand (astrand) · 7 years ago
  13. 0768d10 Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 8 years ago
  14. a99d14d Improved congestion control handling by Pierre Ossman · 10 years ago
  15. c09e558 Move congestion control to its own class by Pierre Ossman · 10 years ago
  16. 707fa12 Reduce header dependencies in server classes by Pierre Ossman · 10 years ago
  17. b2a417c Use a queue for congestion pings by Pierre Ossman · 10 years ago
  18. 25db44a Fix for initial client side cursor by Pierre Ossman · 8 years ago
  19. 3630475 Push query connect timeout back in to Xvnc by Pierre Ossman · 8 years ago
  20. 851e680 Fix shift state test in lock key heuristics by Pierre Ossman · 8 years ago
  21. 16e1dcb Track keys based on client supplied key codes by Pierre Ossman · 8 years ago
  22. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  23. b45a84f Send lock LED state from server to client by Pierre Ossman · 9 years ago
  24. cef3cf7 Split up VNCSConnectionST::writeFramebufferUpdate() by Pierre Ossman · 9 years ago
  25. a40ab20 Asynchronously retry update on congestion by Pierre Ossman · 9 years ago
  26. d408ca5 Move socket write event handling in to the RFB core by Pierre Ossman · 9 years ago
  27. a9af1f1 Fix some bad signed/unsigned mismatches by Pierre Ossman · 10 years ago
  28. 671d2ef Clean up server rendered cursor logic by Pierre Ossman · 10 years ago
  29. 7069bdd Move reverse connection information into VNCSConnectionST by Pierre Ossman · 11 years ago
  30. f8e3b34 Restructure Xvnc/libvnc.so code to avoid C++ header hacks by Pierre Ossman · 11 years ago
  31. c039726 Move image encoding logic into a central EncodeManager class by Pierre Ossman · 11 years ago
  32. 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
  33. 126e564 Store the mouse cursor in the ConnParams object by Pierre Ossman · 12 years ago
  34. fdba3fe Push encoder and decoder handling down into the connection objects by Pierre Ossman · 12 years ago
  35. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  36. b8b1e96 We were not handling the "sync next" fence properly as we sent the response by Pierre Ossman · 13 years ago
  37. b114cec Make the comparing update tracker a bit more flexible. It can now be in an by Pierre Ossman · 14 years ago
  38. 1b478e5 Server implementation of continuous updates, including advanced flow control. by Pierre Ossman · 14 years ago
  39. 2c76494 Implement proper support for fences in the server. by Pierre Ossman · 14 years ago
  40. a3ac01e Clean up the interface for VNCSConnectionST. Entry points are more apparent by Pierre Ossman · 14 years ago
  41. 1bb8b6c Don't try to push out another update if the socket is already full. This by Pierre Ossman · 14 years ago
  42. 04e62db Implement server side support for SetDesktopSize. by Pierre Ossman · 16 years ago
  43. 34bb061 Properly parse the SetDesktopSize message. by Pierre Ossman · 16 years ago
  44. c5e2560 Minimal server side implementation of the extended desktop size protocol. by Pierre Ossman · 16 years ago
  45. f99c571 Remove file transfer support. by Pierre Ossman · 16 years ago
  46. 02e43d7 Remove the "video" feature and its associated custom JPEG handling. by Pierre Ossman · 17 years ago
  47. c39e078 Implemented support for DesktopName pseudo encoding, which allows by Peter Åstrand · 17 years ago
  48. 3ce6a72 [Enhancements, refactoring] Rationalized functions to control video by Constantin Kaplinsky · 17 years ago
  49. 9d1fc6c Handling VideoRectangleSelection protocol message (TightVNC extension). by Constantin Kaplinsky · 17 years ago
  50. a77e818 Removed support for continuous updates, a TightVNC-specific RFB protocol by Constantin Kaplinsky · 17 years ago
  51. 1a845d0 Special handling of a rectangular video area in the UpdateTracker and derived/related classes. by Constantin Kaplinsky · 18 years ago
  52. dafbb01 Initial implementation of continuous updates in the server code. This code does not handle framebuffer size changes properly yet. Also, the server does not send the client EndOfContinuousUpdates message yet (documented in doc/rfbproto.tex). by Constantin Kaplinsky · 18 years ago
  53. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago