1. fd22cd6 [Refactoring] Most part of code that using RecordInterface to record session(when using tight encoding) replaced with code that use DataOutputStream to do it. by enikey · 17 years ago
  2. 191695b [BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by replacing statistics variables type from int to long. by enikey · 17 years ago
  3. 1214ab1 [BugFix] Tight encoding statistics enabled. by enikey · 17 years ago
  4. 2f0294e [Refactoring, cleanup] Write encoding ID of real decoders in decoders classes. Pseudo encoding ID still writes in RfbProto class. ZlibDecoder recoding enabled. ZRLEDecoder recoding still not working. by enikey · 17 years ago
  5. 6558a30 [Developement, debug] Added Encodings constants to decoders classes. Temporary disable session recording when using Zlib decoder. by enikey · 17 years ago
  6. 1893c9a [Developement] Added decode methods to Tight decoder class. by enikey · 17 years ago
  7. a909a90 [Developement] Added helper methods that decodes data in tight encoding (mono data and gradient data) to tight decoder class. by enikey · 17 years ago
  8. f7160bd [Layout] Added base Tight data decoder class (TightDecoder). by enikey · 17 years ago