summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation in c89 mode.George Kiagiadakis2011-04-281-1/+5
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Set proper file permissions for source files.Christian Beier2011-03-102-0/+0
|
* Update minilzo library used for Ultra encoding to ver 2.04.Christian Beier2011-02-264-2088/+5175
| | | | | | | | | | According to the minilzo README, this brings a significant speedup on 64-bit architechtures. Changes compared to old version 1.08 can be found here: http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@freeshell.org>
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-257-0/+5010
No functional changes. All files used by _both_ libvncserver and libvncclient are put into a 'common' directory and references from other files as well as Autotools and CMake build systems are updated. Signed-off-by: Christian Beier <dontmind@freeshell.org>