summaryrefslogtreecommitdiff
path: root/sys/src/cmd/abaco/util.c
AgeCommit message (Collapse)Author
2014-07-09abaco: fix double free race of p->status string (thanks BurnZeZ for the proc ↵cinap_lenrek
snap)
2014-02-05fix wrong type for terminating nil argument for execl()cinap_lenrek
we have to use (void*)0 instead of (int)0 otherwise the upper bits are uninitialized on amd64.
2013-11-25abaco: make validurl() accept internationalized domain namescinap_lenrek
validurl() is just used to check if the string is a full absolute url with a protocol scheme. we do not have to match the host part *exactly*, only if there is *something* in the hostpart.
2013-09-04abaco: fix memory leakscinap_lenrek
2013-07-14abaco: remove unused stuff, move pipeline() into util.ccinap_lenrek
2013-07-14abaco: simplify, pipeline html directly thru uhtmlcinap_lenrek
2013-07-14abaco: use uhtml to handle charset conversionscinap_lenrek
2013-06-16abaco: allow single quotes for ctype attribute (thanks plhk)cinap_lenrek
plhk9 → abaco: charset 'utf-8'> not supported plhk9 → http://plhk.ru/trash/abaco-singlequote.diff makes it go away
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen