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
...
*
|
|
SDLvncviewer: make it resizable by default
Johannes Schindelin
2011-10-09
1
-1
/
+3
|
/
/
*
|
Merge branch 'websockets'
Christian Beier
2011-10-04
26
-159
/
+3441
|
\
\
|
*
|
This build warning is a libvncserver one, not for x11vnc.
Christian Beier
2011-10-04
1
-17
/
+14
|
*
|
Merge branch 'websockets' of https://github.com/kanaka/libvncserver into webs...
Christian Beier
2011-09-23
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
*
md5: forced to use function names with leading underscores
Gernot Tenchio
2011-09-21
1
-2
/
+2
|
*
|
Merge branch 'websockets' of https://github.com/kanaka/libvncserver into webs...
Christian Beier
2011-09-20
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
*
rfbcrypto_included: fix c&p errors
Gernot Tenchio
2011-09-20
1
-3
/
+3
|
*
|
Merge remote branch 'kanaka/websockets' into websockets
Christian Beier
2011-09-20
9
-37
/
+217
|
|
\
\
|
|
|
/
|
|
*
rfbcrypto_polarssl: it was way to late last night...
Gernot Tenchio
2011-09-20
1
-2
/
+2
|
|
*
Add support for different crypto implementations
Gernot Tenchio
2011-09-19
7
-37
/
+212
|
|
*
Autotools: Fix OpenSSL and GnuTLS advertisement.
Christian Beier
2011-09-19
2
-5
/
+6
|
|
*
Fix libvncserver GnuTLS init.
Christian Beier
2011-09-19
1
-1
/
+1
|
|
*
Update AUTHORS regarding the websocket guys.
Christian Beier
2011-09-19
2
-1
/
+2
|
|
*
configure: Add AM_SILENT_RULES
Gernot Tenchio
2011-09-19
1
-0
/
+1
|
|
*
cmake: set SOVERSION
Gernot Tenchio
2011-09-19
1
-0
/
+4
|
*
|
Autotools: Fix OpenSSL and GnuTLS advertisement.
Christian Beier
2011-09-11
2
-5
/
+6
|
*
|
Fix libvncserver GnuTLS init.
Christian Beier
2011-09-11
1
-1
/
+1
|
*
|
Update AUTHORS regarding the websocket guys.
Christian Beier
2011-09-11
2
-1
/
+2
|
|
/
|
*
websocket: Use a single buffer for both, encoding and decoding
Gernot Tenchio
2011-09-08
1
-16
/
+15
|
*
Merge branch 'kanaka/websockets' into websockets
Gernot Tenchio
2011-08-30
6
-251
/
+684
|
|
\
|
|
*
rfbssl_gnutls: Merge rfbssl_peek/rfbssl_read into one function
Gernot Tenchio
2011-08-30
1
-53
/
+35
|
|
*
websockets: fix webSocketCheckDisconnect()
Gernot Tenchio
2011-08-30
1
-1
/
+1
|
|
*
websockets: use 32bit Xor in webSocketsDecodeHybi()
Gernot Tenchio
2011-08-29
1
-5
/
+10
|
|
*
cmake: use sha1.c for websocket builds
Gernot Tenchio
2011-08-29
1
-0
/
+1
|
|
*
Add sha1.*. Remove UTF-8 encode. Protocol handling.
Joel Martin
2011-08-25
4
-176
/
+638
|
*
|
websockets: nothing to worry about
Gernot Tenchio
2011-08-25
1
-4
/
+5
|
*
|
websockets: added gcrypt based sha1 digest funtion
Gernot Tenchio
2011-08-25
1
-0
/
+15
|
*
|
cmake: make some noise
Gernot Tenchio
2011-08-25
1
-0
/
+1
|
*
|
websockets: remove warning on 64bit platforms
Gernot Tenchio
2011-08-25
1
-1
/
+1
|
|
/
|
*
websockets: Removed debugging left over
Gernot Tenchio
2011-08-25
1
-1
/
+1
|
*
websockets: Use callback functions for encode/decode
Gernot Tenchio
2011-08-25
1
-17
/
+32
|
*
websockets: Move Hixie disconnect hack to websockets.c
Gernot Tenchio
2011-08-25
4
-78
/
+80
|
*
websockets: Initial HyBi support
Gernot Tenchio
2011-08-25
4
-54
/
+395
|
*
cmake: don't link sdl libs to vnc libraries
Gernot Tenchio
2011-08-17
1
-2
/
+0
|
*
websockets: Add wspath member to rfbClientRec
Gernot Tenchio
2011-08-17
3
-0
/
+3
|
*
Move libvncserver/md5* to common
Gernot Tenchio
2011-08-17
4
-2
/
+6
|
*
websockets: Add Websockets support to CMakeLists.txt
Gernot Tenchio
2011-08-17
2
-2
/
+31
|
*
websockets: Add SSL cert command line options.
Joel Martin
2011-08-17
2
-0
/
+15
|
*
websockets: add GnuTLS and OpenSSL support
Gernot Tenchio
2011-08-17
4
-94
/
+527
|
*
websockets: Add encryption support
Gernot Tenchio
2011-08-17
7
-27
/
+204
|
*
websockets: Properly parse Hixie-76 handshake.
Joel Martin
2011-08-17
1
-21
/
+28
|
*
websockets: Add UTF-8 encoding support.
Joel Martin
2011-08-17
2
-46
/
+88
|
*
websockets: Better disconnect detection.
Joel Martin
2011-08-17
1
-0
/
+5
|
*
websockets: Initial WebSockets support.
Joel Martin
2011-08-17
8
-2
/
+1205
|
*
tightPng: check even for SendGradientRect.
Joel Martin
2011-07-22
1
-0
/
+6
|
*
tightPng: Add initial tightPng encoding support.
Joel Martin
2011-07-22
9
-62
/
+436
*
|
.gitignore: zippy has moved
Johannes Schindelin
2011-08-17
1
-1
/
+1
*
|
Add installation hints to android example README.
Christian Beier
2011-07-25
1
-0
/
+9
*
|
Reduced memory footprint by 50%
William Roberts
2011-07-23
1
-2
/
+2
*
|
Corrected resolution issue, but screen is getting reported as wrong size
William Roberts
2011-07-23
1
-1
/
+1
[prev]
[next]