aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/os.h
Commit message (Collapse)AuthorAgeFilesLines
* Move application directory handling to corePierre Ossman2025-02-251-74/+0
| | | | | These are general plumbing, so they fit in nicely with the new core library.
* Create common recursive mkdir()Pierre Ossman2024-05-301-0/+7
| | | | | | | Avoid duplicating this complexity in too many places. At the same time make the interface more identical to regular mkdir(), for familiarity.
* Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-12/+12
|
* Begin work on XDGBDS compliance and overrideable configs902024-03-151-4/+26
|
* Namespace directory functionsPierre Ossman2023-02-041-16/+20
| | | | All library functions should be in a proper namespace.
* Return static char buffer from some methodsPierre Ossman2023-02-041-8/+5
| | | | | | | | | This mimics how some system functions (like inet_ntop()) work, and avoids complexity around ownership of the returned string buffer. The downside is that the string must be consumed directly as it will be overwritten on the next call, but that is not an issue with the current usage.
* Get rid of TCHAR magicPierre Ossman2023-02-041-6/+0
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Remove old mingw compatibility codePierre Ossman2023-01-051-2/+0
| | | | | This isn't needed with modern build environments, and can even conflict with them.
* Be consistent in including config.hPierre Ossman2021-12-301-4/+0
| | | | | | 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.
* Adjust default directory for configuration file save and loadJohannes2021-09-211-0/+14
|
* Clean up default value for X509 parametersPierre Ossman2021-06-131-9/+0
| | | | | Let's avoid making this too complex and force every user to know about magical functions.
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-121-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4723 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] os: introduce new function called "fileexists"Adam Tkac2011-02-071-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4255 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-071-2/+3
| | | | | | | | | platform-intependent manner. Thanks to Guillaume Destuynder. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4252 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Implement gethomedir() function on Windows.Adam Tkac2010-11-251-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4208 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Introduce gethomedir() function to retrieve home directory path.Adam Tkac2010-10-291-0/+36
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4176 3789f03b-4d11-0410-bbf8-ca57d06f2519