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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update ChangeLog for 0.9.10.
Christian Beier
2014-10-21
1
-0
/
+839
*
Update NEWS.
Christian Beier
2014-10-21
1
-0
/
+1
*
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
*
Merge pull request #43 from maksqwe/fix_rfbSelectBox
dscho
2014-10-14
1
-1
/
+1
|
\
|
*
Fix selData.buttonWidth calculation
Maks Naumov
2014-10-14
1
-1
/
+1
|
/
*
Fix possible libvncclient ServerInit memory corruption.
Christian Beier
2014-10-10
1
-1
/
+2
*
Fix potential memory corruption in libvncclient.
Christian Beier
2014-10-10
1
-0
/
+7
*
Update NEWS for 0.9.10.
Christian Beier
2014-10-09
1
-0
/
+23
*
Update AUTHORS.
Christian Beier
2014-10-09
1
-1
/
+3
*
Merge pull request #42 from LibVNC/autotools-fix-revisited
dscho
2014-10-07
4
-0
/
+1114
|
\
|
*
Ship the required macros in the m4/ directory.
Christian Beier
2014-10-07
4
-0
/
+1114
*
|
Add back a working autogen.sh
Johannes Schindelin
2014-10-07
1
-0
/
+4
*
|
Fix stack-based buffer overflow
Nicolas Ruff
2014-10-07
1
-1
/
+2
*
|
Merge pull request #41 from newsoft/master
dscho
2014-10-07
2
-9
/
+52
|
\
\
|
*
|
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
|
/
/
*
|
Add libvncclient/h264.c to dist tarball.
Christian Beier
2014-10-06
1
-1
/
+1
*
|
Really add empty m4 subdirectory.
Christian Beier
2014-10-03
1
-0
/
+1
*
|
Merge pull request #38 from LibVNC/autotools-fix-revisited
Christian Beier
2014-10-02
13
-14227
/
+15
|
\
\
|
|
/
|
*
INSTALL and ltmain.sh need those leading slashes.
Christian Beier
2014-10-02
1
-2
/
+2
|
*
add a few more ignores
Brian Bidulock
2014-10-02
1
-0
/
+3
|
*
removed autogen.sh
Brian Bidulock
2014-10-02
1
-57
/
+0
|
*
Remove autotools-related files that will get installed by autoreconf -i.
Christian Beier
2014-10-02
3
-14161
/
+0
|
*
Use an m4 script subdirectory, fix automake init and two macro names.
Brian Bidulock
2014-10-02
2
-3
/
+6
|
*
Rename obsolete INCLUDES to AM_CPPFLAGS
Brian Bidulock
2014-10-02
6
-6
/
+6
*
|
Update noVNC HTML5 client to latest version from https://github.com/kanaka/no...
Christian Beier
2014-10-02
30
-5951
/
+6797
*
|
Close unclosed comments ;-)
Johannes Schindelin
2014-09-30
1
-2
/
+2
*
|
Merge pull request #36 from danielgindi/master
dscho
2014-09-30
1
-0
/
+2
|
\
\
|
*
|
A forgotten `#ifdef WIN32` broke UNIX build.
Daniel Cohen Gindi
2014-09-30
1
-0
/
+2
|
/
/
*
|
Merge pull request #33 from danielgindi/master
dscho
2014-09-30
14
-30
/
+327
|
\
\
|
|
/
|
/
|
|
*
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
|
*
Those are generally the windows headers, not just MinGW
Daniel Cohen Gindi
2014-09-20
1
-2
/
+2
|
*
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
4
-1
/
+19
|
*
Just use a macro to bridge to the Win32 version of `mkdir`
Daniel Cohen Gindi
2014-09-20
1
-5
/
+6
|
*
Use correct `winsock2.h` version header instead of winsock.h.
Daniel Cohen Gindi
2014-09-20
1
-2
/
+4
|
*
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
6
-2
/
+29
|
/
*
The HAVE_X11 define is not there anymore, but we don't need it either.
Christian Beier
2014-09-09
1
-5
/
+1
*
Move vncterm to https://github.com/LibVNC/vncterm.
Christian Beier
2014-09-09
12
-1296
/
+2
*
Move VisualNaCro to https://github.com/LibVNC/VisualNaCro.
Christian Beier
2014-09-09
12
-1942
/
+0
*
Move prepare_x11vnc_dist.sh over to x11vnc repo.
Christian Beier
2014-09-09
1
-140
/
+0
*
Remove x11vnc from autotools build system.
Christian Beier
2014-09-03
2
-433
/
+2
*
Remove tightvnc-1.3dev5-vncviewer-alpha-cursor.patch.
Christian Beier
2014-09-03
1
-143
/
+0
[prev]
[next]