Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 471 Bytes

TODO.md

File metadata and controls

19 lines (13 loc) · 471 Bytes

required for libzip

  • implement OS on Windows
  • remove stderr rewrite to remove program name if argv[0] is deterministic on all platforms

required for release

enhancements

  • make mkdir, ulimit less unix centric
  • use readable time format for touch
  • implement limits, touch, mkdir
  • don't use system() to remove directory
  • add timeout directive (and default-timeout in configuration)
  • default environment variables in configuration
  • unsetenv

cleanup