Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
9afe4e1f [view]master2011-08-16 14:02:36 +0200Joel Martin[libtdevnc] websockets: Add SSL cert command line options.
- Add --sslcertfile and --sslkeyfile. These should really be combined
with the existing x11vnc command line options for SSL support.
Signed-off-by: Johannes Schindelin
4aa35863 [view]master2011-08-16 14:02:35 +0200Gernot Tenchio[libtdevnc] websockets: Add encryption support
[jes: moved out GnuTLS and OpenSSL support, added a dummy support, to
separate changes better, and to keep things compiling]
Signed-off-by: Johannes Schindelin
7a77cc32 [view]master2011-08-16 14:02:34 +0200Joel Martin[libtdevnc] websockets: Properly parse Hixie-76 handshake.
Signed-off-by: Johannes Schindelin
430b8f24 [view]master2011-08-16 14:02:33 +0200Joel Martin[libtdevnc] websockets: Add UTF-8 encoding support.
This is not completely standard UTF-8 encoding. Only code points 0-255
are encoded and never encoded to more than two octets. Since '\x00' is
a WebSockets framing character, it's easier for all parties to encode
zero as '\xc4\x80', i.e. 194+128, i.e. UTF-8 256.
This means that a random stream will be slightly more than 50% larger
using this encoding scheme. But it's easy CPU-wise for client and
server to decode/encode. This is especially important for clients
written in languages that have weak bitops, like Javascript (i.e. the
noVNC client).
Signed-off-by: Johannes Schindelin
0860c495 [view]master2011-08-16 14:02:32 +0200Joel Martin[libtdevnc] websockets: Better disconnect detection.
If the only thing we are waiting on is a WebSockets terminator, then
remove it from the stream early on in rfbProcessClientNormalMessage.
Signed-off-by: Johannes Schindelin
6fac22a7 [view]master2011-08-16 14:02:31 +0200Joel Martin[libtdevnc] websockets: Initial WebSockets support.
Has a bug: WebSocket client disconnects are not detected.
rfbSendFramebufferUpdate is doing a MSG_PEEK recv to determine if
enough data is available which prevents a disconnect from being
detected.
Otherwise it's working pretty well.
[jes: moved added struct members to the end for binary compatibility with
previous LibVNCServer versions, removed an unused variable]
Signed-off-by: Johannes Schindelin
39d98386 [view]master2011-08-16 09:06:37 +0000tpearson[pytde] Move python-kde3 to the more correct python-trinity
26078db9 [view]master2011-08-16 08:45:32 +0000tpearson[kipi-plugins] Update kipi-plugins README
482da59e [view]master2011-08-16 05:35:56 +0000tpearson[tdepim] Use const_cast (not static_cast) to fix the previous kdepim FTBFS...
7f6ca4f0 [view]master2011-08-16 01:10:37 +0000tpearson[tdelibs] Fix FTBFS when composite extension is not available

List generated Thu Jun 18 15:20:01 2026
Currently showing patches 53061 to 53070 of 56601 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]