summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-12mergecinap_lenrek
2011-10-12page: print readimage error stringcinap_lenrek
2011-10-12file: fix false positives for HTML because if zero length string compare, ↵cinap_lenrek
use image/p9bit as mimetype for plan9 bitmap
2011-10-11revert /sys/lib/tls/mailstanley lieber
2011-10-11/lib/theo: more theostanley lieber
2011-10-11page: fix filedescriptor leakagecinap_lenrek
2011-10-11page: properly draw images with alpha channel, cleanupcinap_lenrek
2011-10-10mothra: fix unicode buffer overflow and spurious select crash, webfs: dont ↵cinap_lenrek
rewrite relative url
2011-10-10page: refactor code, skip dummy pages, faster zoomdrawcinap_lenrek
2011-10-09mergecinap_lenrek
2011-10-09mothra: insert artificial links to href target for images that are also ↵cinap_lenrek
links in mothmode
2011-10-08dont plumb html to pagecinap_lenrek
2011-10-08plumb rules for page, make sam and mothra the defaultcinap_lenrek
2011-10-08cpurc: handle case with missing /net/ipselftabcinap_lenrek
2011-10-07termrc/cpurc: dont run ipconfig if theres no /net/ipselftab, dont run dns ↵cinap_lenrek
resolver if theres already /net/dns
2011-10-07mouse: disable ps2 hwaccel by default, drop inconsitent packet start bytecinap_lenrek
2011-10-07mothra: <button> tag form handlingcinap_lenrek
2011-10-06manpages for resize and rotatecinap_lenrek
2011-10-06webfs: forgot to commit fns.hcinap_lenrek
2011-10-06webfs: do url escaping/unescapingcinap_lenrek
2011-10-06jpg: use Breadn() instead if Bread() to guard aganst short readscinap_lenrek
2011-10-06libbio: add Breadncinap_lenrek
2011-10-06gif: implement dispose method for animations, do composing offscreen for speedcinap_lenrek
2011-10-05mothra: fix nil pointer crashcinap_lenrek
2011-10-05uhtml: assume latin1 if not valid utf8cinap_lenrek
2011-10-05page: fix draw performance problem on t23cinap_lenrek
2011-10-05mothra: animated gifs, page: cleanupcinap_lenrek
2011-10-04use file(1) in page and mothra to detect file typecinap_lenrek
2011-10-04tcs: fix special character detectioncinap_lenrek
2011-10-03mothra: interpret files beggining with <head> as html; include <html> tag in ↵stanley lieber
newly created hit.html files
2011-10-03more wisdom from various sourcesstanley lieber
2011-10-03mergecinap_lenrek
2011-10-03mothra: ignore http content-type and encoding and just do content sniffingcinap_lenrek
2011-10-03mothra: <input type=""> default to text if no/invalid valuestanley lieber
2011-10-02mothra: add <input type="search">, fixes wikipedia form submissionstanley lieber
2011-10-02mothra: render <p> tag with no ident, offset with blank linesstanley lieber
2011-10-02mothra(1): update man pagestanley lieber
2011-10-02page: use param f instead of global zoomcinap_lenrek
2011-10-02mothra: mothmode cleanupcinap_lenrek
2011-10-01mothra: add moth mode; display images that are not also links as a link to ↵stanley lieber
themselves
2011-09-30add kenstanley lieber
2011-09-28mothra: use only valid examples in the man pagestanley lieber
2011-09-28factotum: allow fgui to cancel needkey transactioncinap_lenrek
2011-09-27mothra: add menu option to save urlstanley lieber
2011-09-27fortunes: aiju's sisterstanley lieber
2011-10-02libdraw: shutdown keyboard and mouseprocs with threadint, libthread: avoid ↵glenda
delayed note leak (this fixes the "too many delayed notes" error with auth/fgui)
2011-09-27factotum: fix flush handling for /mnt/factotum/needkey usecinap_lenrek
2011-09-27tcs: +aposcinap_lenrek
2011-09-26mothra: fix content handling, run uhtml only on actual html contentcinap_lenrek
2011-09-26mothra: scrollingcinap_lenrek