Skip to content
Snippets Groups Projects
  1. Feb 29, 2024
  2. Feb 28, 2024
  3. Feb 27, 2024
  4. Feb 26, 2024
    • Rob Swindell's avatar
      Don't log errno value and description as part of ERROR log msg, when 0 · 5e3b427c
      Rob Swindell authored
      If errno is 0, it's definitely no proividing anything of value here. Of
      course, sometimes errno might be non-zero and still be unrelated to the error
      message. <shrug>
      
      For Nelgin:
      !ERROR 0 (Success) in exec.cpp line 644 (js_execfile) compiling "something.js" access=0
      <nelgin> I don't quite get why a successful execution is logged as an error
      5e3b427c
  5. Feb 25, 2024
  6. Feb 24, 2024
  7. Feb 23, 2024
    • Deucе's avatar
      sftp_channel is always -1 here. · 6c893cc0
      Deucе authored
      6c893cc0
    • Deucе's avatar
      Catch when cryptFlushData() says the channel is closed. · f11d5419
      Deucе authored
      Also, fix an unlikely race condition.  This, combined with the
      cryptlib patches, fixes various weird SSH hangs resulting from
      partial reads of the SSH packet headers... a rare event that's
      very hard to trigger.  Special thanks to MeaTLoTioN for reporting
      this, and running a BBS that manages to trigger it reliably.
      
      Check out The Quantum Wormhole and say thanks!
      f11d5419
  8. Feb 22, 2024
Loading