782 Commits (54179bea29de8f77336eedede68e87b1b1d473a6)

Author SHA1 Message Date
  Pierre Ossman c416ad5389 Change development version to 1.6.80 8 years ago
  Michal Srb 89d6a854ce Fix inverted logic in ProcVncExtSetParam. 8 years ago
  Llorenç Garcia Martinez 36eac99929 option -xstartup added 8 years ago
  Llorenç Garcia Martinez e76c2fb888 option -xstartup added 8 years ago
  Kirill Kolyshkin 55d6085e1d Xvnc.man: remove -i option 8 years ago
  Llorenç Garcia Martinez 5d771f4939 Added -noxstartup 8 years ago
  Llorenç Garcia Martinez 861cb06de5 new option -noxstartup to not load any xstartup script file 8 years ago
  graysky 02cbc222ca update manpage teaching about ~/.vnc/config 8 years ago
  graysky ddff8d0740 update vncserver to parse a config file 8 years ago
  Michal Srb e6e11f9a3a vncserver: Clean pid files of dead processes. 8 years ago
  Pierre Ossman 35bb7294c5 Properly free temporary cursor buffer 8 years ago
  Pierre Ossman 063df03295 Avoid dropping const qualifier needlessly 8 years ago
  Pierre Ossman f7aa3f9bd3 Return TcpListener pointers rather than objects 8 years ago
  Pierre Ossman c88dc805e5 Make sure fallback block handler remains enabled 8 years ago
  Pierre Ossman 9f03a09e40 Use REGION_INTERSECT() rather than trying to compute things manually 8 years ago
  Pierre Ossman 1ba66612eb Make vncHooksComposite() and vncHooksGlyphs() static 8 years ago
  Pierre Ossman 7213a8b1b4 Remove REGION_NULL fallback 8 years ago
  Pierre Ossman e3ee57a95b Refuse to start Xvnc if we failed to initialise a screen 8 years ago
  Pierre Ossman 14e214f10b Change netmask to prefix in ACL documentation 8 years ago
  Pierre Ossman 6bb0808295 Fix reversed logic in vncIsTCPPortUsed() 8 years ago
  Pierre Ossman c08aeb6040 Set user/client requested mode as preferred 9 years ago
  Pierre Ossman a5b37c0366 Start a hidden rather than minimised vncconfig 9 years ago
  Pierre Ossman 8d6e356f7d Change development version to 1.5.80 9 years ago
  Pierre Ossman a9af1f1246 Fix some bad signed/unsigned mismatches 9 years ago
  Pierre Ossman 5d284e72cc Default to -noreset in Xvnc 9 years ago
  Pierre Ossman 20065ded10 Add -version argument to Xvnc 9 years ago
  Michal Srb af8c9fb9c2 Enable and document syslog logger in Xvnc. 9 years ago
  Michal Srb b02996ac12 Warn about not reseting Xvnc and terminate instead. 9 years ago
  Tim Waugh 892d10a705 Fixed IPv6 support. 9 years ago
  Pierre Ossman 25ae7e3578 Handler still needs to return something even with XDamage 9 years ago
  Pierre Ossman 8f30811bfe No need to force modifiable strings here 9 years ago
  Pierre Ossman 8a044ee41e Pointer truncation/expansion needs to be very explicit 9 years ago
  Pierre Ossman 7728be27d0 Add extra parentheses to avoid and/or priority ambiguity 9 years ago
  Tim Waugh 2d02ff32b7 Link libvnc.so with '-z now' to make symbol resolution failures obvious. 9 years ago
  Tim Waugh 897fc0ae9d Check for out-of-memory when installing color map. 9 years ago
  Tim Waugh 242fdf0c5a Updated to build against xorg-x11-server 1.17.x. 9 years ago
  Tim Waugh e652878d4a Don't return without value here. 9 years ago
  Pierre Ossman c134168be9 Update copyright years 9 years ago
  Tim Waugh b904483a51 Abort argument processing on error. 9 years ago
  Brian P. Hinz 86299fbc2b Fixes for build issues caused by recent restructuring 9 years ago
  Pierre Ossman 4e3e79dc7d Make the calls to va_list logging functions more explicit 9 years ago
  Pierre Ossman 6d0b3eaec2 Avoid shadowing variables 9 years ago
  Pierre Ossman 5fb5b8ad1c ddxInitGlobals() was removed from Xorg ages ago 9 years ago
  Pierre Ossman 595aedc9bd ddxBeforeReset() is only conditionally included in the build 9 years ago
  Pierre Ossman 37e5af91ca Properly define functions as not having any arguments 9 years ago
  Pierre Ossman 8081ba507d Remove declaration for variable already present in headers 9 years ago
  Pierre Ossman 614a121de7 Make sure we get prototypes for global DDX functions 9 years ago
  Pierre Ossman 9d9d1409f4 Avoid complaints about unused variable in argument less requests 9 years ago
  Pierre Ossman dfe455ce18 No need to cast these as they are already an appropriate type 9 years ago
  Pierre Ossman a916108f52 Declare variables at the start of each block, as required 9 years ago