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-08-03 | code-style: use a newline before return in main() | Hiltjo Posthuma |
2021-06-01 | portability and standards: add BSD-like err() and errx() functions | Hiltjo Posthuma |
2021-01-10 | optimize converting UNIX timestamp to localtime | Hiltjo Posthuma |
2020-07-05 | format tools: don't skip items with a missing/invalid timestamp field | Hiltjo Posthuma |
2020-04-01 | util: improve/cleanup parseline() | Hiltjo Posthuma |
2020-01-24 | cleanup some includes | Hiltjo Posthuma |
2019-05-10 | sfeed_plain: start with timestamp, consistent with sfeed_twtxt | Hiltjo Posthuma |
2018-11-04 | whitespace and comment fix | Hiltjo Posthuma |
2018-03-11 | sfeed_plain: don't flush line (was used for tail -f) | Hiltjo Posthuma |
2018-03-11 | include <sys/types.h> for types size_t, ssize_t etc | Hiltjo Posthuma |
2018-02-18 | sfeed_plain: force flush line to output, useful for tail -f | Hiltjo Posthuma |
2018-02-18 | sfeed_plain: utf-8 pad name | Hiltjo Posthuma |
2017-12-24 | format programs: ignore fields with an invalid time | Hiltjo Posthuma |
2017-06-29 | sfeed_plain: use setlocale() for glibc | Hiltjo Posthuma |
2017-04-27 | simplify pledge stub | Hiltjo Posthuma |
2016-08-06 | add USE_PLEDGE, remove pledge dummy function | 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-10-02 | sfeed_plain: remove some spaces for slightly more screen space :) | 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-05 | sfeed_plain: save a character before status | Hiltjo Posthuma |
2015-08-02 | sfeed_plain: remove control char check, assume input is sanitized for format ... | Hiltjo Posthuma |
2015-08-02 | util: simplify parseline() and check t for strtotime(). | Hiltjo Posthuma |
2015-07-31 | Various improvements | Hiltjo Posthuma |
2015-07-30 | check for time() failure | Hiltjo Posthuma |
2015-07-28 | improve code-style and consistency | Hiltjo Posthuma |
2015-07-28 | sfeed_plain: xbasename, free memory after use | Hiltjo Posthuma |
2015-06-21 | improvements | Hiltjo Posthuma |
2015-01-03 | time fixes | Hiltjo Posthuma |
2015-01-02 | cleanup | Hiltjo Posthuma |
2014-11-11 | code style, use actual column width of char | Hiltjo Posthuma |
2014-11-11 | move printutf8padded to util | Hiltjo Posthuma |
2014-06-28 | handle invalid values of strto*l | Hiltjo Posthuma |
2014-06-27 | small fixes | Hiltjo Posthuma |
2014-05-13 | cleanup, tested with tcc | Hiltjo Posthuma |
2014-04-09 | cleanup, remove javascript hotkey | Hiltjo Posthuma |
2014-03-31 | small cleanup | Hiltjo Posthuma |