Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
    • Quanah Gibson-Mount's avatar
      ITS#8383 · 304ec18c
      Quanah Gibson-Mount authored
      304ec18c
    • Quanah Gibson-Mount's avatar
      ITS#8383 - regenerate configure · c90b667f
      Quanah Gibson-Mount authored
      c90b667f
    • Ryan Tandy's avatar
      ITS#7878 Replace uint32_t with unsigned in back-mdb · f5143f99
      Ryan Tandy authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
      init.c: align mi_dbenv_flags and flags with mdb_dbi_open, which declares
      flags as unsigned int.
      
      search.c: align mi_rtxn_size with ARG_UINT; adjust ww_ctx.nentries to
      silence a warning about signed/unsigned comparison.
      
      config.c: parse checkpoint config more carefully. Reject negative or
      unreasonably large values for kbytes and minutes. Ensure both values are
      parsed successfully before making any changes.
      
      Fixes a compilation failure under MinGW, where stdint.h types are not
      implicitly pulled in by other headers.
      f5143f99
    • Ryan Tandy's avatar
      ITS#8383 Look for socklen_t in <ws2tcpip.h> too · 6fe9b0c6
      Ryan Tandy authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
      MinGW targets do not have the <sys/socket.h> header. The configure check
      would conclude that there is no socklen_t type, resulting in portable.h
      containing its own definition of socklen_t, which would later conflict
      with the actual definition in <ws2tcpip.h>.
      
      Add <ws2tcpip.h> to the configure check for socklen_t, so that the
      defined type is correctly detected.
      6fe9b0c6
  2. Apr 15, 2020
  3. Apr 13, 2020
  4. Apr 06, 2020
  5. Apr 02, 2020
  6. Mar 24, 2020
  7. Feb 21, 2020
  8. Feb 19, 2020
  9. Feb 06, 2020
  10. Feb 03, 2020
  11. Jan 30, 2020
  12. Jan 28, 2020
Loading