aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Logger_syslog.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
| | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms.
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-1/+0
| | | | | | | | These files don't use anything from this header, so remove the include. This exposes some missing includes in other places, though. So add an explicit include in the files that were relying on an indirect inclusion.
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
| | | | | | The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
* Replace Windows specific thread handlingPierre Ossman2016-07-071-1/+0
| | | | Use the platform independent primitives instead.
* Remove hardcoded "Xvnc" in syslog logger.Michal Srb2015-04-241-1/+1
|
* Add syslog logger.Michal Srb2015-04-101-0/+65