aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite update caused by b64dbf2Pierre Ossman2015-06-231-1/+1
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-1/+1
* Avoid losing updates on partial requestsPierre Ossman2015-06-091-1/+4
* Clean up server rendered cursor logicPierre Ossman2015-06-092-17/+27
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-058-20/+24
* Fix Winsock errno code overlapPierre Ossman2015-05-293-15/+3
* Only include syslog logger on Unix systemsPierre Ossman2015-05-041-1/+4
*-. Merge branches 'noreset' and 'syslog' of https://github.com/michalsrb/tigervncPierre Ossman2015-05-044-4/+115
|\ \
| | * Remove hardcoded "Xvnc" in syslog logger.Michal Srb2015-04-241-1/+1
| | * Add syslog logger.Michal Srb2015-04-103-0/+106
| | * Expose log levels from LogWriter.Michal Srb2015-04-101-4/+9
| |/
* | Remove parameter "hasBeenSet" logicPierre Ossman2015-04-272-16/+1
* | Clarify Windows SO_REUSEADDR exceptionPierre Ossman2015-04-231-1/+6
* | Repair SO_REUSEADDRPierre Ossman2015-04-231-5/+5
|/
* Require getaddrinfo() on all systemsPierre Ossman2015-03-172-128/+1
* Do not look at errno for getaddrinfo() errorsPierre Ossman2015-03-171-2/+4
* Replacement for dup() on WindowsPierre Ossman2015-03-171-2/+19
* Fix proper socket headers for Win32Pierre Ossman2015-03-171-0/+6
* Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-172-0/+59
* 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
* 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-172-199/+401
|\
| * IPv6 support for TcpFilter.Tim Waugh2015-03-132-57/+201
| * Fixed IPv6 support.Tim Waugh2015-03-132-139/+197
| * Whitespace changes only.Tim Waugh2015-03-111-4/+4
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-1243-12705/+87
|\ \ | |/ |/|
| * Drop bundled zlibPierre Ossman2015-02-0329-12355/+0
| * Add parameter to override GnuTLS priorityPierre Ossman2015-01-294-21/+48
| * Raise GnuTLS requirements to 3.xPierre Ossman2015-01-2912-349/+59
* | Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-032-0/+31
* | The PAM callback is slightly different on SolarisPierre Ossman2015-03-031-1/+6
* | Add extra parentheses to avoid and/or priority ambiguityPierre Ossman2015-03-031-1/+1
* | Reorder class initialiser list to match what actually happensPierre Ossman2015-03-032-4/+5
* | Make Rect::area() signed, just like Rect::width()/height()Pierre Ossman2015-03-031-1/+1
* | Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
* | 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-032-3/+3
* | Fix bad signed/unsigned comparisonsPierre Ossman2015-03-036-7/+7
* | Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-037-24/+17
* | Tag the Exception constructor as a printf functionPierre Ossman2015-03-031-1/+7
* | Remove unused variablesPierre Ossman2015-03-036-9/+1
* | 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
* | Merge branch 'perf' of https://github.com/CendioOssman/tigervncPierre Ossman2015-02-1318-138/+454
|\ \
| * | 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
| * | Move encoder statistics into EncodeManager from SMsgWriterPierre Ossman2015-02-134-47/+168