summaryrefslogtreecommitdiff
path: root/sfeed_plain.c
AgeCommit message (Expand)Author
2021-08-03code-style: use a newline before return in main()Hiltjo Posthuma
2021-06-01portability and standards: add BSD-like err() and errx() functionsHiltjo Posthuma
2021-01-10optimize converting UNIX timestamp to localtimeHiltjo Posthuma
2020-07-05format tools: don't skip items with a missing/invalid timestamp fieldHiltjo Posthuma
2020-04-01util: improve/cleanup parseline()Hiltjo Posthuma
2020-01-24cleanup some includesHiltjo Posthuma
2019-05-10sfeed_plain: start with timestamp, consistent with sfeed_twtxtHiltjo Posthuma
2018-11-04whitespace and comment fixHiltjo Posthuma
2018-03-11sfeed_plain: don't flush line (was used for tail -f)Hiltjo Posthuma
2018-03-11include <sys/types.h> for types size_t, ssize_t etcHiltjo Posthuma
2018-02-18sfeed_plain: force flush line to output, useful for tail -fHiltjo Posthuma
2018-02-18sfeed_plain: utf-8 pad nameHiltjo Posthuma
2017-12-24format programs: ignore fields with an invalid timeHiltjo Posthuma
2017-06-29sfeed_plain: use setlocale() for glibcHiltjo Posthuma
2017-04-27simplify pledge stubHiltjo Posthuma
2016-08-06add USE_PLEDGE, remove pledge dummy functionHiltjo Posthuma
2016-04-10remove basename, just use last part of the path...Hiltjo Posthuma
2016-03-29add time parsing to sfeed itself, remove time fieldHiltjo Posthuma
2016-02-28null-terminate line at newline from getline()Hiltjo Posthuma
2016-02-27various improvementsHiltjo Posthuma
2015-10-04portability: dont use HOST_NAME_MAX, just use 256 as maximumHiltjo Posthuma
2015-10-02sfeed_plain: remove some spaces for slightly more screen space :)Hiltjo Posthuma
2015-08-22use HOST_NAME_MAX for hostnameHiltjo Posthuma
2015-08-16code-style + no need to zero static variablesHiltjo Posthuma
2015-08-07util: strtotime: stricter time parsingHiltjo Posthuma
2015-08-05sfeed_plain: save a character before statusHiltjo Posthuma
2015-08-02sfeed_plain: remove control char check, assume input is sanitized for format ...Hiltjo Posthuma
2015-08-02util: simplify parseline() and check t for strtotime().Hiltjo Posthuma
2015-07-31Various improvementsHiltjo Posthuma
2015-07-30check for time() failureHiltjo Posthuma
2015-07-28improve code-style and consistencyHiltjo Posthuma
2015-07-28sfeed_plain: xbasename, free memory after useHiltjo Posthuma
2015-06-21improvementsHiltjo Posthuma
2015-01-03time fixesHiltjo Posthuma
2015-01-02cleanupHiltjo Posthuma
2014-11-11code style, use actual column width of charHiltjo Posthuma
2014-11-11move printutf8padded to utilHiltjo Posthuma
2014-06-28handle invalid values of strto*lHiltjo Posthuma
2014-06-27small fixesHiltjo Posthuma
2014-05-13cleanup, tested with tccHiltjo Posthuma
2014-04-09cleanup, remove javascript hotkeyHiltjo Posthuma
2014-03-31small cleanupHiltjo Posthuma
2014-03-31new versionHiltjo Posthuma
2013-05-20update sfeed_plain: whoops, argv is unusedHiltjo Posthuma
2013-05-20update sfeed_plain: pad time format, make code more readableHiltjo Posthuma
2012-11-11show formatted time, dont show interpreted time since its not always correctunknown
2012-08-03Add base url of a site parameter for sfeedrcHiltjo Posthuma
2012-08-03New initial repoHiltjo Posthuma