aboutsummaryrefslogtreecommitdiffstats
path: root/common/os
Commit message (Expand)AuthorAgeFilesLines
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-243-20/+24
* Create common recursive mkdir()Pierre Ossman2024-05-302-0/+41
* Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-262-38/+40
* Begin work on XDGBDS compliance and overrideable configs902024-03-152-10/+56
* Prefer target_include_directories()Pierre Ossman2023-03-311-2/+1
* Add all common inter-dependenciesPierre Ossman2023-03-311-0/+2
* Remove trailing slash from getvnchomedir()Pierre Ossman2023-02-041-3/+3
* Namespace directory functionsPierre Ossman2023-02-042-18/+22
* Return static char buffer from some methodsPierre Ossman2023-02-042-41/+33
* Replace tabs with spacesPierre Ossman2023-02-041-45/+45
* Get rid of TCHAR magicPierre Ossman2023-02-042-9/+3
* Remove old mingw compatibility codePierre Ossman2023-01-054-223/+0
* Be consistent in including config.hPierre Ossman2021-12-303-4/+8
* Adjust default directory for configuration file save and loadJohannes2021-09-212-4/+39
* Clean up default value for X509 parametersPierre Ossman2021-06-132-20/+0
* Don't throw exceptions in destructorsPierre Ossman2017-09-151-10/+2
* Include stddef.h to get access to size_tPierre Ossman2016-07-071-0/+2
* Fix typo in include protectorPierre Ossman2016-07-071-1/+1
* Block signals from being handled on worker threadsPierre Ossman2016-01-041-0/+12
* Include class keyword for friend declarationPierre Ossman2015-12-081-1/+1
* Create one decode thread for each CPUPierre Ossman2015-11-272-0/+34
* Make the decoder multi-threadedPierre Ossman2015-11-271-0/+4
* Add abstraction classes for system thread primitivesPierre Ossman2015-11-275-0/+403
* Fix Winsock errno code overlapPierre Ossman2015-05-291-13/+1
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-123-259/+1
|\
| * Raise GnuTLS requirements to 3.xPierre Ossman2015-01-293-259/+1
* | Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-051-0/+101
|/
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-076-266/+5
* Create common/os/libos.la fileAdam Tkac2012-09-051-0/+4
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-124-0/+218
* Move setting of PIC code to a central locationDRC2011-08-231-8/+0
* CMake doesn't handle convenience libraries as nicely as autotools does. WePierre Ossman2011-08-221-0/+8
* Remove unused autotools build systemDRC2011-06-241-9/+0
* We don't need to special case Windows anymore now since we have properPierre Ossman2011-03-081-5/+1
* Fix up typo that's been copied around in several places.Pierre Ossman2011-03-081-1/+1
* Windows actually has socklen_t, it's just that it is in a special header.Pierre Ossman2011-03-081-0/+1
* [Bugfix] Fix Windows build, recently added GNUTLS compat code broke it.Adam Tkac2011-02-092-5/+6
* [Bugfix] Improve compatibility with ancient GNUTLS implementations even more.Adam Tkac2011-02-092-0/+18
* [Development] os: add gnutls_x509_crt_print() implementation, older systemsAdam Tkac2011-02-094-3/+246
* [Development] os: introduce new function called "fileexists"Adam Tkac2011-02-072-0/+19
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-072-8/+8
* [Development] Implement gethomedir() function on Windows.Adam Tkac2010-11-252-8/+32
* [Bugfix] Don't compile gethomedir function on WIN32Adam Tkac2010-10-291-0/+3
* [Development] Introduce gethomedir() function to retrieve home directory path.Adam Tkac2010-10-294-3/+104
* CMake build system for WindowsDRC2010-10-272-0/+6
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-045-16/+11
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-443/+0
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+443
* The restrict keyboard was introduced with C99, but we are aiming forPeter Åstrand2008-12-111-2/+2