summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix compilation for LIBAVCODEC_BUILD==4754dscho2005-05-231-0/+5
|
* finally fix socklen_t problemdscho2005-05-201-2/+2
|
* fix socklen_t also for definesdscho2005-05-181-1/+2
|
* fix compilation for systems without socklen_tdscho2005-05-183-5/+5
|
* fix off by one bugdscho2005-05-181-2/+2
|
* hide strict ansi stuff if not explicitely turned on; actually use the ↵dscho2005-05-1812-3/+29
| | | | socklen_t test from configure.ac
* x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bogrunge2005-05-187-226/+1048
|
* also distribute private.h...dscho2005-05-171-1/+1
|
* update TODOsdscho2005-05-171-0/+1
|
* fix SIGSEGV when client has incompatible protocol; release mutex before ↵dscho2005-05-161-2/+5
| | | | freeing it
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-1548-591/+578
|
* libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaksrunge2005-05-152-2/+3
|
* more files to ignoredscho2005-05-144-0/+8
|
* fix memory leaks detected using valgrinddscho2005-05-144-6/+10
|
* x11vnc: more improvements to -scrollcopyrect and -xkb modes.runge2005-05-147-1765/+5326
|
* socketInitDone -> socketStatedscho2005-05-0714-20/+96
|
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; ↵runge2005-05-033-12/+22
| | | | configure.ac tweaks.
* x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations for ↵runge2005-05-038-885/+3732
| | | | x11vnc pkg
* clear requested region after handling itdscho2005-04-272-1/+4
|
* x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, ↵runge2005-04-198-1095/+3114
| | | | -noviewonly
* x11vnc: add rawfb setup example misc/ranfb.plrunge2005-04-123-2/+159
|
* x11vnc: fix some -rawfb bugs, add setup:cmdrunge2005-04-117-573/+932
|
* x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...runge2005-04-1020-290/+2862
|
* x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -httprunge2005-04-048-234/+551
|
* x11vnc: fix event leaks, build-time customizations, -nolookuprunge2005-03-297-1000/+1556
|
* x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat Nrunge2005-03-207-1145/+1963
|
* x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.runge2005-03-127-718/+1700
|
* fix compilation when no libz is availabledscho2005-03-091-0/+2
|
* do the in_addr_t stuff correctly...dscho2005-03-072-1/+6
|
* check for in_addr_tdscho2005-03-071-0/+11
|
* fix for older SDL versionsdscho2005-03-061-3/+9
|
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-054-3/+6
|
* add '-listen ipaddr' optionrunge2005-03-0513-658/+1008
|
* do not crash when /tmp is not writabledscho2005-03-011-1/+5
|
* x11vnc: final changes for 0.7.1 release.runge2005-02-234-986/+1267
|
* x11vnc: -nap is now the default, version str 0.7.1.runge2005-02-226-216/+269
|
* x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode.runge2005-02-147-672/+1826
|
* x11vnc -input to fine tune allow user input. per-client settings -Rrunge2005-02-117-176/+1243
|
* x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h and utmpx.hrunge2005-02-098-160/+965
|
* prepare_x11vnc_dist.sh: few tweaks for next releaserunge2005-02-072-3/+8
|
* configure.ac: --with-jpeg=DIR --with-zlib=DIR, /usr/sfwrunge2005-02-072-20/+87
|
* x11vnc -solid color, -opts; tightvnc unix viewer alpha patchrunge2005-02-058-405/+1155
|
* 10l: really fix preferredEncoding set from outsidedscho2005-01-252-2/+2
|
* whoops, test version of x11vnc.c leaked out...runge2005-01-241-1889/+0
|
* sync with new cursor mechanism, -timeout, -noalphablend, try :0 if no other ↵runge2005-01-247-303/+2423
| | | | info
* test Floyd-Steinberg dither for alpha masksdscho2005-01-231-2/+7
|
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-213-1/+39
|
* use Getoptdscho2005-01-211-0/+32
|
* if no argc & argv are passed, honour the serverHost&serverPort which was set ↵dscho2005-01-211-5/+4
| | | | by the application
* no need to strdup for MakeXCursordscho2005-01-201-5/+10
|