Age | Commit message (Expand) | Author |
2023-05-16 | improve to use proper includes | Hiltjo Posthuma |
2023-05-07 | iterate on previous commit which adds $SFEED_NEW_MAX_SECS | Hiltjo Posthuma |
2023-05-07 | sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECS | Alvar Penning |
2022-03-27 | Revert "rm sys/types.h include and improve portability" | Hiltjo Posthuma |
2022-03-25 | rm sys/types.h include and improve portability | Hiltjo Posthuma |
2022-03-15 | stricter error checking in file streams (input, output) | Hiltjo Posthuma |
2022-03-14 | improve time(NULL) error checking | Hiltjo Posthuma |
2021-06-01 | portability and standards: add BSD-like err() and errx() functions | Hiltjo Posthuma |
2021-05-27 | sfeed_frames/sfeed_html: show the total counts and improve the title format | Hiltjo Posthuma |
2021-01-10 | optimize converting UNIX timestamp to localtime | Hiltjo Posthuma |
2020-10-09 | fix counting due to uninitialized variable when the time could not be parsed | Hiltjo Posthuma |
2020-07-05 | format tools: don't skip items with a missing/invalid timestamp field | Hiltjo Posthuma |
2020-06-21 | sfeed_html/sfeed_frames: simplify struct feed allocation | Hiltjo Posthuma |
2020-04-01 | util: improve/cleanup parseline() | Hiltjo Posthuma |
2020-03-11 | sfeed_html/sfeed_frames: fix bold markup for lynx | Hiltjo Posthuma |
2020-03-10 | sfeed_html/sfeed_frames: use a <pre> section per feed | Hiltjo Posthuma |
2020-01-24 | cleanup some includes | Hiltjo Posthuma |
2019-04-30 | sfeed_frames, sfeed_html: use the same code for link handling | Hiltjo Posthuma |
2019-04-20 | sfeed_frames, sfeed_html: do not send referer header | Hiltjo Posthuma |
2019-04-06 | sfeed_frames/sfeed_html: improve HTML output a bit | Hiltjo Posthuma |
2018-08-21 | sfeed_frames: stricter pledge when only reading from stdin | Hiltjo Posthuma |
2018-08-16 | sfeed_frames: overhaul | Hiltjo Posthuma |
2018-02-18 | sfeed_frames: code-style | Hiltjo Posthuma |
2017-12-24 | format programs: ignore fields with an invalid time | Hiltjo Posthuma |
2017-08-12 | add newline after </html> | Hiltjo Posthuma |
2017-04-27 | simplify pledge stub | Hiltjo Posthuma |
2017-04-27 | compatiblity with browsers: use numeric entity for apos | Hiltjo Posthuma |
2016-08-06 | sfeed_frames, sfeed_html: don't use HTML tables | Hiltjo Posthuma |
2016-08-06 | add USE_PLEDGE, remove pledge dummy function | Hiltjo Posthuma |
2016-04-12 | sfeed_frames: make content filename more unique: use UNIX timestamp in title | Hiltjo Posthuma |
2016-04-10 | sfeed_frames: dont make title of content a link if its empty | Hiltjo Posthuma |
2016-04-10 | remove basename, just use last part of the path... | Hiltjo Posthuma |
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 |