aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/util.h
Commit message (Expand)AuthorAgeFilesLines
* Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-7/+0
* Clean up string encoding handlingPierre Ossman2023-06-301-0/+3
* Remove "str" prefix from string helpersPierre Ossman2023-02-041-3/+3
* Use standard C string functionsPierre Ossman2023-02-041-9/+0
* Remove custom CharArray typePierre Ossman2023-02-041-24/+0
* Use std::string instead of CharArrayPierre Ossman2023-02-041-1/+5
* Make strSplit() simpler and saferPierre Ossman2023-02-041-8/+3
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-14/+13
* Specify expected array size in argumentsPierre Ossman2023-02-041-2/+2
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-041-1/+3
* Move hex conversion helpers to utilPierre Ossman2023-02-041-1/+9
* Use __attribute__:s directlyPierre Ossman2023-01-051-7/+2
* Explicitly mark unused parametersPierre Ossman2023-01-041-4/+0
* Be consistent in including config.hPierre Ossman2021-12-301-4/+0
* CharArray: pre-fill empty array with zeroesJan Grulich2021-06-071-0/+1
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-1/+1
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-0/+8
* Add UTF-8 to/from ISO 8859-1 conversion routinesPierre Ossman2019-07-011-0/+9
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-0/+4
* Avoid potential crash when replacing buffer in PlainPasswdJan Grulich2018-10-031-1/+1
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-0/+8
|\
| * Improved congestion control handlingPierre Ossman2017-11-171-0/+8
* | rfb: Avoid unused argument warnings in headersSteve Kondik2017-09-151-0/+4
|/
* Display performance statistics in viewerPierre Ossman2017-02-241-2/+2
* Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-031-0/+7
* Shorten stats from EncodeManager using SI/IEC prefixesPierre Ossman2015-03-031-0/+5
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-13/+0
* Add helper to easily determine how much time has passed since some previousPierre Ossman2011-11-081-0/+5
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-041-2/+2
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-2/+3
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-3/+2
* [Cleanup] Handle system dependent defines through autoheader & common-config.hAdam Tkac2008-10-061-0/+4
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+111