summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/url.c
AgeCommit message (Collapse)Author
2021-06-12mothra: read the content-type header over file(1) to determine type (thanks ↵Ori Bernstein
james palmer) this fixes some pages being classified as xml by file(1), meaning they would be rendered as plain text rather than as html.
2015-08-01mothra: support for inline images and <image> tagcinap_lenrek
2013-10-04mothra: avoid intermediate rc shell processes, use rfork(RFREND) to isolate ↵cinap_lenrek
rendezvous group
2012-07-17mothra: handle relative urls in <base> tagcinap_lenrek
2012-06-07mothra: fix "bad ctl message" bug caused by fprint write buffer limit on ↵cinap_lenrek
long urls
2012-05-25mothra: changes toward multipart/formdatacinap_lenrek