aboutsummaryrefslogtreecommitdiffstats
path: root/common/network/UnixSocket.cxx
Commit message (Expand)AuthorAgeFilesLines
* Stop relying on "using namespace"Pierre Ossman2025-02-251-1/+0
* Move logging to core libraryPierre Ossman2025-02-251-3/+2
* Move base exception classes to core libraryPierre Ossman2025-02-251-8/+8
* Reduce header #include:sPierre Ossman2025-02-131-0/+1
* Capitalize some more logging and exceptionsPierre Ossman2024-11-221-3/+3
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-6/+6
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-6/+6
* | Use standard library naming for exceptionsPierre Ossman2024-11-061-7/+7
* | Use standard exception classesPierre Ossman2024-11-061-0/+3
|/
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Return static char buffer from some methodsPierre Ossman2023-02-041-8/+8
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-5/+0
|\
| * Generalise corking to all output streamsPierre Ossman2020-05-211-5/+0
* | Correction to socket error connection messageAndrew Yoder2020-07-151-1/+1
|/
* Merge common socket codePierre Ossman2018-05-291-62/+5
* Remove unused code from socket classesPierre Ossman2018-05-291-25/+3
* Add support for Unix socketsPierre Ossman2018-05-291-0/+250