1. 21 Mar, 2014 26 commits
  2. 02 Mar, 2014 10 commits
  3. 02 Dec, 2013 3 commits
    • Pietro Fezzardi's avatar
      961deb82
    • Pietro Fezzardi's avatar
      lib/conf.c: fix ARG_NONE, factorize code · cd75d6f0
      Pietro Fezzardi authored
      Every case of the switch was colling the cfg_handler out of the
      switch construct, avery time with the same arguments.
      The only case not calling the config function was case ARG_NONE.
      But this doesn't make sense, because if a configuration option
      does not do anything, then it should not be there, even without
      arguments.
      So the call to config function is now made from every case, even
      ARG_NONE, then it should not stay inside the switch.
      cd75d6f0
    • Pietro Fezzardi's avatar
      configuration: added ARG_TIME config argument · 35456ab1
      Pietro Fezzardi authored
      and all the data structures needed to set configuration options
      about time.
      In ppsi.h added struct pp_cfg_time a platform independent timespec-like
      data structure.
      union pp_cfg_arg is extended with a pp_cfg_time field.
      enum pp_argtype is extended with ARG_TIME.
      In lib/conf.c a case ARG_TIME is added to handle it.
      35456ab1
  4. 26 Nov, 2013 1 commit