[First Page] [Previous Page] [Next Page] [Last Page]
GIT Hash | Branch | Date | Author | Log Message |
---|---|---|---|---|
454c1fad [view] | master | 2005-12-24 16:06:47 +0000 | runge | [libtdevnc] x11vnc: enhance -passwdfile features, filetransfer on by default. |
e673a125 [view] | master | 2005-12-22 00:07:19 +0000 | dscho | [libtdevnc] make compile again with pthreads; fix off-by-one error |
1c26789e [view] | master | 2005-12-19 19:45:51 +0000 | dscho | [libtdevnc] introduce -deferptrupdate (thanks Dave) |
1b81e342 [view] | master | 2005-12-19 18:38:53 +0000 | dscho | [libtdevnc] assorted fixes for MinGW32 |
3a8d4bdb [view] | master | 2005-12-09 13:56:25 +0000 | dscho | [libtdevnc] work around write() returning ENOENT on Solaris 2.7 |
065e2ebb [view] | master | 2005-12-09 13:55:07 +0000 | dscho | [libtdevnc] previous patch turned compile warning in a compile error; fix that ;-) |
efbf1d72 [view] | master | 2005-12-08 11:54:51 +0000 | dscho | [libtdevnc] fix compile warnings |
9e78be39 [view] | master | 2005-12-07 18:44:02 +0000 | dscho | [libtdevnc] one more memory leak |
61204490 [view] | master | 2005-12-07 18:35:48 +0000 | dscho | [libtdevnc] plug memory leaks |
6a7736f8 [view] | master | 2005-12-07 18:30:22 +0000 | dscho | [libtdevnc] translate keys based on unicode (much more reliable than sym) |
54906d73 [view] | master | 2005-11-28 16:30:47 +0000 | runge | [libtdevnc] x11vnc: add -loop option. |
8eb18f6c [view] | master | 2005-11-25 07:22:43 +0000 | runge | [libtdevnc] fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place. |
de99644d [view] | master | 2005-10-23 04:11:28 +0000 | runge | [libtdevnc] configure.ac: test ... == ... not allowed on all unix. |
30c00d0b [view] | master | 2005-10-23 03:29:38 +0000 | runge | [libtdevnc] x11vnc: -filexfer, -slow_fb, -blackout noptr,... |
94d7fc84 [view] | master | 2005-10-07 10:06:54 +0000 | dscho | [libtdevnc] update TODO |
951ec26b [view] | master | 2005-10-07 09:58:45 +0000 | dscho | [libtdevnc] The PseudoEncoding extension code was getting silly: If the client asked for an encoding, and no enabled extension handled it, LibVNCServer would walk through all extensions, and if they promised to handle the encoding, execute the extension's newClient() if it was not NULL. However, if newClient is not NULL, it will be called when a client connects, and if it returns TRUE, the extension will be enabled. Since all the state of the extension should be in the client data, there is no good reason why newClient should return FALSE the first time (thus not enabling the extension), but TRUE when called just before calling enablePseudoEncoding(). So in effect, the extension got enabled all the time, even if that was not necessary. The resolution is to pass a void** to enablePseudoEncoding. This has the further advantage that enablePseudoEncoding can remalloc() or free() the data without problems. Though keep in mind that if enablePseudoEncoding() is called on a not-yet-enabled extension, the passed data points to NULL. |
2c177c86 [view] | master | 2005-10-06 22:17:40 +0000 | dscho | [libtdevnc] update ChangeLog for today |
194a76df [view] | master | 2005-10-06 19:26:41 +0000 | dscho | [libtdevnc] add an extension mechanism for LibVNCClient, modify the client data handling so that more than one data structure can be attached, and add an example to speak the client part of the back channel. |
11fc700c [view] | master | 2005-10-06 19:23:26 +0000 | dscho | [libtdevnc] add BackChannel extension example |
5c1fdb47 [view] | master | 2005-10-06 19:22:23 +0000 | dscho | [libtdevnc] fix warning |
d15e3558 [view] | master | 2005-10-06 19:07:01 +0000 | dscho | [libtdevnc] kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete |
60f1770e [view] | master | 2005-10-06 18:51:56 +0000 | dscho | [libtdevnc] provide a list of the pseudo encodings understood by the extension |
354d3c9a [view] | master | 2005-10-06 18:50:13 +0000 | dscho | [libtdevnc] DEFINES -> AM_CFLAGS |
808b6a0b [view] | master | 2005-10-06 18:46:27 +0000 | dscho | [libtdevnc] do it right: it is not DEFINES, but AM_CFLAGS |
8490de3f [view] | master | 2005-10-03 14:40:18 +0000 | dscho | [libtdevnc] add enablePseudoEncoding() to rfbProtocolExtension |
1a20edd7 [view] | master | 2005-09-29 17:33:37 +0000 | dscho | [libtdevnc] more TODOs, and an update to the website |
0a909fde [view] | master | 2005-09-28 16:51:50 +0000 | dscho | [libtdevnc] This monster commit contains support for TightVNC's file transfer protocol. Thank you very much, Rohit! |
93be927b [view] | master | 2005-09-27 15:18:22 +0000 | dscho | [libtdevnc] Introduce generic protocol extension method. Deprecate the processCustomClientMessage() method. |
94fcd86c [view] | master | 2005-09-27 15:08:28 +0000 | dscho | [libtdevnc] Security is global. This was a misguided attempt to evade a global list. I eventually saw the light and went with Rohit´s original approach. |
6bdd2e46 [view] | master | 2005-09-27 15:07:08 +0000 | dscho | [libtdevnc] support new ffmpeg version |
da7b3e71 [view] | master | 2005-09-26 13:17:33 +0000 | dscho | [libtdevnc] support VNC protocol version 3.7 |
65bb85b9 [view] | master | 2005-08-22 07:23:15 +0000 | dscho | [libtdevnc] for x11vnc standalone package, adaptions were needed after changing LibVNCServer.spec.in |
df4cd3d3 [view] | master | 2005-08-21 21:45:12 +0000 | dscho | [libtdevnc] split rpm into three packages: the library, -devel (headers), and x11vnc |
37f23b2c [view] | master | 2005-07-18 02:21:14 +0000 | runge | [libtdevnc] x11vnc: more gui fixes, gui requests via client_sock, PASSWD_REQUIRED build opt. |
57d2ea65 [view] | master | 2005-07-13 18:38:15 +0000 | runge | [libtdevnc] x11vnc: setup for new release 0.7.3 while I remember how.. |
ec45cd95 [view] | master | 2005-07-13 01:23:57 +0000 | runge | [libtdevnc] x11vnc: tweaks for release, fix queue buildup under -viewonly. |
640eb162 [view] | master | 2005-07-11 02:35:48 +0000 | runge | [libtdevnc] x11vnc: more improvements to gui, scary nopassword warning msg. |
ad02e155 [view] | master | 2005-07-09 03:52:20 +0000 | runge | [libtdevnc] x11vnc: -grab_buster for XGrabServer deadlock; fix scrolls and copyrect for -clip and -id |
8fcf0861 [view] | master | 2005-07-07 01:45:21 +0000 | runge | [libtdevnc] x11vnc: -gui tray now embeds in systray; more improvements to gui. |
c5992936 [view] | master | 2005-07-02 02:45:13 +0000 | runge | [libtdevnc] x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0. |
462ffd3f [view] | master | 2005-06-28 14:30:08 +0000 | dscho | [libtdevnc] fix annoying zrle decoding bug |
9d43e8af [view] | master | 2005-06-27 14:26:57 +0000 | runge | [libtdevnc] main.c: fix screen->deferUpdateTime default. |
150db2ad [view] | master | 2005-06-27 01:40:17 +0000 | runge | [libtdevnc] x11vnc: track keycode state for heuristics, -sloppy_keys, -wmdt, add -nodbg as option |
144a3f52 [view] | master | 2005-06-21 19:49:57 +0000 | dscho | [libtdevnc] ZRLE has problems with RealVNC server. Look into it. |
b2323a90 [view] | master | 2005-06-21 13:28:22 +0000 | runge | [libtdevnc] x11vnc: long info and tips when XOpenDisplay fails, reinstate "bad desktop" for wireframe |
7b933e17 [view] | master | 2005-06-18 16:47:48 +0000 | runge | [libtdevnc] configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes. |
543e64d3 [view] | master | 2005-06-14 03:50:55 +0000 | runge | [libtdevnc] main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of beta-testing fixes, RFE's. |
50568f1a [view] | master | 2005-06-11 00:49:29 +0000 | dscho | [libtdevnc] no longer complain on Solaris about missing ar, which was not really missing |
7a12087b [view] | master | 2005-06-06 20:04:51 +0000 | dscho | [libtdevnc] add definitions from other VNC implementations |
7101d427 [view] | master | 2005-06-06 20:03:56 +0000 | dscho | [libtdevnc] more TODOs |
714bd045 [view] | master | 2005-06-06 19:48:38 +0000 | dscho | [libtdevnc] link to libmp3lame only if exists |
89148d77 [view] | master | 2005-06-04 02:17:41 +0000 | runge | [libtdevnc] main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fixscreen |
4effb62e [view] | master | 2005-05-31 03:26:04 +0000 | runge | [libtdevnc] main.c: fix copyRect for non-cursor-shape-aware clients. |
813f4211 [view] | master | 2005-05-25 10:59:27 +0000 | dscho | [libtdevnc] news |
ae59284a [view] | master | 2005-05-25 03:19:23 +0000 | runge | [libtdevnc] x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetile |
ff590d0a [view] | master | 2005-05-24 11:45:11 +0000 | dscho | [libtdevnc] mac works! |
a3f1ba45 [view] | master | 2005-05-24 11:17:16 +0000 | dscho | [libtdevnc] make libvncserver-conf executable the autoconf way |
8ef9dbd3 [view] | master | 2005-05-24 10:54:46 +0000 | dscho | [libtdevnc] "make t" now executes the tests |
8f4b4e26 [view] | master | 2005-05-24 10:45:40 +0000 | dscho | [libtdevnc] do distribute and depend on zrle.c |
b225ee99 [view] | master | 2005-05-24 08:59:31 +0000 | dscho | [libtdevnc] implement ZRLE decoding |
93ab95b1 [view] | master | 2005-05-24 08:58:18 +0000 | dscho | [libtdevnc] try 32 bit first |
6fb77fb0 [view] | master | 2005-05-24 08:56:35 +0000 | dscho | [libtdevnc] fix off by one bug |
1b830d04 [view] | master | 2005-05-23 19:59:59 +0000 | dscho | [libtdevnc] init a structure *before* using it... |
53387007 [view] | master | 2005-05-23 19:31:44 +0000 | dscho | [libtdevnc] remove wrong comment |
669b4c86 [view] | master | 2005-05-23 19:26:12 +0000 | dscho | [libtdevnc] make zlib and tight handling thread safe (static -> rfbClient) |
dc1094f0 [view] | master | 2005-05-23 18:31:23 +0000 | dscho | [libtdevnc] work around bug in ffmpeg |
a49fb510 [view] | master | 2005-05-23 14:23:44 +0000 | dscho | [libtdevnc] simplify configure (do not check for malloc(0) bug) |
c309365f [view] | master | 2005-05-23 14:23:18 +0000 | dscho | [libtdevnc] fix compilation for LIBAVCODEC_BUILD==4754 |
963cb8f6 [view] | master | 2005-05-20 18:57:11 +0000 | dscho | [libtdevnc] finally fix socklen_t problem |
756b3a34 [view] | master | 2005-05-18 10:24:37 +0000 | dscho | [libtdevnc] fix socklen_t also for defines |
a40b790e [view] | master | 2005-05-18 09:11:27 +0000 | dscho | [libtdevnc] fix compilation for systems without socklen_t |
2b3f56d3 [view] | master | 2005-05-18 08:55:51 +0000 | dscho | [libtdevnc] fix off by one bug |
ee524413 [view] | master | 2005-05-18 08:12:28 +0000 | dscho | [libtdevnc] hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac |
a5524005 [view] | master | 2005-05-18 01:54:00 +0000 | runge | [libtdevnc] x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bog |
8d116dfa [view] | master | 2005-05-17 09:07:51 +0000 | dscho | [libtdevnc] also distribute private.h... |
dbab49d4 [view] | master | 2005-05-17 09:07:33 +0000 | dscho | [libtdevnc] update TODOs |
c42529c3 [view] | master | 2005-05-16 16:18:59 +0000 | dscho | [libtdevnc] fix SIGSEGV when client has incompatible protocol; release mutex before freeing it |
8bee4eb9 [view] | master | 2005-05-15 13:57:51 +0000 | dscho | [libtdevnc] ANSIfy, fix some warnings from Linus' sparse |
be5b1296 [view] | master | 2005-05-15 12:38:36 +0000 | runge | [libtdevnc] libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaks |
320edc79 [view] | master | 2005-05-14 11:28:56 +0000 | dscho | [libtdevnc] more files to ignore |
446a6fab [view] | master | 2005-05-14 11:13:52 +0000 | dscho | [libtdevnc] fix memory leaks detected using valgrind |
3a7e70de [view] | master | 2005-05-14 04:01:37 +0000 | runge | [libtdevnc] x11vnc: more improvements to -scrollcopyrect and -xkb modes. |
34f714bc [view] | master | 2005-05-07 13:33:09 +0000 | dscho | [libtdevnc] socketInitDone -> socketState |
1bb36df3 [view] | master | 2005-05-03 22:37:51 +0000 | runge | [libtdevnc] libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; configure.ac tweaks. |
b0daa444 [view] | master | 2005-05-03 02:05:51 +0000 | runge | [libtdevnc] x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations for x11vnc pkg |
6602a22f [view] | master | 2005-04-27 18:11:22 +0000 | dscho | [libtdevnc] clear requested region after handling it |
014e911f [view] | master | 2005-04-19 20:55:46 +0000 | runge | [libtdevnc] x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, -noviewonly |
c46cdf94 [view] | master | 2005-04-12 02:17:24 +0000 | runge | [libtdevnc] x11vnc: add rawfb setup example misc/ranfb.pl |
7ed9e5b1 [view] | master | 2005-04-11 20:49:38 +0000 | runge | [libtdevnc] x11vnc: fix some -rawfb bugs, add setup:cmd |
baee5e2b [view] | master | 2005-04-10 04:30:48 +0000 | runge | [libtdevnc] x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ... |
ac01f36c [view] | master | 2005-04-04 01:42:43 +0000 | runge | [libtdevnc] x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -http |
dfe5981c [view] | master | 2005-03-29 13:39:27 +0000 | runge | [libtdevnc] x11vnc: fix event leaks, build-time customizations, -nolookup |
1ce94186 [view] | master | 2005-03-20 04:33:39 +0000 | runge | [libtdevnc] x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat N |
fba6f58a [view] | master | 2005-03-12 22:14:44 +0000 | runge | [libtdevnc] x11vnc: X DAMAGE support, -clip WxH+X+Y, identd. |
4ff783f5 [view] | master | 2005-03-09 10:19:19 +0000 | dscho | [libtdevnc] fix compilation when no libz is available |
cef6224e [view] | master | 2005-03-07 15:25:36 +0000 | dscho | [libtdevnc] do the in_addr_t stuff correctly... |
a86e7fed [view] | master | 2005-03-07 12:53:14 +0000 | dscho | [libtdevnc] check for in_addr_t |
a20d0817 [view] | master | 2005-03-06 19:09:28 +0000 | dscho | [libtdevnc] fix for older SDL versions |
4301cdf1 [view] | master | 2005-03-05 18:21:00 +0000 | runge | [libtdevnc] autoconf: rpm -> rpmbuild and echo -n -> printf |
b8b96689 [view] | master | 2005-03-05 01:06:05 +0000 | runge | [libtdevnc] add '-listen ipaddr' option |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2024 Trinity Desktop Project