Skip to content
Snippets Groups Projects
  1. Mar 21, 2014
  2. Mar 02, 2014
  3. Dec 02, 2013
    • 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. Nov 26, 2013
  5. Nov 18, 2013
  6. Nov 15, 2013
  7. Nov 14, 2013
  8. Nov 13, 2013
  9. Nov 09, 2013
  10. Nov 08, 2013
  11. Nov 07, 2013
  12. Nov 06, 2013