Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-16 | sfeed_gph: many improvements | Hiltjo Posthuma | |
2018-02-16 | util.c: parseuri(): fix incorrect NUL termination for IPv6 addresses | Hiltjo Posthuma | |
2018-02-14 | bump LICENSE | Hiltjo Posthuma | |
2017-12-25 | bump version 0.9.3 already | Hiltjo Posthuma | |
2017-12-24 | update README | Hiltjo Posthuma | |
2017-12-24 | sfeed_update: merge improvements | Hiltjo Posthuma | |
does not sort all entries by datetime descending anymore. Now only new entries are appending in a datetime ascending order. | |||
2017-12-24 | sfeed_mbox: make murmur3_32 static | Hiltjo Posthuma | |
2017-12-24 | update README | Hiltjo Posthuma | |
2017-12-24 | rm tree.h for sfeed_tail | Hiltjo Posthuma | |
2017-12-24 | remove sfeed_tail: the standard tail -f can (soon) be used | Hiltjo Posthuma | |
2017-12-24 | add latest (DEBUG version) of sfeed_tail | Hiltjo Posthuma | |
2017-12-24 | sfeed_web: print relative url now directly if no base url specified | Hiltjo Posthuma | |
2017-12-24 | format programs: ignore fields with an invalid time | Hiltjo Posthuma | |
this makes sure tail -f with multiple files ignores the ==> file <== lines too. | |||
2017-12-24 | xml: make name entities static, minor clarifications | Hiltjo Posthuma | |
2017-12-16 | sfeed_update: improvements | Hiltjo Posthuma | |
- clarify code and improve linewrapping. - translate characters in filename (allow /) - add feedname as separate feed name field. - change in which order priority the field is checked. | |||
2017-12-10 | sfeed_opml_import/sfeed_opml_export: allow " and \ in fields | Hiltjo Posthuma | |
make sure to escape them. | |||
2017-12-09 | sfeed_opml_export: remove a level of indentation | Hiltjo Posthuma | |
2017-12-09 | sfeed_tail: replace hashmap + linked-list with RBtree | Hiltjo Posthuma | |
- This is much more memory efficient. I have not done any speed comparison yet but it is not noticable atleast. - add BSD <sys/tree.h> | |||
2017-12-09 | sfeed_mbox: move murmur to this file, cleanup | Hiltjo Posthuma | |
2017-12-09 | sfeed_gph: remove unused gphtext() | Hiltjo Posthuma | |
2017-11-19 | add sfeed_gph: sfeed to geomyidae gopher gph format | Hiltjo Posthuma | |
no documentation and not enabled in the default build (yet). | |||
2017-08-12 | README: being protocol-agnostic is a feature i guess | Hiltjo Posthuma | |
2017-08-12 | add newline after </html> | Hiltjo Posthuma | |
2017-06-29 | sfeed_plain.1: document a proper LC_CTYPE UTF-8 is required | Hiltjo Posthuma | |
2017-06-29 | bump LICENSE | Hiltjo Posthuma | |
2017-06-29 | sfeed_plain: use setlocale() for glibc | Hiltjo Posthuma | |
this is required for mbtowc for glibc (not required in musl or on OpenBSD). | |||
2017-06-29 | improve printutf8pad for sfeed_plain | Hiltjo Posthuma | |
- use a UTF-8 ellipses (1 column width) for "...". - do proper truncation at the specified length. | |||
2017-04-27 | improve gettag() | Hiltjo Posthuma | |
2017-04-27 | update README: tested on HaikuOS | Hiltjo Posthuma | |
add architectures section | |||
2017-04-27 | simplify pledge stub: add to util.h | Hiltjo Posthuma | |
2017-04-27 | simplify pledge stub | Hiltjo Posthuma | |
2017-04-27 | sfeed_mbox: remove redundant condition | Hiltjo Posthuma | |
2017-04-27 | compatiblity with browsers: use numeric entity for apos | Hiltjo Posthuma | |
this entity is XHTML, it is not supported by some (older) browsers. | |||
2017-04-27 | man pages: fix a few warnings and improve a few words | Hiltjo Posthuma | |
- fix new warning check (start sentence at each line). - improve a few words. | |||
2016-10-04 | README: improve wording, thanks biniar! | Hiltjo Posthuma | |
2016-08-06 | sfeed_frames, sfeed_html: don't use HTML tables | Hiltjo Posthuma | |
reasons: - HTML table rendering is extremely slow (invalidate because of resizing cells etc). - whitespace wrapping does not work properly in ancient browsers, links(1). | |||
2016-08-06 | add USE_PLEDGE, remove pledge dummy function | Hiltjo Posthuma | |
2016-08-06 | gettzoffset: simplify, default is 0 so remove UTC zones to check | Hiltjo Posthuma | |
2016-05-21 | Makefile: remove duplicate -c flag | Hiltjo Posthuma | |
2016-05-21 | improve wording in documentation | Hiltjo Posthuma | |
link to sfeed(5) in README to avoid having to duplicate documentation text. | |||
2016-05-21 | sfeed_update: unique sort feed on first creation | Hiltjo Posthuma | |
when a feed file is created for the first time make sure to sort and filter duplicate items using the same logic as merge(). | |||
2016-04-18 | update CHANGELOG (pre-1.0) | Hiltjo Posthuma | |
2016-04-18 | sfeed_frames.1: reword SECURITY CONSIDERATIONS | Hiltjo Posthuma | |
2016-04-18 | simplify sfeed(5) format, remove feedtype also | Hiltjo Posthuma | |
Remove type of feed per item, it is not that interesting. sfeed(1) can parse both RSS and Atom feeds. | |||
2016-04-12 | sfeed_update: fix sorting on fields: id, link, title | Hiltjo Posthuma | |
2016-04-12 | sfeed_frames: make content filename more unique: use UNIX timestamp in title | Hiltjo Posthuma | |
this makes sure if an item has the same title but is posted or updated at a different time it will not overwrite the file. | |||
2016-04-10 | absuri, encodeuri: make encodeuri static, change argument order | Hiltjo Posthuma | |
2016-04-10 | xml: stricter check of entity: must end with ';', ... | Hiltjo Posthuma | |
... zero output buffer if codepoint length is 0 | |||
2016-04-10 | update README | Hiltjo Posthuma | |
2016-04-10 | improve documentation, add sfeed(5) for the file format | Hiltjo Posthuma | |
separate sfeed(5) page for just the feed file format. |