summary refs log tree commit diff
path: root/bin/title.c (follow)
Commit message (Expand)AuthorAge
* Bump title buffer to 64KJune McEnroe2020-08-15
* Fix setting second title request to GETJune McEnroe2020-07-25
* Add facebook and twitter to title user-agentJune McEnroe2020-07-08
* Match URLs inside parens or with paired parens insideJune McEnroe2020-02-10
* Duplicate effective URL before passing it back to curlJune McEnroe2020-02-10
* Claim to be curl(1) in titleJune McEnroe2019-10-02
* Fail on HTTP failure status in titleJune McEnroe2019-09-27
* Revert "Enable cookies in title"June McEnroe2019-09-22
* Enable cookies in titleJune McEnroe2019-09-20
* Only GET the final redirect locationJune McEnroe2019-09-12
* Consume entire bodyJune McEnroe2019-09-12
* Add title -v flagJune McEnroe2019-09-10
* Use curl error bufferJune McEnroe2019-09-10
* Set Accept-Encoding in titleJune McEnroe2019-09-10
* Set title User-AgentJune McEnroe2019-09-08
* Add -x flag to titleJune McEnroe2019-09-07
* Handle lack of Content-TypeJune McEnroe2019-09-05
* Use CURLINFO_CONTENT_TYPEJune McEnroe2019-09-05
* Decode entities in titlesJune McEnroe2019-09-05
* Print title as soon as it's availableJune McEnroe2019-09-05
* Add titleJune McEnroe2019-09-05
/a>June McEnroe 2020-08-15Read service pipesJune McEnroe 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe