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. 27 Aug, 2019 1 commit
  3. 16 Aug, 2019 1 commit
  4. 20 Feb, 2019 1 commit
  5. 22 Jan, 2019 1 commit
  6. 24 May, 2018 1 commit
  7. 01 Mar, 2018 1 commit
  8. 27 Feb, 2018 3 commits
  9. 26 Feb, 2018 1 commit
  10. 20 Jan, 2018 1 commit
  11. 29 Dec, 2017 15 commits
  12. 25 Dec, 2017 3 commits
  13. 24 Dec, 2017 1 commit
  14. 18 Dec, 2017 1 commit
  15. 11 Dec, 2017 1 commit
    • Ulrich Sibiller's avatar
      nxcomp: fix shadow warning · d5c3e75b
      Ulrich Sibiller authored
      Fixes this:
      
      CXX      Loop.lo
      Loop.cpp: In function 'void handleCheckResultInLoop(int&, int&, int&, fd_set&, fd_set&, timeval&, timeval&)':
      Loop.cpp:14080:68: warning: declaration of 'startTs' shadows a global declaration [-Wshadow]
                                                   struct timeval &startTs)
                                                                          ^
      Loop.cpp:1020:13: note: shadowed declaration is here
      T_timestamp startTs;
      
      Fixes ArcticaProject/nx-libs#545
      d5c3e75b
  16. 09 Dec, 2017 2 commits
  17. 02 Dec, 2017 3 commits
  18. 04 Nov, 2017 1 commit
  19. 27 Oct, 2017 1 commit