| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The restrict keyboard was introduced with C99, but we are aiming for | Peter Åstrand | 2008-12-11 | 1 | -2/+2 |
* | [Layout] Added os/net.[ch]. They will include wrappers for missing IPv6 | Adam Tkac | 2008-12-10 | 3 | -2/+108 |
* | [Portability] Implemented snprintf() function to support old compilers | Adam Tkac | 2008-12-03 | 2 | -0/+19 |
* | [Portability] Reimplement vsnprintf to be C89 compatible | Adam Tkac | 2008-12-03 | 2 | -22/+64 |
* | Corrected r3167; the file is called common-config.win.h, not | Peter Åstrand | 2008-12-01 | 1 | -1/+1 |
* | [Refactoring] Improved rdr::Exception constructor. It now accepts variable | Adam Tkac | 2008-11-14 | 1 | -0/+9 |
* | [Refactoring] Introduced common/os/ directory for platform dependent | Adam Tkac | 2008-11-14 | 3 | -0/+100 |