index
:
libtdevnc
master
r14.1.x
Shared TDE VNC library sources
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvncserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update comments regarding rfbClientConnectionGone().
Christian Beier
2014-10-21
1
-2
/
+3
*
Fix Use-After-Free vulnerability in LibVNCServer wrt scaling.
Christian Beier
2014-10-21
1
-2
/
+0
*
Fix selData.buttonWidth calculation
Maks Naumov
2014-10-14
1
-1
/
+1
*
Fix stack-based buffer overflow
Nicolas Ruff
2014-10-07
1
-1
/
+2
*
Fix multiple stack-based buffer overflows in file transfer feature
newsoft
2014-10-06
1
-8
/
+30
*
Make sure that no integer overflow could occur during scaling
newsoft
2014-10-06
1
-1
/
+22
*
Merge pull request #38 from LibVNC/autotools-fix-revisited
Christian Beier
2014-10-02
1
-1
/
+1
|
\
|
*
Rename obsolete INCLUDES to AM_CPPFLAGS
Brian Bidulock
2014-10-02
1
-1
/
+1
*
|
Close unclosed comments ;-)
Johannes Schindelin
2014-09-30
1
-2
/
+2
*
|
A forgotten `#ifdef WIN32` broke UNIX build.
Daniel Cohen Gindi
2014-09-30
1
-0
/
+2
*
|
Signal is a fundamental UNIX function, and must be omitted for any windows co...
Daniel Cohen Gindi
2014-09-20
1
-1
/
+1
*
|
These are UNIX headers, and are not available on MSVC
Daniel Cohen Gindi
2014-09-20
1
-0
/
+5
*
|
On windows, use the Win32 calls for directory enumerations.
Daniel Cohen Gindi
2014-09-20
1
-3
/
+78
*
|
Generally adjusting headers for compiling on windows without the mixing of Wi...
Daniel Cohen Gindi
2014-09-20
3
-1
/
+15
*
|
Just use a macro to bridge to the Win32 version of `mkdir`
Daniel Cohen Gindi
2014-09-20
1
-5
/
+6
*
|
Fixed a violation of the C89 standard ("declarations must come before instruc...
Daniel Cohen Gindi
2014-09-20
3
-10
/
+16
*
|
A windows version for directory enumerations
Daniel Cohen Gindi
2014-09-20
1
-0
/
+147
*
|
MSVC also has the __FUNCTION__ predefined
Daniel Cohen Gindi
2014-09-20
1
-1
/
+1
*
|
`CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` ...
Daniel Cohen Gindi
2014-09-20
2
-1
/
+13
*
|
Fail when NULL is passed to CreateFileListInfo()
Daniel Cohen Gindi
2014-09-20
1
-2
/
+6
*
|
`strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...
Daniel Cohen Gindi
2014-09-20
4
-1
/
+19
|
/
*
Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale ...
Nicolas Ruff
2014-08-18
1
-0
/
+14
*
Check malloc() return value on client->server ClientCutText message. Client c...
Nicolas Ruff
2014-08-18
1
-0
/
+5
*
allow rfbInitSockets with non-ready states.
Amandeep Singh
2014-08-03
1
-2
/
+3
*
Fix crash in krfb
Amandeep Singh
2014-08-03
1
-4
/
+7
*
Fix tyop
Johannes Schindelin
2014-03-31
1
-1
/
+1
*
Set opcode correctly for binary frames.
Joel Martin
2013-02-27
1
-0
/
+1
*
Work around a gcc bug with anonymous structs and unions.
Raphael Kubo da Costa
2012-09-14
1
-10
/
+15
*
Include stdio.h for snprintf(3)
Raphael Kubo da Costa
2012-09-14
1
-0
/
+2
*
Add the required headers for read(2)
Raphael Kubo da Costa
2012-09-14
1
-0
/
+5
*
Use htobeNN(3) to convert numbers in websocket.c.
Raphael Kubo da Costa
2012-09-14
1
-14
/
+11
*
Tune the definitions needed when building with -ansi.
Raphael Kubo da Costa
2012-09-14
4
-2
/
+12
*
Add some missing feature macro definitions.
Raphael Kubo da Costa
2012-09-14
2
-0
/
+10
*
Use C-style comments in rfbconfig.h.cmake and C source code.
Raphael Kubo da Costa
2012-09-14
2
-5
/
+5
*
Correctly include rfbconfig.h.
Raphael Kubo da Costa
2012-09-14
1
-1
/
+1
*
Patched sockets.c to allow the use of IPv6 without IPv4.
Oliver Loch
2012-08-19
1
-1
/
+6
*
Remove autogenerated files from repo.
Christian Beier
2012-05-31
2
-483
/
+0
*
libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1
Kyle J. McKay
2012-05-21
1
-2
/
+2
*
LibVNCServer: Prefer GnuTLS over OpenSSL to be in sync with LibVNCClient.
Christian Beier
2012-04-30
1
-4
/
+4
*
Some more libjpeg, libpng and zlib related build fixes.
Christian Beier
2012-04-30
1
-2
/
+2
*
Only try to build TightPNG stuff when libjpeg is available.
Christian Beier
2012-04-30
1
-16
/
+10
*
Properly check return value.
Christian Beier
2012-04-26
1
-1
/
+4
*
Include some more missing files for make dist.
Christian Beier
2012-04-26
1
-2
/
+2
*
Include missing files for make dist.
Christian Beier
2012-04-25
1
-0
/
+1
*
Fix some compiler warnings thrown with newer gcc.
Christian Beier
2012-04-25
2
-5
/
+4
*
Merge branch 'turbovnc'
Christian Beier
2012-04-25
3
-584
/
+460
|
\
|
*
Make TurboVNC compress level 3 actually work.
Christian Beier
2012-04-12
1
-1
/
+1
|
*
Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...
DRC
2012-03-26
4
-2181
/
+440
|
*
Fix an issue that affects the existing Tight encoder as well as the newly-imp...
DRC
2012-03-11
1
-0
/
+9
|
*
Add TurboVNC encoding support.
DRC
2012-03-11
3
-0
/
+1608
[next]