Age | Commit message (Expand) | Author |
2015-10-02 | update README, fix some typos and wording | Hiltjo Posthuma |
2015-09-23 | update documentation, dont use semantic Ar for non-arguments | Hiltjo Posthuma |
2015-09-23 | sfeed_update: dont send user-agent by default (curl+version) (privacy/security) | Hiltjo Posthuma |
2015-09-23 | update README, reformat slightly | Hiltjo Posthuma |
2015-09-17 | Makefile: Add missing | Alexander Huemer |
2015-09-09 | util.h: HOST_NAME_MAX+1 for nul-terminator | Hiltjo Posthuma |
2015-09-09 | README: fix sfeed_archive example | Hiltjo Posthuma |
2015-09-09 | xml.h: fix typo in function declaration | Hiltjo Posthuma |
2015-08-23 | improve README and CHANGELOG | Hiltjo Posthuma |
2015-08-23 | sfeed: use separate enum field for content fields | Hiltjo Posthuma |
2015-08-23 | sfeed_mbox: clarify format time error (strftime) | Hiltjo Posthuma |
2015-08-23 | simplify unknown or less priority tag case, fix gettag bug (wrong sort order) | Hiltjo Posthuma |
2015-08-23 | simplify field map code (add list tagid -> field. | Hiltjo Posthuma |
2015-08-23 | README.xml: remove example, just check examples listed | Hiltjo Posthuma |
2015-08-22 | xml: fix includes | Hiltjo Posthuma |
2015-08-22 | xml: simplify XML reader | Hiltjo Posthuma |
2015-08-22 | improve README | Hiltjo Posthuma |
2015-08-22 | sfeed_update: simplify path (only $sfeedpath now) | Hiltjo Posthuma |
2015-08-22 | sfeed: use <title>, it is required, never use media:title | Hiltjo Posthuma |
2015-08-22 | sfeed_opml_import: does not need util but may need compat.h for strlcpy, strlcat | Hiltjo Posthuma |
2015-08-22 | util: absuri: simplify + fix port in url with prefix "//" | Hiltjo Posthuma |
2015-08-22 | use HOST_NAME_MAX for hostname | Hiltjo Posthuma |
2015-08-22 | sfeed_opml_import: improve import | Hiltjo Posthuma |
2015-08-22 | sfeed_xmlenc: code-style | Hiltjo Posthuma |
2015-08-22 | config.mk: build compat strlcpy, strlcat by default (synced from OpenBSD) | Hiltjo Posthuma |
2015-08-22 | README.xml: update example | Hiltjo Posthuma |
2015-08-22 | util: absuri handle port separately | Hiltjo Posthuma |
2015-08-22 | util: support ipv6 address, parse port separately | Hiltjo Posthuma |
2015-08-21 | sfeed: xml_entitytostr returns ssize_t | Hiltjo Posthuma |
2015-08-18 | update README, add basic info at the top | Hiltjo Posthuma |
2015-08-18 | update README | Hiltjo Posthuma |
2015-08-16 | code-style + no need to zero static variables | Hiltjo Posthuma |
2015-08-16 | xml: change xml_parse_string to xml_parse_buf | Hiltjo Posthuma |
2015-08-16 | code-style, wrap some lines, etc | Hiltjo Posthuma |
2015-08-14 | sfeed_opml_import: does not need util functions | Hiltjo Posthuma |
2015-08-14 | Makefile: install README and README.xml, it contains useful examples | Hiltjo Posthuma |
2015-08-14 | minor code-style improvements | Hiltjo Posthuma |
2015-08-14 | sfeed_update: don't redirect, use only the feed url specified. | Hiltjo Posthuma |
2015-08-14 | xml: whoops, remove leftover xml_getnext_stdin | Hiltjo Posthuma |
2015-08-14 | xml: separate reader context from parser | Hiltjo Posthuma |
2015-08-10 | util: parseuri: nul-terminate, bug introduced by 7f11ef506465896705f15c39bd04... | Hiltjo Posthuma |
2015-08-10 | update README | Hiltjo Posthuma |
2015-08-08 | sfeed_mbox: use feedname in message-id | Hiltjo Posthuma |
2015-08-08 | util: just zero strings by null-terminating first byte | Hiltjo Posthuma |
2015-08-08 | Revert "sfeed: set TZ=UTC at start, use mktime() not the deprecated timegm()." | Hiltjo Posthuma |
2015-08-08 | sfeed: use snprintf -> strlcpy for some case | Hiltjo Posthuma |
2015-08-08 | xml: move entity to namedentitystr() | Hiltjo Posthuma |
2015-08-07 | sfeed: set TZ=UTC at start, use mktime() not the deprecated timegm(). | Hiltjo Posthuma |
2015-08-07 | update documentation | Hiltjo Posthuma |
2015-08-07 | util: strtotime: stricter time parsing | Hiltjo Posthuma |