-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update libvncserver submodule
re #6
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libvncserver
updated
15 files
+3 −1 | AUTHORS | |
+27 −14 | CMakeLists.txt | |
+8 −0 | NEWS.md | |
+3 −4 | README.md | |
+149 −0 | examples/client/qt5client.cpp | |
+7 −0 | examples/server/README.md | |
+0 −726 | examples/server/mac.c | |
+2 −0 | include/rfb/rfb.h | |
+23 −2 | src/common/crypto_openssl.c | |
+2 −2 | src/common/sockets.c | |
+54 −16 | src/libvncclient/tight.c | |
+1 −1 | src/libvncserver/cargs.c | |
+5 −0 | src/libvncserver/httpd.c | |
+14 −6 | src/libvncserver/main.c | |
+1 −1 | webclients/novnc |