aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/RFBGlue.cc
Commit message (Expand)AuthorAgeFilesLines
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
* Use nullptr in all C++ codePierre Ossman2024-06-241-18/+18
* Clean up string encoding handlingPierre Ossman2023-06-301-0/+9
* Use standard C string functionsPierre Ossman2023-02-041-8/+3
* Use std::string instead of CharArrayPierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-15/+5
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Tolerate specifying -BoolParam 0 and similarPierre Ossman2020-09-181-0/+16
* Add UTF-8 to/from ISO 8859-1 conversion routinesPierre Ossman2019-07-011-0/+18
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-1/+15
* Merge common socket codePierre Ossman2018-05-291-1/+1
* Use abstract SocketListener classPierre Ossman2018-05-041-1/+1
* Merge branch 'clipboard'Pierre Ossman2016-07-081-0/+1
|\
| * Move client to server clipboard out of vncconfigPierre Ossman2016-01-121-0/+1
* | Handle parameter without value in libvnc.soPierre Ossman2016-05-161-1/+9
|/
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-2/+5
* Fix reversed logic in vncIsTCPPortUsed()Pierre Ossman2015-08-101-2/+2
* Enable and document syslog logger in Xvnc.Michal Srb2015-04-101-0/+2
* Fixed IPv6 support.Tim Waugh2015-03-131-1/+4
* Make the calls to va_list logging functions more explicitPierre Ossman2015-01-301-4/+4
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-0/+195