1. 05 Jan, 2020 1 commit
    • Ulrich Sibiller's avatar
      Add support for custom version string · ec1b3a44
      Ulrich Sibiller authored
      Make nxproxy and nxagent print an arbitrary version number by running
      make NX_VERSION_CUSTOM="myvers". nxagent and nxproxy will then show
      this in addition to the original version number:
      
      NXPROXY - Version myvers (3.5.99.22)
      NXAGENT - Version myvers (3.5.99.22)
      
      Fixes ArcticaProject/nx-libs#606
      ec1b3a44
  2. 29 Sep, 2019 2 commits
  3. 01 Mar, 2019 4 commits
  4. 24 May, 2018 1 commit
  5. 07 Mar, 2018 2 commits
  6. 02 Mar, 2018 1 commit
  7. 01 Mar, 2018 1 commit
  8. 25 Feb, 2018 3 commits
  9. 30 Dec, 2017 2 commits
  10. 28 Dec, 2017 1 commit
  11. 16 Dec, 2017 1 commit
  12. 15 Dec, 2017 1 commit
  13. 11 Dec, 2017 1 commit
  14. 27 Oct, 2017 1 commit
    • Mihai Moldovan's avatar
      nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup… · 1f717c6f
      Mihai Moldovan authored
      nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup optional C++11 support.
      
      Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive.
      
      Note: should only be used in tandem. Make sure that each component
      either uses the C++11 ABI or none uses it. Mixing and matching libraries
      and binaries with different C++ ABIs might lead to weird errors.
      1f717c6f
  15. 09 Oct, 2017 1 commit
  16. 27 Aug, 2017 1 commit
  17. 25 Aug, 2017 1 commit
  18. 11 Aug, 2017 1 commit
  19. 13 Jul, 2017 6 commits
  20. 05 Jun, 2017 1 commit
  21. 04 May, 2017 1 commit
    • Mike Gabriel's avatar
      nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to… · 681069d7
      Mike Gabriel authored
      nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to GNU/Hurd and GNU/kFreeBSD).
      
       We use the error code (and its underlying message for
       generating log errors and their textual messages. So,
       in theory, we could use any error code here. Thus,
       choosing the once closest to EBADFD while being
       portable to non-Linux systems.
      681069d7
  22. 17 Nov, 2016 1 commit
  23. 05 Jul, 2016 4 commits
  24. 01 Jul, 2016 1 commit