392 次程式碼提交 (4cef5c996f18e3688bf13ec1ccee2f22ff888071)

作者 SHA1 備註 提交日期
  Samuel Mannehed 0509a396d8 Update copyright year to 2023 11 月之前
  Pierre Ossman 640c5503c1 Prefer target_include_directories() 1 年之前
  Pierre Ossman f55abd7b00 Use operator overloading for comparison 1 年之前
  Pierre Ossman 5db843ead6 Remove unused rfb/util.h includes 1 年之前
  Pierre Ossman fd243a8d3a Remove "str" prefix from string helpers 1 年之前
  Pierre Ossman adaedc9629 Use std::string for string memory management 1 年之前
  Pierre Ossman b99daadb05 Use std::string instead of CharArray 1 年之前
  Pierre Ossman e6c5b29f12 Use std::vector for temporary char arrays 1 年之前
  Pierre Ossman 15a3939126 Free char buffer directly 1 年之前
  Pierre Ossman 19badc4def Make strSplit() simpler and safer 1 年之前
  Pierre Ossman 337dbc3922 Return std::string instead of dynamic allocations 1 年之前
  Pierre Ossman d608a30d57 Use fixed size character buffer 1 年之前
  Pierre Ossman 5c1ac16776 Return static char buffer from some methods 1 年之前
  Pierre Ossman 818694ba6a Use string literal instead of dynamic buffer 1 年之前
  Pierre Ossman 7f20bff356 Remove unneeded CharArray:s 1 年之前
  Pierre Ossman 741300728a Use StringParameters directly 1 年之前
  Pierre Ossman 77f0a61ec8 Get rid of TCHAR magic 1 年之前
  Pierre Ossman 2047dae22f Return std::vector instead of dynamic allocation 1 年之前
  Pierre Ossman 07e541678c Move hex conversion helpers to util 1 年之前
  Pierre Ossman d98720b736 Use std::vector for basic data arrays 1 年之前
  Pierre Ossman 6881c895ab Use stdint types 1 年之前
  Pierre Ossman 36f3690b09 Work around -Wcast-function-type 1 年之前
  Pierre Ossman 1d1f16f4ac Fix incorrect types 1 年之前
  Pierre Ossman 642a6b2445 Remove useless checks 1 年之前
  Pierre Ossman 23cabcaa9e Explicitly mark switch case fall through 1 年之前
  Pierre Ossman 3a1c46ff75 Explicitly mark unused parameters 1 年之前
  Pierre Ossman dd8d208e8d Don't do access checks on early clients 1 年之前
  Pierre Ossman 6c7c022b19 Avoid temporary cmake variables 2 年之前
  Pierre Ossman 99209d0339 Enable stream sanity checks in debug builds 2 年之前
  Pierre Ossman d0c7b915c7 Remove 32-/64-bit distinctions 2 年之前
  Pierre Ossman ec5d0d9bb1 Update copyright year to 2022 2 年之前
  Pierre Ossman b6d6db9b7c Be consistent in including config.h 2 年之前
  lhchavez cb8629a213 Add support for notifying clients about pointer movements 3 年之前
  Pierre Ossman 6bc7ae91ff Update copyright year to 2021 3 年之前
  Pierre Ossman b97c84b1d9 Don't clear complex objects using memset() 4 年之前
  Pierre Ossman ad0f0618fa Change streams to be asynchronous 4 年之前
  Pierre Ossman e4f253e1d1 Use standard install dir variable names 5 年之前
  Pierre Ossman 6d39667c42 Update copyright year to 2020 4 年之前
  Pierre Ossman 73014910f5 Clean up initialization of DIBSectionBuffer 4 年之前
  Pierre Ossman 0943c006c7 Use size_t for lengths in stream objects 4 年之前
  Pierre Ossman 53f913a761 Encapsulate PixelBuffer internal details 4 年之前
  Pierre Ossman d06906db59 Use display polling by default in WinVNC 4 年之前
  Pierre Ossman 5fbbe10b6c Use UTF-8 in clipboard API 5 年之前
  Pierre Ossman 615d16bd5b Improved clipboard API 5 年之前
  Pierre Ossman 66f1db543b Clean up internal clipboard handling 5 年之前
  Pierre Ossman 546b2ad80a Make sure clipboard uses \n line endings 5 年之前
  Pierre Ossman 78bdd1700c Add missing throws for exception 5 年之前
  Samuel Mannehed 7198491ad2 Update visible copyright years to 2019 5 年之前
  Pierre Ossman a4308c9ec4 Get rid of SocketServer::checkTimeouts() 5 年之前
  Pierre Ossman 10688efcf7 Properly terminate server on timeouts 5 年之前