about summary refs log tree commit diff
path: root/concat.c (unfollow)
Commit message (Expand)Author
2021-06-11Generate navigation for search pagesJune McEnroe
2021-06-11Generate arbitrary search pages and feedsJune McEnroe
2021-06-11Generalize index.{atom,html} to search pagesJune McEnroe
2021-06-11Ignore test directoryJune McEnroe
2021-06-11Remove -t truncate flagJune McEnroe
2021-06-10Fix decoding adjacent encoded-wordsJune McEnroe
2021-06-09Limit number of entries in index Atom feedJune McEnroe
2021-06-09Use LDADD variables and BINDIRJune McEnroe
2021-04-26Don't output "0 replies" at all 1.0aJune McEnroe
2021-04-25Fix address group spacingJune McEnroe
2021-04-22Only highlight the direct target message headerJune McEnroe
2021-04-22Handle trailing comments in message IDsJune McEnroe
2021-04-22Don't URL-encode fragment linksJune McEnroe
2021-04-22Fix handling groups in address listsJune McEnroe
2021-04-21Omit HTML nav from nested messagesJune McEnroe
2021-04-11Parse dates in a hopefully more portable fashionJune McEnroe
2021-04-09Remove unnecessary capture group in URL regexJune McEnroe
2021-03-13Exit on getopt failureJune McEnroe
2021-03-08Respect DESTDIR 1.0June McEnroe
2021-03-08Remove mention of SORT extensionJune McEnroe
2021-03-08Port to LinuxJune McEnroe
2021-03-04Reference "Mailing List" post in READMEJune McEnroe
2021-03-03Remove DEPLOYMENT sectionJune McEnroe
2021-03-03Add -t flag to truncate stdout before writing pathsJune McEnroe
2021-03-03Output updated pathsJune McEnroe
2021-03-03Sandbox with unveil(2) and pledge(2) on OpenBSDJune McEnroe
2021-03-03Target OpenBSDJune McEnroe
2021-03-02Expand READMEJune McEnroe
2021-03-01Generate properly populated reply Cc listsJune McEnroe
2021-01-18Match any non-context diff lines as "head"June McEnroe
2021-01-18Alphabetize STANDARDS sectionJune McEnroe
2020-12-14Fix MANDIR defaultJune McEnroe
2020-12-11Free threads and envelopes after concatJune McEnroe
2020-12-11Add -i to idleJune McEnroe
2020-12-11Add imapIdleJune McEnroe
2020-12-09Add FILES section to READMEJune McEnroe
2020-12-08Handle mail with no trailing newline correctlyJune McEnroe
2020-12-07Condense getservinfo and bounds checkJune McEnroe
2020-12-07Remove RCODE and ANCOUNT checkJune McEnroe
2020-12-07Correctly handle . in nameStringJune McEnroe
2020-12-07Remove use of AI_DEFAULTJune McEnroe
2020-12-04Infer hostname from usernameJune McEnroe
2020-12-04Add DNS and SRV RFCs to STANDARDSJune McEnroe
2020-12-04Add -lresolv on macOSJune McEnroe
2020-12-04Implement getservinfo for SRV lookupJune McEnroe
2020-12-03Refactor patch markup generationJune McEnroe
2020-12-02Switch to inline default stylesheetJune McEnroe
2020-12-01Be even less weird about HTMLJune McEnroe
2020-12-01Add conditionals to templatesJune McEnroe
2020-11-30Remove unnecessary margin CSSJune McEnroe
colspan='3' class='logmsg'> Specifies how many bits for each of "alpha" (ignored), red, green, blue. Separates byte-order and bit-order. Much more flexible, but now won't render CARDS.DLL graphics properly due to the skip bit being not where it expects. Also mmaps the file instead of reading it all in. And the default palette and sampling got removed again for now, since it's too awkward to use. 2018-02-05Add flip option to gfxxJune McEnroe This handles upside-down graphics much better than reverse did. 2018-02-05Remove gfxx reverse optionJune McEnroe 2018-02-04Fix gfxx draw stop conditionJune McEnroe Would not draw the last partially visible column when mirrored. 2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe 2018-02-04Mark mac target phonyJune McEnroe 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe By stopping when the next column would be off the edge of the buffer. 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe White is not obvious enough. 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe Replace default palette with alternating black and white. 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe