summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-10remove cast of unused variablesHiltjo Posthuma
2016-03-10Makefile: define CPPFLAGS once, fix typoHiltjo Posthuma
2016-03-08Makefile: also clean util and xml object filesHiltjo Posthuma
2016-03-04remove optimization with no effect, makes the code cleanerHiltjo Posthuma
2016-03-04sfeed_frames: use S_IR* names (portability), respect umaskHiltjo Posthuma
2016-03-04sfeed_frames: use mkdir and check errno EEXISTHiltjo Posthuma
2016-03-02sfeed: no need to call strlen, we know the length alreadyHiltjo Posthuma
2016-02-29sfeed_frames: no need to read from index files, mode "w+b" to "wb"Hiltjo Posthuma
2016-02-29sfeed_frames: whoops, set file permissions (else its 0000)Hiltjo Posthuma
2016-02-28sfeed_frames: add fattr to pledge...Hiltjo Posthuma
2016-02-28sfeed_frames: fix open file permission (write only).Hiltjo Posthuma
2016-02-28sfeed_frames: fix TOCTTUO with access() and fopen()Hiltjo Posthuma
2016-02-28use prime as seed for murmur3 seed (doesnt matter much)Hiltjo Posthuma
2016-02-28null-terminate line at newline from getline()Hiltjo Posthuma
2016-02-28util: simplify encodehex, use inlineHiltjo Posthuma
2016-02-28sfeed_tail: terminate line at newline, small cleanupHiltjo Posthuma
2016-02-28sfeed_tail: fix pledge when opening filesHiltjo Posthuma
2016-02-27config.mk: disable pledge by default, only OpenBSD 5.9 (unreleased) supports itHiltjo Posthuma
2016-02-27simplify build and fix linking for strlcat.o and strlcpy.oHiltjo Posthuma
2016-02-27fix missing includes for uint32_t and time_tHiltjo Posthuma
2016-02-27add util for pledgeHiltjo Posthuma
2016-02-27reference sfeedrc(5) in manpagesHiltjo Posthuma
2016-02-27sfeed_tailHiltjo Posthuma
2016-02-27various improvementsHiltjo Posthuma
2016-02-27check <author><name> tag case-insensitively, just like the restHiltjo Posthuma
2016-02-27consistency: check snprintf result == -1Hiltjo Posthuma
2016-02-27remove some unneeded checksHiltjo Posthuma
2016-02-26mention ISC in README.xml, not MITHiltjo Posthuma
2016-02-26clarify LICENSE (short title), mention ISC in README, not MITHiltjo Posthuma
2016-02-01sfeed_tail: tune memory consumption down a bit, tested with a file with 10,00...Hiltjo Posthuma
2016-01-31Add missing stdint headerQuentin Rameau
2016-01-31Revert "sfeed: realloc, faster near pow 2 bufsiz"Hiltjo Posthuma
2016-01-31sfeed_opml_import: fix compatHiltjo Posthuma
2016-01-31sfeed: realloc, faster near pow 2 bufsizHiltjo Posthuma
2016-01-31code-styleHiltjo Posthuma
2016-01-31add sfeed_tail (test), might be removed again laterHiltjo Posthuma
2016-01-31sfeed_update: fix issue with merging failed feedsHiltjo Posthuma
2016-01-31sfeed_update: don't try to sort on feedname field, it was removedHiltjo Posthuma
2016-01-31sfeed_frames.1: add a note about security considerationsHiltjo Posthuma
2016-01-31always add strlcpy, strlcat, remove COMPAT #ifdefHiltjo Posthuma
2016-01-31sfeedrc(5): add initial documentation for sfeedrc configuration formatHiltjo Posthuma
2016-01-31README: small improvements and rewordingsHiltjo Posthuma
2016-01-31LICENSE: relicense from MIT to ISC, bump year to 2016Hiltjo Posthuma
2015-10-05sfeed_mbox: do host lookup and current time once at startup, not per feedHiltjo Posthuma
2015-10-04sfeed: fix ctype functions againHiltjo Posthuma
2015-10-04sfeed_mbox: small cleanup, move label so check for NUL isnt neededHiltjo Posthuma
2015-10-04portability: dont use HOST_NAME_MAX, just use 256 as maximumHiltjo Posthuma
2015-10-02sfeed: fix escape of backslash, simplifyHiltjo Posthuma
2015-10-02sfeed_plain: remove some spaces for slightly more screen space :)Hiltjo Posthuma
2015-10-02dont used deprecated timegm, use mktime with TZ set to UTCHiltjo Posthuma