1. b1cd6ca Reorder class initialiser list to match what actually happens by Pierre Ossman · 11 years ago
  2. 615a0f5 Make Rect::area() signed, just like Rect::width()/height() by Pierre Ossman · 11 years ago
  3. fb450fb Fix mismatches between format string and arguments by Pierre Ossman · 11 years ago
  4. 6462434 Shorten stats from EncodeManager using SI/IEC prefixes by Pierre Ossman · 11 years ago
  5. 620dd95 A switch() needs to handle every value in an enum by Pierre Ossman · 11 years ago
  6. 28c1d54 Switch to unsigned parameters for ExtendedDesktopSize handler by Pierre Ossman · 11 years ago
  7. 5c23b9e Fix bad signed/unsigned comparisons by Pierre Ossman · 11 years ago
  8. a7bbe9c Make sure Exceptions do not use unsafe format strings by Pierre Ossman · 11 years ago
  9. 5b3c5f4 Tag the Exception constructor as a printf function by Pierre Ossman · 11 years ago
  10. eb95532 Remove unused variables by Pierre Ossman · 11 years ago
  11. da9a38d Handle no useful address types from getaddrinfo() by Pierre Ossman · 11 years ago
  12. f1a3501 The compiler cannot figure out if this is assigned properly by Pierre Ossman · 11 years ago
  13. f481203 Merge branch 'perf' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 11 years ago
  14. 4daa7b1 Default compression level should be interpreted as high by Pierre Ossman · 11 years ago
  15. eef5516 Be more aggressive in finding solid rectangles by Pierre Ossman · 11 years ago
  16. 20dd2a9 Move encoder statistics into EncodeManager from SMsgWriter by Pierre Ossman · 11 years ago
  17. a43a3f4 Optimise fillRect() by Pierre Ossman · 11 years ago
  18. 0f2fbc0 rfb::Region uses the Xregion library by Pierre Ossman · 11 years ago
  19. 82c279e Add stream class to feed data from a file by Pierre Ossman · 11 years ago
  20. f38e243 No need for this array to be writeable by Pierre Ossman · 11 years ago
  21. 7069bdd Move reverse connection information into VNCSConnectionST by Pierre Ossman · 11 years ago
  22. f3b0ade These methods aren't critical so no need for them to be pure by Pierre Ossman · 11 years ago
  23. 0144c53 Give subclasses the ability to overwrite the reader and writer by Pierre Ossman · 11 years ago
  24. b7acf86 SConnection internals should be private, just like for CConnection by Pierre Ossman · 11 years ago
  25. 11167e1 Use a common header file for Windows errno names. by Peter Åstrand (astrand) · 11 years ago
  26. 4e3e79d Make the calls to va_list logging functions more explicit by Pierre Ossman · 11 years ago
  27. 39b3b8f Add parameters to force IPv4/IPv6 selection by Pierre Ossman · 11 years ago
  28. 9018af4 More debug logging for screen layout changes by Pierre Ossman · 11 years ago
  29. 5789572 Remove logging of each Timer firing 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. cc31790 Allow LogWriter objects to be used with va_list argument by Pierre Ossman · 11 years ago
  32. e4d9726 IPv6: create new socket if IPv6 bind fails (#77). by Tim Waugh · 11 years ago
  33. 555815a Make sure attributes propagate through security wrappers by Pierre Ossman · 11 years ago
  34. e7be49b Limit access to non-shared mode by Pierre Ossman · 11 years ago
  35. 4e7a54c Merge branch 'readonlypassword' of https://github.com/michalsrb/tigervnc into viewonly by Pierre Ossman · 11 years ago
  36. 519784a Update comment of VncAuthPasswdGetter::getVncAuthPasswd. by Michal Srb · 11 years ago
  37. b318b8f Add AccessSetDesktopSize right. by Michal Srb · 11 years ago
  38. 8e10170 Fix setsockopt() call on Windows by Pierre Ossman · 11 years ago
  39. 07cd229 Protect IPv6 address strings with [] by Pierre Ossman · 11 years ago
  40. 14263e1 Don't assume that it's IPv4 just because it's not IPv6 by Pierre Ossman · 11 years ago
  41. f1665ac inet_ntoa() want's the address directly, not a pointer to it by Pierre Ossman · 11 years ago
  42. 6ae42df TcpSocket: IPv6 handling throughout (#68). by Tim Waugh · 11 years ago
  43. 698371a Added more #ifdefs for IPv6. by Tim Waugh · 11 years ago
  44. 6abf3f4 IPv6 loopback support too. by Tim Waugh · 11 years ago
  45. 4561f7e Add IPv6 support (#68). by Tim Waugh · 11 years ago
  46. 5e022ec Revert "Use VncAuth as the default security type, ..." by Pierre Ossman · 11 years ago
  47. 71d6666 Always log chosen security type by Pierre Ossman · 11 years ago
  48. 270a31c VncAuth: Read and use readonly password. by Michal Srb · 11 years ago
  49. 8d1ee00 Allow SSecurity to specify AccessRights for SConnection. by Michal Srb · 11 years ago
  50. 8c9d44f Remove unused variable by Pierre Ossman · 11 years ago
  51. 800a35c Remove verbose TLS logging by Pierre Ossman · 11 years ago
  52. 428de11 Move ws2_32 dependency to the correct place by Pierre Ossman · 11 years ago
  53. 7052767 Merge branch 'assert' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 11 years ago
  54. 3b07fc1 Remove unused assert.h include by Pierre Ossman · 11 years ago
  55. 9b6d80d Wrong padding size calculated (copy-paste error) by Pierre Ossman · 11 years ago
  56. fcaf0e4 Fix endian conversion by Pierre Ossman · 11 years ago
  57. 41deb88 Add pixel conversion correctness test by Pierre Ossman · 11 years ago
  58. a4148f8 PixelTransformer is gone so we can protect these now by Pierre Ossman · 11 years ago
  59. 4870081 Move preferred encoding tracking into a server object by Pierre Ossman · 11 years ago
  60. 3d2a84b Correct naming convention for some parameters by Pierre Ossman · 11 years ago
  61. 906800b Give a correct list of valid security schemes by Pierre Ossman · 11 years ago
  62. c92081e Use printf constructor safely by Pierre Ossman · 11 years ago
  63. c039726 Move image encoding logic into a central EncodeManager class by Pierre Ossman · 11 years ago
  64. a088f1a Remove PixelTransformer and TransImageGetter by Pierre Ossman · 11 years ago
  65. 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
  66. 126e564 Store the mouse cursor in the ConnParams object by Pierre Ossman · 12 years ago
  67. d4f718d Allow PixelBuffers to be const by Pierre Ossman · 12 years ago
  68. 6ea6e1a Add helper class for a rendered cursor by Pierre Ossman · 12 years ago
  69. 9cbdec6 Add convenience variant of getImage() by Pierre Ossman · 12 years ago
  70. 9da47f8 Add convenience functions to ModifiablePixelBuffer by Pierre Ossman · 12 years ago
  71. c02c05d Add optimised buffer conversion by Pierre Ossman · 12 years ago
  72. 761fe24 Add ability to directly convert between two pixel formats by Pierre Ossman · 12 years ago
  73. 2fe68da Use lookup tables for pixel upconversion by Pierre Ossman · 11 years ago
  74. 8163f54 Only grab the regions we actually need by Pierre Ossman · 12 years ago
  75. a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
  76. 2e5a106 Get rid of getStride() by Pierre Ossman · 12 years ago
  77. ff9eb5a Get rid of the direct access abuse of FullFramePixelBuffer's data by Pierre Ossman · 12 years ago
  78. 5c1a153 We don't need a fillRect() that is this optimised by Pierre Ossman · 12 years ago
  79. 1b350ed Avoid having virtual methods where not needed by Pierre Ossman · 12 years ago
  80. 8b56a87 getImage() doesn't need to be overloadable, keep it simple by Pierre Ossman · 12 years ago
  81. 668468b Encoders/decoders should track the connection object by Pierre Ossman · 12 years ago
  82. fdba3fe Push encoder and decoder handling down into the connection objects by Pierre Ossman · 12 years ago
  83. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  84. bcc295e Get rid of unnecessary macros as they are only ever set to a single thing by Pierre Ossman · 12 years ago
  85. 7b5c069 Push encoding specific formats into the encoders and decoders by Pierre Ossman · 11 years ago
  86. 65ad322 Consolidate the different palette handler implementations by Pierre Ossman · 12 years ago
  87. d704e4a Handle CopyRect like any other encoding by Pierre Ossman · 12 years ago
  88. 4aba19e Avoid reader/writer duplication in every encoder/decoder by Pierre Ossman · 12 years ago
  89. 717c07b Remove partial update functionality by Pierre Ossman · 12 years ago
  90. c0b1aa0 Move serialisation of pseudorects into separate functions by Pierre Ossman · 12 years ago
  91. 7638e9c Merge the "V3" message classes into the normal ones by Pierre Ossman · 12 years ago
  92. 95f1f29 Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 11 years ago
  93. 5ad4d06 Remove a lot of platform compatibilty stuff by Pierre Ossman · 11 years ago
  94. 4d0bc6e Fix some offenders that poke around in the PixelFormat internals by Pierre Ossman · 12 years ago
  95. b266561 Avoid code duplication for the linear pixel format conversion methods by Pierre Ossman · 12 years ago
  96. a10d8fe Consistent use of stride vs pitch by Pierre Ossman · 12 years ago
  97. 8432ec1 Fix possible information leakage by Pierre Ossman · 12 years ago
  98. 2baf702 Use the same algorithm for conversions by Pierre Ossman · 12 years ago
  99. 8b874e4 Optimise the RGB to pixel conversion to simple shifts by Pierre Ossman · 12 years ago
  100. a22459d Remove magic JPEG variables from ConnParams by Pierre Ossman · 11 years ago