droidVncServer/jni
Christian Fiedler 0aa7d2f8c2 Fixed two off-by-one errors in droidvncserver.c
the msg string is a concatenation of two strings and a '\n' character
(strlen(str1) + strlen(str2) + 1) is one byte off because the
string needs to be terminated by a NUL byte.
2016-05-21 21:49:26 +02:00
..
jpeg added jpeg with neon support 2012-06-12 18:12:06 +01:00
libpng more things 2012-06-13 21:15:43 +01:00
openssl stage for 1.1a1 2012-06-11 20:08:48 +01:00
vnc Fixed two off-by-one errors in droidvncserver.c 2016-05-21 21:49:26 +02:00
Android.mk restructured tree, as we wont need to get AOSP to compile the project 2012-05-05 14:48:50 +01:00
Application.mk more things 2012-06-13 21:15:43 +01:00