Commit History

Author SHA1 Message Date
  Hiltjo Posthuma 665ce267d9 check write errors on the output stream after each feed 2 years ago
  Hiltjo Posthuma fad48ffa27 stricter error checking in file streams (input, output) 2 years ago
  Hiltjo Posthuma b6f7a3fe15 improve time(NULL) error checking 2 years ago
  Hiltjo Posthuma 7199cd10a9 code-style: use a newline before return in main() 2 years ago
  Hiltjo Posthuma 55ac2338fc portability and standards: add BSD-like err() and errx() functions 2 years ago
  Hiltjo Posthuma f18f4818ed optimize converting UNIX timestamp to localtime 3 years ago
  Hiltjo Posthuma 276d5789fd format tools: don't skip items with a missing/invalid timestamp field 3 years ago
  Hiltjo Posthuma 7c99000c20 util: improve/cleanup parseline() 4 years ago
  Hiltjo Posthuma d4c8c60b38 cleanup some includes 4 years ago
  Hiltjo Posthuma 0b729e7453 sfeed_plain: start with timestamp, consistent with sfeed_twtxt 5 years ago
  Hiltjo Posthuma 28b37c1c8c whitespace and comment fix 5 years ago
  Hiltjo Posthuma 732d171383 sfeed_plain: don't flush line (was used for tail -f) 6 years ago
  Hiltjo Posthuma 90fb851ec1 include <sys/types.h> for types size_t, ssize_t etc 6 years ago
  Hiltjo Posthuma 051bb63cd9 sfeed_plain: force flush line to output, useful for tail -f 6 years ago
  Hiltjo Posthuma 9276032c7b sfeed_plain: utf-8 pad name 6 years ago
  Hiltjo Posthuma b232db436b format programs: ignore fields with an invalid time 6 years ago
  Hiltjo Posthuma e2719867bc sfeed_plain: use setlocale() for glibc 6 years ago
  Hiltjo Posthuma 3151fc001c simplify pledge stub 7 years ago
  Hiltjo Posthuma e6f348c728 add USE_PLEDGE, remove pledge dummy function 7 years ago
  Hiltjo Posthuma 8a3177f96d remove basename, just use last part of the path... 8 years ago
  Hiltjo Posthuma e92d374581 add time parsing to sfeed itself, remove time field 8 years ago
  Hiltjo Posthuma 502d03d4f3 null-terminate line at newline from getline() 8 years ago
  Hiltjo Posthuma 13927fc608 various improvements 8 years ago
  Hiltjo Posthuma 7e6245aa70 portability: dont use HOST_NAME_MAX, just use 256 as maximum 8 years ago
  Hiltjo Posthuma ba23401be9 sfeed_plain: remove some spaces for slightly more screen space :) 8 years ago
  Hiltjo Posthuma 6599b96752 use HOST_NAME_MAX for hostname 8 years ago
  Hiltjo Posthuma 29fa81e623 code-style + no need to zero static variables 8 years ago
  Hiltjo Posthuma e46ef96d68 util: strtotime: stricter time parsing 8 years ago
  Hiltjo Posthuma 694176e019 sfeed_plain: save a character before status 8 years ago
  Hiltjo Posthuma c2b0ef9fde sfeed_plain: remove control char check, assume input is sanitized for format programs 8 years ago