summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More RPM spec file cleanupBrian P. Hinz2014-11-221-7/+0
* SPEC file cleanupBrian P. Hinz2014-11-213-7/+3
* Remove libvnc server module from statically built versionsBrian P. Hinz2014-11-191-31/+8
* Removed references to libgcrypt and libgpg-error in BUILDING.txtBrian P. Hinz2014-11-181-3/+1
* Update BUILDING.txt to document GnuTLS requirementsBrian P. Hinz2014-11-141-0/+23
* Parameterize jar file signing for rpm-based distrosBrian P. Hinz2014-11-053-3/+30
* Set default file encoding to prevent java compiler warningsBrian P. Hinz2014-11-053-3/+3
* Remove non-applicable changes from cmake patchBrian P. Hinz2014-11-051-8/+0
* more el5 build fixesBrian P. Hinz2014-11-051-1/+0
* el6 package enhancementBrian P. Hinz2014-11-041-2/+5
* more el5 build fixesBrian P. Hinz2014-11-041-0/+4
* more el5 build enhancementsBrian P. Hinz2014-11-043-98/+190
* more el5 static build enhancementsBrian P. Hinz2014-11-043-0/+696
* el5 build enhancementsBrian P. Hinz2014-11-049-0/+803
* Static build fix - only attempt to link against libtasn1 if it's presentBrian P. Hinz2014-11-041-1/+6
* Back out previous changeBrian P. Hinz2014-11-041-6/+1
* Merge remote-tracking branch 'upstream/master' into buildfixesBrian P. Hinz2014-11-035-53/+79
|\
| * Merge branch 'build' of https://github.com/CendioOssman/tigervncPierre Ossman2014-11-032-16/+55
| |\
| | * Handle mingw circular dependencies in base librariesPierre Ossman2014-11-031-1/+5
| | * Handle static linking flags in .la filesPierre Ossman2014-11-031-11/+28
| | * Handle arguments that have the -l prefixPierre Ossman2014-11-031-0/+6
| | * Split up any entries that contain multiple link argumentsPierre Ossman2014-11-031-0/+12
| | * The output variable from find_library() needs to be clearedPierre Ossman2014-11-031-0/+4
| | * Remove obsolete reference to staticlibPierre Ossman2014-11-031-4/+0
| |/
| * Merge pull request #53 from bphinz/buildfixesbphinz2014-11-034-184/+151
| |\
| * \ Merge branch 'build' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-284-37/+24
| |\ \
| | * | Use dynamic builds by defaultPierre Ossman2014-10-281-1/+1
| | * | Remove unused variablePierre Ossman2014-10-281-1/+0
| | * | Remove verbose TLS loggingPierre Ossman2014-10-282-26/+0
| | * | Include gettext and zlib in static GnuTLS linkPierre Ossman2014-10-281-0/+9
| | * | Only link with crypt32 on WindowsPierre Ossman2014-10-281-1/+6
| | * | Put quotes around entire static link variablesPierre Ossman2014-10-281-8/+8
| |/ /
| * | Merge pull request #50 from bphinz/buildfixesbphinz2014-10-225-1/+5
| |\ \
* | | | Static build fix - only attempt to link against libtasn1 if it's presentBrian P. Hinz2014-11-031-1/+6
| |_|/ |/| |
* | | Major overhaul of SSLEngineManagerBrian P. Hinz2014-11-024-184/+151
| |/ |/|
* | Add in missing dependency for windows builds.Brian P. Hinz2014-10-221-1/+1
* | Set -DBUILD_STATIC=off for package builds.Brian P. Hinz2014-10-224-0/+4
|/
* Merge branch 'build' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-219-272/+121
|\
| * Extend "static" build optionPierre Ossman2014-10-173-47/+107
| * Add Carbon and Cocoa dependencies to vncviewerPierre Ossman2014-10-171-0/+4
| * Move ws2_32 dependency to the correct placePierre Ossman2014-10-173-9/+6
| * Link basic X11 libraries lastPierre Ossman2014-10-171-1/+3
| * Remove libjpeg-turbo build instructionsPierre Ossman2014-10-171-51/+3
| * Clean up GnuTLS linking and instructionsPierre Ossman2014-10-174-167/+1
* | Merge branch 'remote-shm' of https://github.com/twaugh/tigervncPierre Ossman2014-10-171-1/+10
|\ \ | |/ |/|
| * Check the return value from XShmAttach.Tim Waugh2014-10-171-1/+5
| * Don't use MIT-SHM on remote displays.Tim Waugh2014-10-161-0/+5
|/
* Merge branch 'assert' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-109-18/+38
|\
| * Use exceptions rather than asserts for for "normal" errorsPierre Ossman2014-10-103-8/+11
| * Use the same style for exception messagesPierre Ossman2014-10-102-4/+4