Skip to content
Snippets Groups Projects
  1. Feb 26, 2025
  2. Aug 07, 2024
  3. Dec 18, 2022
  4. Dec 04, 2022
  5. Nov 20, 2022
  6. Jul 02, 2022
  7. Jul 01, 2022
  8. Jun 25, 2022
  9. May 19, 2022
  10. Feb 11, 2022
  11. Nov 14, 2021
  12. Nov 11, 2021
  13. Jul 08, 2021
  14. Jan 30, 2021
  15. Jan 19, 2021
    • git's avatar
      Auto increase patchlevel, set 1.1a-112 · cf184cc3
      git authored
      Graceful exit when idle for Windows builds, for Nick Andre.
      Set the binkd_exit flag to TRUE when signaled to exit and return TRUE
      (indicating that the signal was handled by the process) thus mimicking the
      behavior of the *nix builds' handling of termination signals.
      cf184cc3
    • git's avatar
      Auto update HISTORY · 6abe6a46
      git authored
      Define HAS_SNPRINTF for modern MSVC build compatibility (e.g. MSVC2019)
      Fix build error using "nmake MSVC_VER=10" and MSVC2019:
      
      Linking binkd.exe...
      snprintf.obj : error LNK2005: _snprintf already defined in readcfg.obj
      bin\msvc10-binkd\binkd.exe : fatal error LNK1169: one or more multiply defined symbols found
      6abe6a46
    • Rob Swindell's avatar
      Graceful exit when idle for Windows builds, for Nick Andre. · a0ca84e5
      Rob Swindell authored
      Set the binkd_exit flag to TRUE when signaled to exit and return TRUE
      (indicating that the signal was handled by the process) thus mimicking the
      behavior of the *nix builds' handling of termination signals.
      a0ca84e5
    • Rob Swindell's avatar
      Define HAS_SNPRINTF for modern MSVC build compatibility (e.g. MSVC2019) · 250779a9
      Rob Swindell authored
      Fix build error using "nmake MSVC_VER=10" and MSVC2019:
      
      Linking binkd.exe...
      snprintf.obj : error LNK2005: _snprintf already defined in readcfg.obj
      bin\msvc10-binkd\binkd.exe : fatal error LNK1169: one or more multiply defined symbols found
      250779a9
Loading