1. 06 6月, 2015 4 次提交
  2. 05 6月, 2015 1 次提交
  3. 22 5月, 2015 1 次提交
  4. 21 5月, 2015 1 次提交
  5. 19 5月, 2015 2 次提交
  6. 17 5月, 2015 3 次提交
  7. 10 5月, 2015 1 次提交
  8. 22 10月, 2014 1 次提交
  9. 03 10月, 2014 2 次提交
  10. 12 7月, 2014 1 次提交
  11. 27 6月, 2014 2 次提交
  12. 28 3月, 2014 2 次提交
  13. 10 2月, 2014 9 次提交
  14. 27 1月, 2014 1 次提交
  15. 23 1月, 2014 1 次提交
    • N
      modify iniparser to build unbounded keys & values from multi-line input · 1c91ade9
      Noel Power 提交于
      Instead of a size limit of ASCIILINESZ for multi-line input now there is no
      limit, a multi-line can be *any* size (and hence the key and value now
      also have a dynamic size)
      
      * there is a limit still on input line size (since multi lines are built
        from multiple lines where each line part is limited to ASCIILINESZ)
        Note: there is no limit to the size of the multi-line itself (it's
        only limited by available memory)
      * all stack & static fixed string usage has been removed with the exception
        of parsing line (or a multi-line portion) input, fgets still reads into
        a fixed string buffer of size ASCIILINESZ.
      Signed-off-by: NNoel Power <noel.power@suse.com>
      1c91ade9
  16. 10 1月, 2014 2 次提交
  17. 21 11月, 2013 1 次提交
  18. 15 11月, 2013 1 次提交
  19. 13 9月, 2013 3 次提交
  20. 22 8月, 2013 1 次提交