aboutsummaryrefslogtreecommitdiffstats
path: root/common/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Layout] Added os/net.[ch]. They will include wrappers for missing IPv6Adam Tkac2008-12-103-2/+108
* [Portability] Implemented snprintf() function to support old compilersAdam Tkac2008-12-032-0/+19
* [Portability] Reimplement vsnprintf to be C89 compatibleAdam Tkac2008-12-032-22/+64
* Corrected r3167; the file is called common-config.win.h, notPeter Åstrand2008-12-011-1/+1
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-141-0/+9
* [Refactoring] Introduced common/os/ directory for platform dependentAdam Tkac2008-11-143-0/+100