Skip to content
Snippets Groups Projects
  1. Feb 21, 2022
  2. Feb 20, 2022
    • Deucе's avatar
      Add DISABLE_MKSTEMP_DEFINE support · 1fadf55a
      Deucе authored
      This macro as written won't compile on mingw32 due to the attributes
      on _mktemp().  This could be worked around, but it's easier to just
      disable it since I don't need it, and nobody else is building with
      mingw32.
      1fadf55a
    • Deucе's avatar
      Fix socket_ioctl_ptr_t · c60e26d5
      Deucе authored
      On Win32 it can't be defined until after winsock*.h is #included.
      On everything else, it needs to be a pointer.
      c60e26d5
    • Deucе's avatar
      Add socket_ioctl_ptr_t · 41b8c1fc
      Deucе authored
      For Win32, this is actually the pointer type an ioctl() third
      argument needs to be.  For other OSs, this is basically what an
      FIONBIO third argument needs to be... there's really no restruction
      at all on what arguments after the second to ioctl() need to be.
      41b8c1fc
  3. Feb 19, 2022
  4. Feb 17, 2022
    • Rob Swindell's avatar
      Strip carriage returns from extended descriptions · 3da0fe24
      Rob Swindell authored
      On Windows, CRs in extended descriptions could result in output of
      \r\r\n which could be displayed as 2 newlines (e.g. in notepad.exe).
      Since the \n -> \r\n expansion already happens on Windows stdout,
      we don't want them in the processed input (file metadata).
      
      As reported by DesotoFireflite (VALHALLA), thank you!
      3da0fe24
    • Rob Swindell's avatar
      Don't include both normal and extended file descriptions by default · 16d0c5c4
      Rob Swindell authored
      As pointed out by DesotoFireflite (VALHALLA), both the file's
      short/normal description and the extended description were being
      included in all file listings. This is probably want most sysops
      will want since the extended description is often used as the content
      of the short/normal description, resulting in repeated content. So,
      by default, if there is an extended file description, don't output
      the short/normal file description.
      
      If you want to include *both* the short and extended descriptions
      (for files that have both), include both the -ext and -desc command
      line options.
      16d0c5c4
  5. Feb 16, 2022
  6. Feb 15, 2022
  7. Feb 14, 2022
  8. Feb 13, 2022
  9. Feb 12, 2022
Loading