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-20 | check write errors on the output stream after each feed | 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 |
2019-07-20 | sfeed_gph: prefix/mark "new" items with "N" too. | 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-11-04 | whitespace and comment fix | Hiltjo Posthuma |
2018-03-11 | include <sys/types.h> for types size_t, ssize_t etc | 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 |
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-10 | minor style fixes | 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-02-28 | null-terminate line at newline from getline() | Hiltjo Posthuma |
2016-02-27 | various improvements | Hiltjo Posthuma |
2015-10-04 | portability: dont use HOST_NAME_MAX, just use 256 as maximum | Hiltjo Posthuma |
2015-08-22 | use HOST_NAME_MAX for hostname | Hiltjo Posthuma |
2015-08-16 | code-style + no need to zero static variables | Hiltjo Posthuma |
2015-08-07 | util: strtotime: stricter time parsing | 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-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-01-05 | add and use BSD queue.h, cleanup | Hiltjo Posthuma |
2015-01-03 | time fixes | Hiltjo Posthuma |
2015-01-02 | trim string | Hiltjo Posthuma |
2015-01-02 | sfeed_html: not necesarily english | Hiltjo Posthuma |
2015-01-02 | cleanup | Hiltjo Posthuma |