index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
util.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-4
/
+4
*
Don't check pointers for zero length buffers
Pierre Ossman
2024-05-20
1
-2
/
+2
*
Don't allow surrugate code points in UTF-8
Pierre Ossman
2023-06-30
1
-0
/
+6
*
Clean up string encoding handling
Pierre Ossman
2023-06-30
1
-0
/
+34
*
Remove "str" prefix from string helpers
Pierre Ossman
2023-02-04
1
-3
/
+3
*
Use standard C string functions
Pierre Ossman
2023-02-04
1
-25
/
+0
*
Remove custom CharArray type
Pierre Ossman
2023-02-04
1
-23
/
+1
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-1
/
+28
*
Make strSplit() simpler and safer
Pierre Ossman
2023-02-04
1
-28
/
+17
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-102
/
+74
*
Specify expected array size in arguments
Pierre Ossman
2023-02-04
1
-2
/
+2
*
Return std::vector instead of dynamic allocation
Pierre Ossman
2023-02-04
1
-6
/
+4
*
Move hex conversion helpers to util
Pierre Ossman
2023-02-04
1
-1
/
+76
*
Correctly clear out output UTF-16 buffer
Pierre Ossman
2020-10-05
1
-1
/
+1
*
Correctly handle invalid UTF-16 code points
Pierre Ossman
2020-10-05
1
-1
/
+1
*
Fix conversion of latin-1 to UTF-8
Pierre Ossman
2020-10-05
1
-2
/
+2
*
Fix UTF-16 encoding/decoding of high code points
Pierre Ossman
2020-10-05
1
-3
/
+4
*
Return the correct number of consumed UTF-8 bytes
Pierre Ossman
2020-10-05
1
-0
/
+2
*
Fix length checks in string conversion functions
Pierre Ossman
2019-09-25
1
-16
/
+16
*
Use UTF-8 in clipboard API
Pierre Ossman
2019-07-01
1
-0
/
+218
*
Add UTF-8 to/from ISO 8859-1 conversion routines
Pierre Ossman
2019-07-01
1
-0
/
+166
*
Make sure clipboard uses \n line endings
Pierre Ossman
2019-07-01
1
-0
/
+56
*
Remove no longer relevant license comment
Pierre Ossman
2018-03-28
1
-14
/
+0
*
Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-02-26
1
-6
/
+25
|
\
|
*
Improved congestion control handling
Pierre Ossman
2017-11-17
1
-6
/
+25
*
|
rfb: vsnprintf returns an int, not size_t
Steve Kondik
2017-07-10
1
-1
/
+1
|
/
*
Display performance statistics in viewer
Pierre Ossman
2017-02-24
1
-6
/
+8
*
Give CharArray a printf style method to ease automatic allocation
Pierre Ossman
2015-03-03
1
-0
/
+24
*
Shorten stats from EncodeManager using SI/IEC prefixes
Pierre Ossman
2015-03-03
1
-0
/
+41
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
1
-91
/
+0
*
Add helper to easily determine how much time has passed since some previous
Pierre Ossman
2011-11-08
1
-0
/
+16
*
- use unix/configure.ac as top-level configure.ac base
Adam Tkac
2009-09-04
1
-2
/
+2
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
1
-14
/
+14
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
1
-14
/
+14
*
[Bugfix] Fixed typo in rfb/util.cxx (caused in r2890)
Adam Tkac
2008-10-08
1
-1
/
+1
*
[Cleanup] Handle system dependent defines through autoheader & common-config.h
Adam Tkac
2008-10-06
1
-0
/
+4
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+184