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年前