1. 0ff2655 Support extended clipboard transfers by Pierre Ossman · 10 years ago
  2. 5fbbe10 Use UTF-8 in clipboard API by Pierre Ossman · 6 years ago
  3. 615d16b Improved clipboard API by Pierre Ossman · 6 years ago
  4. 88a94ed Add delay on authentication failures by Pierre Ossman · 6 years ago
  5. d8bbbeb Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  6. 4bba246 Remove writeConnFailedFromScratch() by Pierre Ossman · 7 years ago
  7. 9672835 Make arguments explicit in all message writer methods by Pierre Ossman · 7 years ago
  8. 0d3ce87 Rename ConnParams to ClientParams by Pierre Ossman · 7 years ago
  9. ea7ede9 Move version reading/writing out of ConnParams by Pierre Ossman · 7 years ago
  10. 7d64b33 Move access rights and closing to SConnection object by Pierre Ossman · 7 years ago
  11. ad2b3c4 Strongly bind security objects to connection object by Pierre Ossman · 7 years ago
  12. 82d22e6 Remove destroy functions by Pierre Ossman · 7 years ago
  13. 1922550 Make exception classes have clearer messages by Pierre Ossman · 8 years ago
  14. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  15. dccb5f7 Prevent leak of SecurityServer and ClientServer. by Michal Srb · 8 years ago
  16. c1cbc70 Early propagate of access rights to connection. by Henrik Andersson · 10 years ago
  17. 07eec1b Remove unused deleteReaderAndWriter() method by Pierre Ossman · 10 years ago
  18. f38e243 No need for this array to be writeable by Pierre Ossman · 11 years ago
  19. 7069bdd Move reverse connection information into VNCSConnectionST by Pierre Ossman · 11 years ago
  20. e7be49b Limit access to non-shared mode by Pierre Ossman · 11 years ago
  21. b318b8f Add AccessSetDesktopSize right. by Michal Srb · 11 years ago
  22. 8d1ee00 Allow SSecurity to specify AccessRights for SConnection. by Michal Srb · 11 years ago
  23. 4870081 Move preferred encoding tracking into a server object by Pierre Ossman · 11 years ago
  24. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  25. 7638e9c Merge the "V3" message classes into the normal ones by Pierre Ossman · 12 years ago
  26. ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
  27. c898d9a Basic infrastructure for continuous updates. by Pierre Ossman · 14 years ago
  28. c754cce Basic infrastructure to support fences. by Pierre Ossman · 14 years ago
  29. 3d0af20 [Development] Remove support for the "Tight" security type from C++ code. by Adam Tkac · 15 years ago
  30. bfd66c1 [Development] Move Get{C,S}Security from Security class to separate classes. by Adam Tkac · 15 years ago
  31. fb99315 [Development] Extend Security class to allow different default sectypes for server/viewer. by Adam Tkac · 15 years ago
  32. a6578bf [Development] Replace SSecurityFactoryStandard class by simplier Security class. by Adam Tkac · 15 years ago
  33. 5a0caed [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. by Adam Tkac · 15 years ago
  34. 98fe98c Eliminate GCC signed/unsigned warnings related to encodings: The by Peter Åstrand · 16 years ago
  35. f99c571 Remove file transfer support. by Pierre Ossman · 16 years ago
  36. 02e43d7 Remove the "video" feature and its associated custom JPEG handling. by Pierre Ossman · 17 years ago
  37. a77e818 Removed support for continuous updates, a TightVNC-specific RFB protocol by Constantin Kaplinsky · 17 years ago
  38. 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
  39. 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
  40. c22746d Reverted the changes appeared in revisions 2173,2181. We better always send the "security result" message in the protocol version 3.8, even after an empty list of authentication capabilities. by Constantin Kaplinsky · 19 years ago
  41. 4b9bf90 Corrected support for TightVNC extensions - always sending authentication capability list even when authentication is not required. This may be incompatible with certain TightVNC viewers but this is the way to allow "no authentication" AND prompting local user to accept/reject incoming connection. by Constantin Kaplinsky · 19 years ago
  42. ea3bf4c A FIXME comment: TightVNC extensions support is not finished yet. by Constantin Kaplinsky · 19 years ago
  43. adc4537 Removed unused variables, added comments. This fixes compilation by Constantin Kaplinsky · 19 years ago
  44. 4140d91 Finished support for TightVNC protocol extensions in the server code. Now "no authentication" case is handled correctly. by Constantin Kaplinsky · 19 years ago
  45. ee6ec19 Rationalized FIXME comments, changed code layout in switch blocks. by Constantin Kaplinsky · 19 years ago
  46. 4ad04c1 Improved code to advertise supported encoding types via protocol capabilities. Only actually registered encoders are advertised now. by Constantin Kaplinsky · 19 years ago
  47. ce0907d Implemented support for TightVNC protocol extensions in the server code. This version has one incompatibility with TightVNC 1.3.x viewers - such viewers would not be able to connect without authentication. This will be fixed in the nearest time. by Constantin Kaplinsky · 19 years ago
  48. 5fa9d22 Minor refactoring to prepare the source for handling TightVNC protocol extensions. This one does not introduce any real changes. by Constantin Kaplinsky · 19 years ago
  49. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago