Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-24 | sfeed_opml_import: escape ' properly | Hiltjo Posthuma | |
the shell escape \' was a mistake. | |||
2018-06-24 | sfeed_gph.1: upstream geomyidae manual is geomyidae(8) | Hiltjo Posthuma | |
2018-06-24 | bump version to 0.9.4 | Hiltjo Posthuma | |
2018-06-24 | README: linewrap | Hiltjo Posthuma | |
2018-06-24 | util: printutf8pad: proper counting of multiwidth characters | Hiltjo Posthuma | |
for example the string "\xef\xbc\xb5". | |||
2018-04-07 | sfeed_opml_export: encode more entities for attribute values | Hiltjo Posthuma | |
Found by testing newsboat and compatibility with other clients. | |||
2018-03-18 | remove CHANGELOG | Hiltjo Posthuma | |
2018-03-11 | sfeed_tail: remove unused variables | Hiltjo Posthuma | |
2018-03-11 | sfeed_tail improvements | Hiltjo Posthuma | |
keep sfeed_tail until sfeed is reworked to support tail -f (eventually) | |||
2018-03-11 | Revert "remove sfeed_tail: the standard tail -f can (soon) be used" | Hiltjo Posthuma | |
This reverts commit 7f3a45b0031ec9cababf764f7826e21bbb59e258. | |||
2018-03-11 | fix tree.h (platform-specific include) | Hiltjo Posthuma | |
2018-03-11 | Revert "rm tree.h for sfeed_tail" | Hiltjo Posthuma | |
This reverts commit b7e04c77e4ef03fb15df7cbed9243ca1b5f0ab84. | |||
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 | |
This makes sure xml.c in particular can be compiled without further feature macros. | |||
2018-03-11 | xml: improve comment parsing | Hiltjo Posthuma | |
note that ---> is officially invalid XML, but we allow it anyway. | |||
2018-03-11 | xml: fix parsing of cdata when a handler is unset | Hiltjo Posthuma | |
2018-03-11 | xml: improve CDATA parsing | Hiltjo Posthuma | |
thanks Svyatoslav Mishyn for the feedback! | |||
2018-02-18 | sfeed_update: revert more merge logic | Hiltjo Posthuma | |
this makes sure the sort order of the initial feed sync works again. | |||
2018-02-18 | sfeed_update: revert new merge logic | Hiltjo Posthuma | |
this requires more work without breaking the order in sfeed_html and other tools (top to bottom: new to oldest), vs sfeed_plain in tail mode: oldest to newest. There will also be improvements to the merge logic to reduce many writes in the future. | |||
2018-02-18 | sfeed_plain: force flush line to output, useful for tail -f | Hiltjo Posthuma | |
2018-02-18 | sfeed_update: revert previous commit, its not an issue | Hiltjo Posthuma | |
2018-02-18 | sfeed_update: dont allow TAB in filename (messes up the merge logic) | Hiltjo Posthuma | |
2018-02-18 | README: update sfeed_web example | Hiltjo Posthuma | |
2018-02-18 | sfeed_update: use filename as feedname again | Hiltjo Posthuma | |
make the feedname sanitization less strict again. | |||
2018-02-18 | sfeed_update: run awk in C locale | Hiltjo Posthuma | |
2018-02-18 | sfeed_frames: code-style | Hiltjo Posthuma | |
2018-02-18 | sfeed_plain: utf-8 pad name | Hiltjo Posthuma | |
2018-02-18 | util: improve a cast | Hiltjo Posthuma | |
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 | |