Skip to content
Snippets Groups Projects
  1. Sep 25, 2015
  2. Sep 24, 2015
  3. Sep 20, 2015
  4. Sep 17, 2015
  5. Sep 11, 2015
    • rswindell's avatar
      Fix infinite recycle problem reported by Lord Time. · 47b0e6ae
      rswindell authored
      Also set the web server status to "Listening" once initializating is complete.
      I'm not sure what the newly-introduced "terminated" flag is supposed to
      indicate, but it's beign set to TRUE during recycle, so it's probably not
      working as intended. Something cleaner probably should be done, but I don't
      know exactly what Deuce was trying to accomlish with this variable.
      47b0e6ae
  6. Sep 08, 2015
  7. Sep 04, 2015
  8. Sep 03, 2015
    • rswindell's avatar
      Fix html_encode() Unicode code points for character values 0x10 and 0x11 to map · 083b3bdd
      rswindell authored
      to glyphs found in the Courier New font. When mapped to code points not present
      in the monospace/courier font family, a different (proportional) font is used
      which messes up the "ANSI graphics" display.
      - 0x10 is now mapped to U+9658 (black right-pointing pointer) instead of U+9658
        (black right-pointing triangle)
      - 0x11 is now mapped to U+9668 (black left-pointing pointer) instead of U+9664
        (black left-pointing triangle)
      Incidentally, 0x1e and 0x1f were already mapped correctly.
      
      Also fixed:
      - 0x16 now maps to U+9604 (lower half black) instead of U+9644 (black rectangle)
      
      Added some helpful comments (hex values, ASCII values).
      083b3bdd
  9. Sep 02, 2015
  10. Sep 01, 2015
  11. Aug 31, 2015
    • rswindell's avatar
      Enancement for ragnarok: · b839898f
      rswindell authored
      If "syslog" is passed as a command-line option, always send log output to
      syslog, even when not daemonized.
      b839898f
  12. Aug 30, 2015
  13. Aug 29, 2015
  14. Aug 28, 2015
  15. Aug 27, 2015
Loading