| Commit message (Expand) | Author | Age | Files | Lines |
* | Split SystemException to handle Windows | Pierre Ossman | 2024-10-09 | 2 | -13/+13 |
* | Avoid shadowing variables | Pierre Ossman | 2024-06-24 | 1 | -2/+2 |
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 3 | -20/+24 |
* | Create common recursive mkdir() | Pierre Ossman | 2024-05-30 | 2 | -0/+41 |
* | Implement XDG Base Directory paths, deprecate ~/.vnc | 90 | 2024-04-26 | 2 | -38/+40 |
* | Begin work on XDGBDS compliance and overrideable configs | 90 | 2024-03-15 | 2 | -10/+56 |
* | Prefer target_include_directories() | Pierre Ossman | 2023-03-31 | 1 | -2/+1 |
* | Add all common inter-dependencies | Pierre Ossman | 2023-03-31 | 1 | -0/+2 |
* | Remove trailing slash from getvnchomedir() | Pierre Ossman | 2023-02-04 | 1 | -3/+3 |
* | Namespace directory functions | Pierre Ossman | 2023-02-04 | 2 | -18/+22 |
* | Return static char buffer from some methods | Pierre Ossman | 2023-02-04 | 2 | -41/+33 |
* | Replace tabs with spaces | Pierre Ossman | 2023-02-04 | 1 | -45/+45 |
* | Get rid of TCHAR magic | Pierre Ossman | 2023-02-04 | 2 | -9/+3 |
* | Remove old mingw compatibility code | Pierre Ossman | 2023-01-05 | 4 | -223/+0 |
* | Be consistent in including config.h | Pierre Ossman | 2021-12-30 | 3 | -4/+8 |
* | Adjust default directory for configuration file save and load | Johannes | 2021-09-21 | 2 | -4/+39 |
* | Clean up default value for X509 parameters | Pierre Ossman | 2021-06-13 | 2 | -20/+0 |
* | Don't throw exceptions in destructors | Pierre Ossman | 2017-09-15 | 1 | -10/+2 |
* | Include stddef.h to get access to size_t | Pierre Ossman | 2016-07-07 | 1 | -0/+2 |
* | Fix typo in include protector | Pierre Ossman | 2016-07-07 | 1 | -1/+1 |
* | Block signals from being handled on worker threads | Pierre Ossman | 2016-01-04 | 1 | -0/+12 |
* | Include class keyword for friend declaration | Pierre Ossman | 2015-12-08 | 1 | -1/+1 |
* | Create one decode thread for each CPU | Pierre Ossman | 2015-11-27 | 2 | -0/+34 |
* | Make the decoder multi-threaded | Pierre Ossman | 2015-11-27 | 1 | -0/+4 |
* | Add abstraction classes for system thread primitives | Pierre Ossman | 2015-11-27 | 5 | -0/+403 |
* | Fix Winsock errno code overlap | Pierre Ossman | 2015-05-29 | 1 | -13/+1 |
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-12 | 3 | -259/+1 |
|\ |
|
| * | Raise GnuTLS requirements to 3.x | Pierre Ossman | 2015-01-29 | 3 | -259/+1 |
* | | Use a common header file for Windows errno names. | Peter Åstrand (astrand) | 2015-02-05 | 1 | -0/+101 |
|/ |
|
* | Remove a lot of platform compatibilty stuff | Pierre Ossman | 2014-07-07 | 6 | -266/+5 |
* | Create common/os/libos.la file | Adam Tkac | 2012-09-05 | 1 | -0/+4 |
* | Enable WinVNC build with MinGW and MinGW64 | DRC | 2011-10-12 | 4 | -0/+218 |
* | Move setting of PIC code to a central location | DRC | 2011-08-23 | 1 | -8/+0 |
* | CMake doesn't handle convenience libraries as nicely as autotools does. We | Pierre Ossman | 2011-08-22 | 1 | -0/+8 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 1 | -9/+0 |
* | We don't need to special case Windows anymore now since we have proper | Pierre Ossman | 2011-03-08 | 1 | -5/+1 |
* | Fix up typo that's been copied around in several places. | Pierre Ossman | 2011-03-08 | 1 | -1/+1 |
* | Windows actually has socklen_t, it's just that it is in a special header. | Pierre Ossman | 2011-03-08 | 1 | -0/+1 |
* | [Bugfix] Fix Windows build, recently added GNUTLS compat code broke it. | Adam Tkac | 2011-02-09 | 2 | -5/+6 |
* | [Bugfix] Improve compatibility with ancient GNUTLS implementations even more. | Adam Tkac | 2011-02-09 | 2 | -0/+18 |
* | [Development] os: add gnutls_x509_crt_print() implementation, older systems | Adam Tkac | 2011-02-09 | 4 | -3/+246 |
* | [Development] os: introduce new function called "fileexists" | Adam Tkac | 2011-02-07 | 2 | -0/+19 |
* | [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in | Adam Tkac | 2011-02-07 | 2 | -8/+8 |
* | [Development] Implement gethomedir() function on Windows. | Adam Tkac | 2010-11-25 | 2 | -8/+32 |
* | [Bugfix] Don't compile gethomedir function on WIN32 | Adam Tkac | 2010-10-29 | 1 | -0/+3 |
* | [Development] Introduce gethomedir() function to retrieve home directory path. | Adam Tkac | 2010-10-29 | 4 | -3/+104 |
* | CMake build system for Windows | DRC | 2010-10-27 | 2 | -0/+6 |
* | - use unix/configure.ac as top-level configure.ac base | Adam Tkac | 2009-09-04 | 5 | -16/+11 |
* | Revert r3657 (import of autogenerated) files. | Adam Tkac | 2009-03-13 | 1 | -443/+0 |
* | Import autogenerated files for unix/ and common/ subdirs to make source | Adam Tkac | 2009-03-11 | 1 | -0/+443 |