summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* winsock2.h must always be included before windows.hPierre Ossman2015-03-171-0/+1
* Local address change events are not socket specificPierre Ossman2015-03-174-6/+6
* Nothing uses inet_ntop()/inet_pton() so remove the CMake definePierre Ossman2015-03-171-1/+0
* Fix proper socket headers for Win32Pierre Ossman2015-03-171-0/+6
* Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-173-2/+61
* Make sure Win32 sockets are available in new listening APIPierre Ossman2015-03-171-0/+5
* AI_NUMERICSERV is not available on some systemsPierre Ossman2015-03-171-0/+5
* Make sure socket errno defines are available for Win32Pierre Ossman2015-03-171-0/+4
* Look in libsocket for socket functions on SolarisPierre Ossman2015-03-171-0/+3
* stop using check_function_exists() for Windows socket functionsPierre Ossman2015-03-171-10/+7
* stop setting CMAKE_EXTRA_INCLUDE_FILES for check_function_exists()Pierre Ossman2015-03-171-4/+0
* Bump Windows requirement to XP SP2Pierre Ossman2015-03-171-9/+2
* family variable can be unset when matching any addressPierre Ossman2015-03-171-0/+2
* Merge branch 'multisocket-rebased' of https://github.com/twaugh/tigervncPierre Ossman2015-03-178-245/+513
|\
| * IPv6 support for TcpFilter.Tim Waugh2015-03-132-57/+201
| * Fixed IPv6 support.Tim Waugh2015-03-138-185/+309
| * Whitespace changes only.Tim Waugh2015-03-111-4/+4
* | Remove unnecessary dependency on openmotifBrian P. Hinz2015-03-152-4/+0
* | Update package builds to meet new minimum requirements.Brian P. Hinz2015-03-145-130/+187
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-1272-14485/+139
|\ \
| * | Remove no longer functional workaroundPierre Ossman2015-02-161-9/+0
| * | Drop bundled zlibPierre Ossman2015-02-0334-12366/+5
| * | Add parameter to override GnuTLS priorityPierre Ossman2015-01-294-21/+48
| * | Raise GnuTLS requirements to 3.xPierre Ossman2015-01-2915-381/+60
| * | Remove code supporting Xorg older than 1.7Pierre Ossman2015-01-296-746/+28
| * | Move build-xorg to contrib as it is not a maintained componentPierre Ossman2015-01-275-7/+7
| * | Raise base Xorg requirement to 1.7Pierre Ossman2015-01-278-511/+6
| * | Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-2711-461/+5
* | | Don't disable xinerama (#147)Brian P. Hinz2015-03-084-6/+12
| |/ |/|
* | Merge branch 'mac_menu' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-043-7/+50
|\ \
| * | Add a OS X system menu so that new viewer windows can be startedPierre Ossman2015-03-041-0/+40
| * | Hide OS X specific callback when not neededPierre Ossman2015-03-041-0/+2
| * | Fix bad long line detection logic in config file parserPierre Ossman2015-03-041-3/+4
| * | Change type to fix bad signed/unsigned comparisonPierre Ossman2015-03-041-4/+4
|/ /
* | Merge branch 'warnings' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-0368-231/+340
|\ \
| * | Make warnings into errors when doing debug buildsPierre Ossman2015-03-031-0/+8
| * | Make sure defaultServerName is initialised even on errorsPierre Ossman2015-03-031-0/+1
| * | Move about text constant so the compiler can analyse itPierre Ossman2015-03-031-5/+5
| * | Fix unsafe format strings to the logging functionsPierre Ossman2015-03-033-4/+4
| * | Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-032-4/+3
| * | Fix bad initialiser listsPierre Ossman2015-03-032-4/+4
| * | Compiler doesn't like us not checking return values herePierre Ossman2015-03-031-3/+3
| * | Compiler doesn't like referencing unset variablesPierre Ossman2015-03-031-0/+4
| * | LPARAM and WPARAM have different types on Win32 and Win64Pierre Ossman2015-03-032-2/+4
| * | WIN64 should come from the compiler or SDK, not usPierre Ossman2015-03-031-1/+0
| * | Handler still needs to return something even with XDamagePierre Ossman2015-03-031-0/+2
| * | No need to force modifiable strings herePierre Ossman2015-03-032-2/+2
| * | Pointer truncation/expansion needs to be very explicitPierre Ossman2015-03-034-13/+15
| * | Wrong array index in CPU usage calculation on WindowsPierre Ossman2015-03-031-1/+1
| * | Windows doesn't have %lldPierre Ossman2015-03-031-0/+5