1. 14 Sep, 2012 2 commits
    • Raphael Kubo da Costa's avatar
      ec3fff60
    • Raphael Kubo da Costa's avatar
      Tune the definitions needed when building with -ansi. · 4c148e5f
      Raphael Kubo da Costa authored
      The current definitions were mostly useful to glibc and followed its
      feature_test_macros(3) documentation.
      
      However, this means other platforms still had problems when building with
      strict compilation flags. _BSD_SOURCE, for example, is only recognized by
      glibc, and other platforms sometimes need _XOPEN_SOURCE instead, or even the
      removal of some definitions (such as the outdate _POSIX_SOURCE one).
      
      _POSIX_SOURCE also had to be conditionally defined in some places, as what
      it enables or disables during compilation varies across systems.
      4c148e5f
  2. 20 Jul, 2012 1 commit
  3. 09 May, 2012 1 commit
  4. 03 May, 2012 1 commit
  5. 25 Apr, 2012 1 commit
  6. 23 Apr, 2012 1 commit
  7. 15 Apr, 2012 3 commits
  8. 14 Apr, 2012 1 commit
  9. 02 Apr, 2012 1 commit
  10. 10 Mar, 2012 1 commit
  11. 04 Feb, 2012 1 commit
  12. 08 Nov, 2011 1 commit
  13. 27 Apr, 2011 1 commit
  14. 17 Mar, 2011 3 commits
  15. 12 Mar, 2011 3 commits
  16. 03 Mar, 2011 1 commit
  17. 26 Feb, 2011 1 commit
  18. 31 Jan, 2011 2 commits
  19. 25 Jan, 2011 1 commit
  20. 02 Nov, 2010 1 commit
  21. 21 Oct, 2010 1 commit
  22. 20 Oct, 2010 1 commit
  23. 13 Oct, 2010 1 commit
  24. 29 Sep, 2010 1 commit
  25. 13 Sep, 2010 1 commit
    • Christian Beier's avatar
      Non-blocking sockets for Windows. · c0373e9c
      Christian Beier authored
      Expands the SetNonBlocking() function in libvncclient/sockets.c to also
      work under Windows and also changes it to honour maybe already present
      socket flags.
      
      A similar function was introduced for libvncserver as well and
      all the #ifdef'ed fnctl calls replaced with calls to that one.
      Signed-off-by: 's avatarChristian Beier <dontmind@freeshell.org>
      c0373e9c
  26. 06 Sep, 2010 1 commit
    • Christian Beier's avatar
      Fix MinGW32 compilation with libjpeg. · ad254469
      Christian Beier authored
      MinGW32 (or more exactly, a rpcndr.h file included by
      winsock2.h) typedefs a 'boolean' type that jmorecfg.h
      included by jpeglib.h also tries to typedef.
      So, tell the jpeg headers.
      
      Closes: 3007302
      ad254469
  27. 14 Jul, 2010 1 commit
  28. 08 Jul, 2010 1 commit
  29. 04 Jun, 2010 1 commit
  30. 09 May, 2010 1 commit
  31. 13 Mar, 2010 1 commit
  32. 25 Jan, 2010 1 commit