[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 9afe4e1f [view] | master | 2011-08-16 14:02:36 +0200 | Joel 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] | master | 2011-08-16 14:02:35 +0200 | Gernot 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] | master | 2011-08-16 14:02:34 +0200 | Joel Martin | [libtdevnc] websockets: Properly parse Hixie-76 handshake. Signed-off-by: Johannes Schindelin |
| 430b8f24 [view] | master | 2011-08-16 14:02:33 +0200 | Joel 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] | master | 2011-08-16 14:02:32 +0200 | Joel 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] | master | 2011-08-16 14:02:31 +0200 | Joel 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] | master | 2011-08-16 09:06:37 +0000 | tpearson | [pytde] Move python-kde3 to the more correct python-trinity |
| 26078db9 [view] | master | 2011-08-16 08:45:32 +0000 | tpearson | [kipi-plugins] Update kipi-plugins README |
| 482da59e [view] | master | 2011-08-16 05:35:56 +0000 | tpearson | [tdepim] Use const_cast (not static_cast) to fix the previous kdepim FTBFS... |
| 7f6ca4f0 [view] | master | 2011-08-16 01:10:37 +0000 | tpearson | [tdelibs] Fix FTBFS when composite extension is not available |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project