aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/util.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-4/+4
* Don't check pointers for zero length buffersPierre Ossman2024-05-201-2/+2
* Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-301-0/+6
* Clean up string encoding handlingPierre Ossman2023-06-301-0/+34
* Remove "str" prefix from string helpersPierre Ossman2023-02-041-3/+3
* Use standard C string functionsPierre Ossman2023-02-041-25/+0
* Remove custom CharArray typePierre Ossman2023-02-041-23/+1
* Use std::string instead of CharArrayPierre Ossman2023-02-041-1/+28
* Make strSplit() simpler and saferPierre Ossman2023-02-041-28/+17
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-102/+74
* Specify expected array size in argumentsPierre Ossman2023-02-041-2/+2
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-041-6/+4
* Move hex conversion helpers to utilPierre Ossman2023-02-041-1/+76
* Correctly clear out output UTF-16 bufferPierre Ossman2020-10-051-1/+1
* Correctly handle invalid UTF-16 code pointsPierre Ossman2020-10-051-1/+1
* Fix conversion of latin-1 to UTF-8Pierre Ossman2020-10-051-2/+2
* Fix UTF-16 encoding/decoding of high code pointsPierre Ossman2020-10-051-3/+4
* Return the correct number of consumed UTF-8 bytesPierre Ossman2020-10-051-0/+2
* Fix length checks in string conversion functionsPierre Ossman2019-09-251-16/+16
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-0/+218
* Add UTF-8 to/from ISO 8859-1 conversion routinesPierre Ossman2019-07-011-0/+166
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-0/+56
* Remove no longer relevant license commentPierre Ossman2018-03-281-14/+0
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-6/+25
|\
| * Improved congestion control handlingPierre Ossman2017-11-171-6/+25
* | rfb: vsnprintf returns an int, not size_tSteve Kondik2017-07-101-1/+1
|/
* Display performance statistics in viewerPierre Ossman2017-02-241-6/+8
* Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-031-0/+24
* Shorten stats from EncodeManager using SI/IEC prefixesPierre Ossman2015-03-031-0/+41
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-91/+0
* Add helper to easily determine how much time has passed since some previousPierre Ossman2011-11-081-0/+16
* - 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-14/+14
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-14/+14
* [Bugfix] Fixed typo in rfb/util.cxx (caused in r2890)Adam Tkac2008-10-081-1/+1
* [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/+184