summary refs log tree commit diff
path: root/configure (follow)
Commit message (Expand)AuthorAge
* Remove certbot default pathsJune McEnroe2021-10-05
* Fix LDADD.crypt on DarwinJune McEnroe2021-06-19
* Clean up Makefiles, configure scriptsJune McEnroe2021-05-02
* Add support for OpenBSDJune McEnroe2020-08-27
* Remove rc scriptsJune McEnroe2020-08-27
* Replace “RAND_bytes” by “getentropy”Issam E. Maghni2020-08-23
* Use system libcrypto and openssl bin on FreeBSD 1.4June McEnroe2020-08-06
* Define explicit_bzero using memset_s on macOSJune McEnroe2020-08-01
* Use RAND_bytes instead of arc4random_bufJune McEnroe2020-07-31
* Rewrite configure script for all platformsJune McEnroe2020-07-24
* Rewrite build and install to be more amenable to packagingJune McEnroe2020-05-19
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
* Use one line for each CFLAGS addition 1.2June McEnroe2020-03-03
* Clean up configure script a bitJune McEnroe2020-03-02
* Replace .mk files with configure scriptJune McEnroe2020-03-01
d>Fail on HTTP failure status in titleJune McEnroe 2019-09-23Add Trail of LightningJune McEnroe 2019-09-22Revert "Enable cookies in title"June McEnroe 2019-09-20Enable cookies in titleJune McEnroe 2019-09-16Use sensitivity aliases in TF2June McEnroe 2019-09-16Add The Just CityJune McEnroe 2019-09-12Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe9:14:02 -0400'>2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe