summaryrefslogtreecommitdiffstats
path: root/libvncserver/main.c
Commit message (Expand)AuthorAgeFilesLines
* Rename main.c to main.cpp because it needs to be built as C++Slávek Banko2020-12-091-1376/+0
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-10/+64
|\
| * Fix comment style and be a bit more verboseChristian Beier2019-01-061-2/+7
| * Check the return code of pipeQuentin BUATHIER2018-12-061-1/+4
| * Fix the concurrent issue hapenning between the freeing of the client and the ...Quentin BUATHIER2018-08-091-3/+26
| * Fix use-after-freeQuentin BUATHIER2018-08-091-6/+12
| * fix: the function should not return a valueWu Zongyong2017-06-251-1/+1
| * rfbInitServer: only init Winsock onceChristian Beier2017-02-211-1/+9
| * Add an rfbLogPError that shows something on WIN32Christian Beier2017-02-211-0/+9
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-081-3/+0
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-141-3/+15
|\|
| * LibVNCServer: fix starting of an onHold-client in threaded mode.Christian Beier2016-12-281-9/+6
| * Fix some typos (found by codespell)Stefan Weil2016-11-181-1/+1
| * Fix handling of multiple VNC commands per websockets frameFloris Bos2015-01-171-0/+8
* | Per libvncserver developer bk138 do not automatically release onHoldr14.0.1Timothy Pearson2015-01-131-1/+0
* | Port required changes for TDE's krfb server from the old libvnc version embed...Timothy Pearson2015-01-101-37/+151
|/
* Signal is a fundamental UNIX function, and must be omitted for any windows co...Daniel Cohen Gindi2014-09-201-1/+1
* Fix crash in krfbAmandeep Singh2014-08-031-4/+7
* IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ...Christian Beier2012-02-271-0/+2
* IPv6 support for LibVNCServer, part onepointsix: fix a small logic error.Christian Beier2012-02-271-1/+1
* IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.Christian Beier2012-02-201-10/+28
* Remove some unused variables.Christian Beier2011-06-011-1/+0
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-011-25/+37
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-071-3/+0
* libvncserver: fix endless loop when server closed client in threaded mode.Christian Beier2010-11-181-5/+5
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-0/+1
* Added missing initialization of extension mutexTobias Doerffel2010-10-291-0/+5
* Cleanup: remove CORBA stuff.Christian Beier2010-09-131-3/+0
* Implement a DisplayFinishedHook for libvncserver.Christian Beier2010-05-191-0/+1
* Some broken build environments treat fprintf(fh, buf) as a fatal error...runge2009-10-071-1/+1
* Thread safety for zrle, zlib, tight.runge2009-05-211-16/+30
* Fix a locking problem in libvncserverdscho2007-03-171-2/+1
* Plugged some memory leakagesteven_carr2006-05-281-0/+5
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-151-3/+4
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-5/+27
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-3/+18
* add KeyboardLedState extensiondscho2006-03-281-0/+1
* do not timeout on idle client input (with pthreads)dscho2006-03-011-0/+16
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-281-0/+2
* Added method to get extension specific client datarohit_991292006-02-241-1/+1
* Added method to get extension specific client datarohit_991292006-02-241-0/+16
* add functions to unregister extensions/security typesdscho2006-02-221-5/+68
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-201-0/+1
* logMutex needs to be initialized too; in rfbDefaultLog.runge2006-01-111-2/+12
* rfbProcessEvents() has to iterate also over clients with sock < 0 to close themdscho2006-01-101-1/+3
* fix client non-jpeg/libz buildsrunge2006-01-081-1/+1
* rfbRegisterProtocolExtension extMutex was never initialized.runge2006-01-061-0/+6
* introduce -deferptrupdate (thanks Dave)dscho2005-12-191-0/+21
* assorted fixes for MinGW32dscho2005-12-191-1/+1
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-0/+2