1. 03 Nov, 2020 2 commits
    • Ulrich Sibiller's avatar
      Log.h: fix some shadow warnings · e66d2c86
      Ulrich Sibiller authored
      "warning: declaration of '<something>' shadows a member of 'this'
      
      This shows up in gcc 4.8.5 and has been fixed in gcc 5.0, see
      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57709
      
      Change the variable names anyway to be on the safe side.
      
      Fixes ArcticaProject/nx-libs#958
      e66d2c86
    • Ulrich Sibiller's avatar
      Channel.h: rename variable to prevent shadowing · 2c66355c
      Ulrich Sibiller authored
      In file included from Proxy.h:39:0,
                       from ServerProxy.h:32,
                       from ServerProxy.cpp:36:
      Channel.h: In member function 'int Channel::handleEncodeIdentity(EncodeBuffer&, ChannelCache*, MessageStore*, const unsigned char*, unsigned int, int)':
      Channel.h:369:3: warning: declaration of 'bigEndian' shadows a member of 'this' [-Wshadow]
         {
         ^
      Channel.h: In member function 'int Channel::handleDecodeIdentity(DecodeBuffer&, ChannelCache*, MessageStore*, unsigned char*&, unsigned int&, int, WriteBuffer*)':
      Channel.h:378:3: warning: declaration of 'bigEndian' shadows a member of 'this' [-Wshadow]
         {
         ^
      
      RHEL7's g++ 4.8.5 reports this while Debian's g++ 10.2.0-15 does
      not. This is described in
      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57709 and fixed in gcc
      5.0.
      
      Rename the variables anyway to be on the safe side.
      
      Fixes ArcticaProject/nx-libs#956
      2c66355c
  2. 30 May, 2020 1 commit
  3. 07 May, 2020 1 commit
  4. 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
  5. 27 Aug, 2019 1 commit
  6. 16 Aug, 2019 1 commit
  7. 07 Apr, 2019 1 commit
  8. 04 Apr, 2019 1 commit
  9. 01 Mar, 2019 3 commits
  10. 20 Feb, 2019 2 commits
  11. 18 Feb, 2019 1 commit
    • Ulrich Sibiller's avatar
      nxproxy: list known session types in help output · bfc05af7
      Ulrich Sibiller authored
      The old unix-* session types are deprecated and will always
      lead to a warning message "Unrecognized session type".
      
      Internally there are only three session types: agent, proxy
      and shadow, all the others are mapped to one of those three.
      bfc05af7
  12. 22 Jan, 2019 1 commit
  13. 21 Jan, 2019 1 commit
  14. 03 Jul, 2018 1 commit
  15. 24 May, 2018 1 commit
  16. 01 Mar, 2018 1 commit
  17. 27 Feb, 2018 3 commits
  18. 26 Feb, 2018 1 commit
  19. 20 Jan, 2018 1 commit
  20. 08 Jan, 2018 1 commit
  21. 29 Dec, 2017 14 commits