Age | Commit message (Expand) | Author |
2016-03-29 | add time parsing to sfeed itself, remove time field | Hiltjo Posthuma |
2016-03-20 | sfeed_frames: also XML encode formatted time (just in case) | Hiltjo Posthuma |
2016-03-04 | sfeed_frames: use S_IR* names (portability), respect umask | Hiltjo Posthuma |
2016-03-04 | sfeed_frames: use mkdir and check errno EEXIST | Hiltjo Posthuma |
2016-02-29 | sfeed_frames: no need to read from index files, mode "w+b" to "wb" | Hiltjo Posthuma |
2016-02-29 | sfeed_frames: whoops, set file permissions (else its 0000) | Hiltjo Posthuma |
2016-02-28 | sfeed_frames: add fattr to pledge... | Hiltjo Posthuma |
2016-02-28 | sfeed_frames: fix open file permission (write only). | Hiltjo Posthuma |
2016-02-28 | sfeed_frames: fix TOCTTUO with access() and fopen() | Hiltjo Posthuma |
2016-02-28 | null-terminate line at newline from getline() | Hiltjo Posthuma |
2016-02-27 | various improvements | Hiltjo Posthuma |
2016-02-27 | remove some unneeded checks | Hiltjo Posthuma |
2015-08-16 | code-style + no need to zero static variables | Hiltjo Posthuma |
2015-08-16 | code-style, wrap some lines, etc | Hiltjo Posthuma |
2015-08-07 | util: strtotime: stricter time parsing | Hiltjo Posthuma |
2015-08-02 | sfeed_frames: wrap plain-text, encode as XML/HTML 2.0 | Hiltjo Posthuma |
2015-08-02 | sfeed_frames: limit titles and feednames to 128 chars for filenames | Hiltjo Posthuma |
2015-08-02 | sfeed_frames: normalizepath: dont start with replaced -, just ignore | Hiltjo Posthuma |
2015-08-02 | util: simplify parseline() and check t for strtotime(). | Hiltjo Posthuma |
2015-08-02 | refactor print, decodefield into xmlencode | Hiltjo Posthuma |
2015-07-31 | Various improvements | Hiltjo Posthuma |
2015-07-30 | check for time() failure | Hiltjo Posthuma |
2015-07-29 | sfeed_frames: style: sys includes at top | Hiltjo Posthuma |
2015-07-28 | sfeed_frames, sfeed_html: add space before amount of new items | Hiltjo Posthuma |
2015-07-28 | improve code-style and consistency | Hiltjo Posthuma |
2015-06-21 | sfeed_html, sfeed_frames: escape name | Hiltjo Posthuma |
2015-06-21 | improvements | Hiltjo Posthuma |
2015-05-24 | sfeed_frames and util cleanup | Hiltjo Posthuma |
2015-05-16 | sfeed_frames: show mkdir error string, shorter function name normalizepath() | Hiltjo Posthuma |
2015-01-05 | remove some TODOs, style | Hiltjo Posthuma |
2015-01-05 | sfeed_frames: rename makepathname -> normalizepathname and add a comment | Hiltjo Posthuma |
2015-01-05 | sfeed_frames: improve error message information | Hiltjo Posthuma |
2015-01-05 | sfeed_frames: check truncation for path | Hiltjo Posthuma |
2015-01-05 | sfeed_frames: cleanup | Hiltjo Posthuma |
2015-01-05 | sfeed_frames: improve makepathname, cleanup | Hiltjo Posthuma |
2015-01-05 | add and use BSD queue.h, cleanup | Hiltjo Posthuma |
2015-01-04 | sfeed_frames: always error if fopen failed | Hiltjo Posthuma |
2015-01-04 | snprintf() truncation checks | Hiltjo Posthuma |
2015-01-03 | time fixes | Hiltjo Posthuma |
2015-01-02 | sfeed_frames: get rid of atexit() | Hiltjo Posthuma |
2015-01-02 | cleanup | Hiltjo Posthuma |
2014-11-11 | code style, use actual column width of char | Hiltjo Posthuma |
2014-11-11 | remove fileexists function | Hiltjo Posthuma |
2014-11-11 | set FILE* pointers to NULL | Hiltjo Posthuma |
2014-06-28 | handle invalid values of strto*l | Hiltjo Posthuma |
2014-06-28 | handle invalid value for strtoul, refactor a bit | Hiltjo Posthuma |
2014-05-13 | cleanup, tested with tcc | Hiltjo Posthuma |
2014-05-08 | style: set pointer to NULL after free | Hiltjo Posthuma |
2014-04-19 | sfeed_frames: allow without feedname | Hiltjo Posthuma |
2014-04-09 | make some code more clear, linewrap | Hiltjo Posthuma |