Skip to content
Snippets Groups Projects
  1. Oct 14, 2015
  2. Sep 27, 2015
    • est31's avatar
      Abort at uncatched exceptions · e7282816
      est31 authored
      Change a remaining assert(0) call to FATAL_ERROR(msg).
      There was a regression since commit
      
      ced6d202 "For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives"
      
      where when an "uncatched" exception is thrown inside a "side thread",
      the program doesn't abort anymore.
      
      This led to the problem @netinetwalker experienced where the emergethread
      got an unhandled exception for loading a mapblock while redis was loading,
      (see #3196) and then jmped outside its loop to work down its queue.
      This resulted in the server not doing any emerges anymore.
      e7282816
  3. Mar 07, 2015
  4. Feb 02, 2015
  5. Sep 10, 2013
  6. Aug 14, 2013
  7. Jun 23, 2013
    • proller's avatar
      Add support for IPv6 · f960c3be
      proller authored
      Two new configuration options are added:
           - "enable_ipv6" to enable/disable the overall use of IPv6
           - "ipv6_server" to enable/disable the use of IPv6 sockets when running
             a server (when "enable_ipv6" is enabled)
      f960c3be
  8. Mar 12, 2013
  9. Feb 26, 2013
  10. Feb 24, 2013
  11. Jun 17, 2012
  12. Jun 05, 2012
  13. Nov 29, 2011
  14. Oct 16, 2011
  15. Aug 08, 2011
  16. May 16, 2011
  17. Feb 11, 2011
  18. Feb 10, 2011
  19. Jan 08, 2011
  20. Dec 27, 2010
  21. Dec 21, 2010
  22. Dec 20, 2010
  23. Nov 29, 2010
  24. Nov 27, 2010
Loading