aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix mismatches between format string and argumentsPierre Ossman2015-03-0319-55/+55
* Shorten stats from EncodeManager using SI/IEC prefixesPierre Ossman2015-03-033-8/+60
* A switch() needs to handle every value in an enumPierre Ossman2015-03-031-0/+4
* Switch to unsigned parameters for ExtendedDesktopSize handlerPierre Ossman2015-03-034-7/+7
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-0314-27/+27
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-038-53/+31
* Tag the Exception constructor as a printf functionPierre Ossman2015-03-031-1/+7
* Remove unused variablesPierre Ossman2015-03-0310-17/+2
* Handle no useful address types from getaddrinfo()Pierre Ossman2015-03-031-0/+3
* The compiler cannot figure out if this is assigned properlyPierre Ossman2015-03-031-0/+4
* Turn on more warnings to catch potential bugsPierre Ossman2015-03-031-0/+4
* Merge pull request #142 from bphinz/masterBrian Hinz2015-03-0114-277/+75
|\
| * Build local static libpng on el5Brian P. Hinz2015-03-011-1/+14
| * Remove obsolete distro patchesBrian P. Hinz2015-03-0110-65/+29
| * Use autotools to build fltk-1.3.3 on el5 instead of cmakeBrian P. Hinz2015-03-013-192/+17
| * Bump version of fltk to 1.3.3 for el5, el6, & ubuntu packagesBrian P. Hinz2015-03-014-20/+16
|/
* Merge pull request #141 from bphinz/javaBrian Hinz2015-03-011-6/+5
|\
| * Don't violate RFB spec by sending UTF-8Brian P. Hinz2015-03-011-6/+5
|/
* Merge branch 'perf' of https://github.com/dcommander/tigervncPierre Ossman2015-02-272-4/+4
|\
| * encperf, decperf: catch fopen() errorsDRC2015-02-262-4/+4
* | Merge branches 'format-security' and 'module-ldnow-master' of https://github....Pierre Ossman2015-02-279-133/+323
|\ \
| * | Link libvnc.so with '-z now' to make symbol resolution failures obvious.Tim Waugh2015-02-261-1/+1
| |/
| * Merge branch 'cmdline-crash' of https://github.com/twaugh/tigervncPierre Ossman2015-02-261-8/+28
| |\
| | * Don't return without value here.Tim Waugh2015-02-251-1/+1
| | * Abort argument processing on error.Tim Waugh2015-02-181-8/+28
| * | Merge branch 'xserver117-master' of https://github.com/twaugh/tigervncPierre Ossman2015-02-263-14/+150
| |\ \
| | * | Check for out-of-memory when installing color map.Tim Waugh2015-02-251-7/+4
| | * | Updated to build against xorg-x11-server 1.17.x.Tim Waugh2015-02-253-7/+146
| * | | Merge branch 'perf' of https://github.com/dcommander/tigervncPierre Ossman2015-02-261-40/+56
| |\ \ \
| | * | | encperf: Optionally disable pixel translationDRC2015-02-251-2/+6
| | * | | encperf: change % to %% in printf formatDRC2015-02-251-1/+1
| | * | | encperf: add compression level to encoding listDRC2015-02-251-1/+2
| | * | | encperf: allow # of iterations to be specifiedDRC2015-02-251-6/+6
| | * | | encperf: report encoded & raw-equivalent bytesDRC2015-02-251-13/+24
| | * | | encperf: Code formatting tweaksDRC2015-02-251-18/+18
| | |/ /
| * | | The legacy OS X keyboard API is only 32-bitPierre Ossman2015-02-251-1/+1
| * | | Escape FLTK menu entriesPierre Ossman2015-02-253-20/+77
| * | | Revert "Switch to FLTK's copy() method for menus"Pierre Ossman2015-02-252-69/+30
| |/ /
* | | Don't need to log local port when handling -via (#126).Tim Waugh2015-02-251-1/+0
* | | Avoid warning when compiling with gcc's -Wformat-security option.Tim Waugh2015-02-241-1/+1
|/ /
* | Disable entries instead of shuffling memory aroundPierre Ossman2015-02-201-22/+11
* | Update copyright yearsPierre Ossman2015-02-202-2/+2
* | Switch to FLTK's copy() method for menusPierre Ossman2015-02-202-26/+76
|/
* Create a console window for help output on WindowsPierre Ossman2015-02-171-0/+21
* Add shortcuts to context menu for quick accessPierre Ossman2015-02-161-11/+11
* Stop mapping Meta to SuperPierre Ossman2015-02-161-2/+0
* Merge branch 'perf' of https://github.com/CendioOssman/tigervncPierre Ossman2015-02-1324-158/+1193
|\
| * Default compression level should be interpreted as highPierre Ossman2015-02-131-1/+1
| * Be more aggressive in finding solid rectanglesPierre Ossman2015-02-132-74/+96
| * Add test to measure high level encoding performancePierre Ossman2015-02-132-0/+442