Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@chensoft chensoft released this 15 Jan 06:50
· 35 commits to master since this release

Added

  • cmd: store app start info.
  • proc: run a command and get its output.
  • threadpool: allow fast exit when pool destroyed.

Changed

  • date: change the class interface, store current date only.
  • log: use iso date format for logging.
  • cmd: make the method prototype equal to main function.
  • cmake: redesign it to adapt modern cmake syntax.
  • daemon: avoid the standard file descriptors to be reused.

Fixed

  • fs: '/..' should be normalized to '/'
  • fs: resize string if user provide a large length to read.
  • threadpool: all jobs should be done before exit.