62 次代码提交 (9ca100d4636733a84c92b0ee81c9d3bef11fdf91)

作者 SHA1 备注 提交日期
  Pierre Ossman 19df176862 Consistently use uint8_t for data buffers 1年前
  Pierre Ossman b99daadb05 Use std::string instead of CharArray 1年前
  Pierre Ossman 6881c895ab Use stdint types 1年前
  lhchavez cb8629a213 Add support for notifying clients about pointer movements 3 年前
  Pierre Ossman ebd1b4db15 Hide base SConnection methods from VNCServerST 3 年前
  Pierre Ossman ad0f0618fa Change streams to be asynchronous 4 年前
  Pierre Ossman 585089797f Fix connection close log 5 年前
  Pierre Ossman 4f104264e2 Move auth failure delay to SConnection 4 年前
  Pierre Ossman 615d16bd5b Improved clipboard API 5 年前
  Pierre Ossman 66f1db543b Clean up internal clipboard handling 5 年前
  Pierre Ossman 88a94ed13a Add delay on authentication failures 5 年前
  Pierre Ossman b65feda060 Move lossless refresh handling to separate method 5 年前
  Pierre Ossman 65e08fdc9d Change idle timeout to timer 5 年前
  Pierre Ossman 7e1093e976 Clean up headers 5 年前
  Pierre Ossman 9f752b7446 Remove unused functions from server classes 5 年前
  Pierre Ossman f858682c36 Remove comments about self-deleting connections 5 年前
  Pierre Ossman 025326dd94 Move ListConnInfo to WinVNC directory 5 年前
  Pierre Ossman 7d64b33b5b Move access rights and closing to SConnection object 5 年前
  Pierre Ossman e6aab24654 Force common flow of connection queries 5 年前
  Peter Åstrand (astrand) 7a368c9e20 Avoid refresh of recently changed areas 5 年前
  Pierre Ossman a99d14d193 Improved congestion control handling 8 年前
  Pierre Ossman c09e5580d1 Move congestion control to its own class 8 年前
  Pierre Ossman 707fa123a6 Reduce header dependencies in server classes 8 年前
  Pierre Ossman b2a417c155 Use a queue for congestion pings 8 年前
  Pierre Ossman 25db44a164 Fix for initial client side cursor 6 年前
  Pierre Ossman 3630475369 Push query connect timeout back in to Xvnc 6 年前
  Pierre Ossman 851e6806e5 Fix shift state test in lock key heuristics 6 年前
  Pierre Ossman 16e1dcb85c Track keys based on client supplied key codes 7 年前
  Pierre Ossman 5ae282135f Basic support for QEMU Extended Key Events 7 年前
  Pierre Ossman b45a84f953 Send lock LED state from server to client 7 年前
  Pierre Ossman cef3cf793d Split up VNCSConnectionST::writeFramebufferUpdate() 7 年前
  Pierre Ossman a40ab204bd Asynchronously retry update on congestion 8 年前
  Pierre Ossman d408ca5146 Move socket write event handling in to the RFB core 8 年前
  Pierre Ossman a9af1f1246 Fix some bad signed/unsigned mismatches 9 年前
  Pierre Ossman 671d2effa0 Clean up server rendered cursor logic 9 年前
  Pierre Ossman 7069bdd76a Move reverse connection information into VNCSConnectionST 9 年前
  Pierre Ossman f8e3b34c69 Restructure Xvnc/libvnc.so code to avoid C++ header hacks 9 年前
  Pierre Ossman c0397269fc Move image encoding logic into a central EncodeManager class 10 年前
  Pierre Ossman 0c9bd4b0ba Use PixelBuffer objects as the interface for encoders and decoders 10 年前
  Pierre Ossman 126e56420e Store the mouse cursor in the ConnParams object 10 年前
  Pierre Ossman fdba3fe884 Push encoder and decoder handling down into the connection objects 10 年前
  Pierre Ossman b6b4dc6487 Remove full support for colour maps 10 年前
  Pierre Ossman b8b1e96d83 We were not handling the "sync next" fence properly as we sent the response 12 年前
  Pierre Ossman b114cec89e Make the comparing update tracker a bit more flexible. It can now be in an 12 年前
  Pierre Ossman 1b478e5177 Server implementation of continuous updates, including advanced flow control. 12 年前
  Pierre Ossman 2c7649422e Implement proper support for fences in the server. 12 年前
  Pierre Ossman a3ac01ef9c Clean up the interface for VNCSConnectionST. Entry points are more apparent 12 年前
  Pierre Ossman 1bb8b6c88e Don't try to push out another update if the socket is already full. This 12 年前
  Pierre Ossman 04e62db8bb Implement server side support for SetDesktopSize. 15 年前
  Pierre Ossman 34bb06193e Properly parse the SetDesktopSize message. 15 年前