Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-28 | remove gitignore file | Hiltjo Posthuma | |
2015-07-28 | improve code-style and consistency | Hiltjo Posthuma | |
2015-07-28 | util, absuri: check truncation of more cases | Hiltjo Posthuma | |
2015-07-28 | update documentation... | Hiltjo Posthuma | |
... and add strlcat to compat.h | |||
2015-07-28 | update strlcpy, add strlcat | Hiltjo Posthuma | |
2015-07-28 | sfeed_plain: xbasename, free memory after use | Hiltjo Posthuma | |
2015-07-28 | use new uri parser | Hiltjo Posthuma | |
2015-07-28 | util: rewrite uri parser | Hiltjo Posthuma | |
- don't print directly but use an internal buffer (also better for testing). - encode uri when printing (security). - add some comments. | |||
2015-06-23 | xml: fix comment issue, improve cdata and comment while encountering separator | Hiltjo Posthuma | |
2015-06-22 | xml: fix cdata issue | Hiltjo Posthuma | |
2015-06-21 | sfeed_html, sfeed_frames: escape name | Hiltjo Posthuma | |
2015-06-21 | improvements | Hiltjo Posthuma | |
2015-06-21 | improvements | Hiltjo Posthuma | |
2015-06-21 | util: improve printxmlencoded, cleanup | Hiltjo Posthuma | |
2015-06-21 | util: fix parseline crash | Hiltjo Posthuma | |
2015-06-21 | string_print: dont print control chars | Hiltjo Posthuma | |
2015-06-21 | improve printlink, escape characters | Hiltjo Posthuma | |
2015-06-21 | add xbasename for filename to feedname | Hiltjo Posthuma | |
2015-06-21 | separate xml specific code into xml.c | Hiltjo Posthuma | |
2015-06-21 | xml.c: fix empty cdata callback | Hiltjo Posthuma | |
2015-06-21 | change feeds file format, its now more consistent | Hiltjo Posthuma | |
update sfeed_update, there is now a feeds file per feed. | |||
2015-06-21 | Makefile: remove legacy man pages, remove queue.h, remove sfeed_stats | Hiltjo Posthuma | |
2015-06-21 | remove legacy man pages, remove queue.h, remove sfeed_stats | Hiltjo Posthuma | |
2015-05-25 | util.h: add LEN() macro | Hiltjo Posthuma | |
2015-05-25 | sfeed_update: dont sort on feedurl | Hiltjo Posthuma | |
feed urls sometimes change and is not important for the order. | |||
2015-05-25 | improve timezone parsing and conversion (WIP) | Hiltjo Posthuma | |
2015-05-25 | improve entitytostr | Hiltjo Posthuma | |
- should end with ; or end of string. - code-style: reduce level of indentation by returning earlier. | |||
2015-05-25 | string_buffer_realloc: doesnt return | Hiltjo Posthuma | |
2015-05-24 | sssh! sfeed_mail is a work-in-progress :) | Hiltjo Posthuma | |
2015-05-24 | doc: fix warnings (mandoc -Tlint) | Hiltjo Posthuma | |
and regenerate old man-style (make doc-oldman). | |||
2015-05-24 | sfeed_frames and util cleanup | Hiltjo Posthuma | |
- remove xerr and xerrx, assume the OS closes and flushes file descriptors on OS process exit. - move esnprintf, printcontent to util. | |||
2015-05-16 | xml: only call data handler if set | Hiltjo Posthuma | |
2015-05-16 | xml: call parse | Hiltjo Posthuma | |
2015-05-16 | sfeed_frames: show mkdir error string, shorter function name normalizepath() | Hiltjo Posthuma | |
2015-05-16 | util: parseline can return error, unsigned int -> int | Hiltjo Posthuma | |
2015-05-16 | xml: attrentity handler will be called if set | Hiltjo Posthuma | |
it used to be if attrentity is NULL it would call attrdata. | |||
2015-05-16 | xml: adjust for API change: read from fd | Hiltjo Posthuma | |
2015-05-16 | xml: allow to read from fd or string buffer | Hiltjo Posthuma | |
+ minor code style. | |||
2015-05-16 | sfeed: code-style | Hiltjo Posthuma | |
2015-05-16 | Makefile; recompile on header change | Hiltjo Posthuma | |
2015-05-16 | update README | Hiltjo Posthuma | |
2015-01-28 | sfeed_update: pass file for curl time condition (last modified) | Hiltjo Posthuma | |
this fixes an issue with differences in stat(1) versions (OpenBSD, GNU, sbase). | |||
2015-01-05 | Makefile: clean previous make dist release if it exists | Hiltjo Posthuma | |
2015-01-05 | README.xml: reword some things, reference files (to always have working ↵ | Hiltjo Posthuma | |
examples) | |||
2015-01-05 | improve README | Hiltjo Posthuma | |
2015-01-05 | remove some TODOs, style | Hiltjo Posthuma | |
2015-01-05 | sfeed_frames: rename makepathname -> normalizepathname and add a comment | Hiltjo Posthuma | |
2015-01-05 | improve README | Hiltjo Posthuma | |
2015-01-05 | update TODO | Hiltjo Posthuma | |
2015-01-05 | doc: update sfeed_stats generated man page | Hiltjo Posthuma | |