]> git.lizzy.rs Git - plan9front.git/log
plan9front.git
12 years ago/lib/theo: more theo
stanley lieber [Tue, 11 Oct 2011 19:47:06 +0000 (14:47 -0500)]
/lib/theo: more theo

12 years agopage: fix filedescriptor leakage
cinap_lenrek [Tue, 11 Oct 2011 06:19:32 +0000 (08:19 +0200)]
page: fix filedescriptor leakage

12 years agopage: properly draw images with alpha channel, cleanup
cinap_lenrek [Tue, 11 Oct 2011 03:34:14 +0000 (05:34 +0200)]
page: properly draw images with alpha channel, cleanup

12 years agomothra: fix unicode buffer overflow and spurious select crash, webfs: dont rewrite...
cinap_lenrek [Mon, 10 Oct 2011 17:54:15 +0000 (19:54 +0200)]
mothra: fix unicode buffer overflow and spurious select crash, webfs: dont rewrite relative url

12 years agopage: refactor code, skip dummy pages, faster zoomdraw
cinap_lenrek [Mon, 10 Oct 2011 03:13:33 +0000 (05:13 +0200)]
page: refactor code, skip dummy pages, faster zoomdraw

12 years agomerge
cinap_lenrek [Sun, 9 Oct 2011 21:13:00 +0000 (23:13 +0200)]
merge

12 years agomothra: insert artificial links to href target for images that are also links in...
cinap_lenrek [Sun, 9 Oct 2011 21:12:02 +0000 (23:12 +0200)]
mothra: insert artificial links to href target for images that are also links in mothmode

12 years agodont plumb html to page
cinap_lenrek [Sat, 8 Oct 2011 03:08:01 +0000 (05:08 +0200)]
dont plumb html to page

12 years agoplumb rules for page, make sam and mothra the default
cinap_lenrek [Sat, 8 Oct 2011 03:01:14 +0000 (05:01 +0200)]
plumb rules for page, make sam and mothra the default

12 years agocpurc: handle case with missing /net/ipselftab
cinap_lenrek [Sat, 8 Oct 2011 00:29:09 +0000 (02:29 +0200)]
cpurc: handle case with missing /net/ipselftab

12 years agotermrc/cpurc: dont run ipconfig if theres no /net/ipselftab, dont run dns resolver...
cinap_lenrek [Fri, 7 Oct 2011 19:02:45 +0000 (21:02 +0200)]
termrc/cpurc: dont run ipconfig if theres no /net/ipselftab, dont run dns resolver if theres already /net/dns

12 years agomouse: disable ps2 hwaccel by default, drop inconsitent packet start byte
cinap_lenrek [Fri, 7 Oct 2011 18:19:09 +0000 (20:19 +0200)]
mouse: disable ps2 hwaccel by default, drop inconsitent packet start byte

12 years agomothra: <button> tag form handling
cinap_lenrek [Fri, 7 Oct 2011 04:28:20 +0000 (06:28 +0200)]
mothra: <button> tag form handling

12 years agomanpages for resize and rotate
cinap_lenrek [Thu, 6 Oct 2011 18:54:56 +0000 (20:54 +0200)]
manpages for resize and rotate

12 years agowebfs: forgot to commit fns.h
cinap_lenrek [Thu, 6 Oct 2011 03:44:07 +0000 (05:44 +0200)]
webfs: forgot to commit fns.h

12 years agowebfs: do url escaping/unescaping
cinap_lenrek [Thu, 6 Oct 2011 03:14:59 +0000 (05:14 +0200)]
webfs: do url escaping/unescaping

12 years agojpg: use Breadn() instead if Bread() to guard aganst short reads
cinap_lenrek [Wed, 5 Oct 2011 22:40:28 +0000 (00:40 +0200)]
jpg: use Breadn() instead if Bread() to guard aganst short reads

12 years agolibbio: add Breadn
cinap_lenrek [Wed, 5 Oct 2011 22:39:05 +0000 (00:39 +0200)]
libbio: add Breadn

12 years agogif: implement dispose method for animations, do composing offscreen for speed
cinap_lenrek [Thu, 6 Oct 2011 20:49:12 +0000 (22:49 +0200)]
gif: implement dispose method for animations, do composing offscreen for speed

12 years agomothra: fix nil pointer crash
cinap_lenrek [Wed, 5 Oct 2011 02:48:31 +0000 (04:48 +0200)]
mothra: fix nil pointer crash

12 years agouhtml: assume latin1 if not valid utf8
cinap_lenrek [Wed, 5 Oct 2011 02:47:53 +0000 (04:47 +0200)]
uhtml: assume latin1 if not valid utf8

12 years agopage: fix draw performance problem on t23
cinap_lenrek [Wed, 5 Oct 2011 00:18:23 +0000 (02:18 +0200)]
page: fix draw performance problem on t23

12 years agomothra: animated gifs, page: cleanup
cinap_lenrek [Tue, 4 Oct 2011 22:05:51 +0000 (00:05 +0200)]
mothra: animated gifs, page: cleanup

12 years agouse file(1) in page and mothra to detect file type
cinap_lenrek [Tue, 4 Oct 2011 16:48:31 +0000 (18:48 +0200)]
use file(1) in page and mothra to detect file type

12 years agotcs: fix special character detection
cinap_lenrek [Tue, 4 Oct 2011 14:39:08 +0000 (16:39 +0200)]
tcs: fix special character detection

12 years agomothra: interpret files beggining with <head> as html; include <html> tag in newly...
stanley lieber [Tue, 4 Oct 2011 01:27:59 +0000 (20:27 -0500)]
mothra: interpret files beggining with <head> as html; include <html> tag in newly created hit.html files

12 years agomore wisdom from various sources
stanley lieber [Tue, 4 Oct 2011 01:05:25 +0000 (20:05 -0500)]
more wisdom from various sources

12 years agomerge
cinap_lenrek [Mon, 3 Oct 2011 18:41:57 +0000 (20:41 +0200)]
merge

12 years agomothra: ignore http content-type and encoding and just do content sniffing
cinap_lenrek [Mon, 3 Oct 2011 18:40:43 +0000 (20:40 +0200)]
mothra: ignore http content-type and encoding and just do content sniffing

12 years agomothra: <input type=""> default to text if no/invalid value
stanley lieber [Mon, 3 Oct 2011 14:39:45 +0000 (09:39 -0500)]
mothra: <input type=""> default to text if no/invalid value

12 years agomothra: add <input type="search">, fixes wikipedia form submission
stanley lieber [Mon, 3 Oct 2011 01:57:32 +0000 (20:57 -0500)]
mothra: add <input type="search">, fixes wikipedia form submission

12 years agomothra: render <p> tag with no ident, offset with blank lines
stanley lieber [Mon, 3 Oct 2011 00:59:49 +0000 (19:59 -0500)]
mothra: render <p> tag with no ident, offset with blank lines

12 years agomothra(1): update man page
stanley lieber [Sun, 2 Oct 2011 20:05:49 +0000 (15:05 -0500)]
mothra(1): update man page

12 years agopage: use param f instead of global zoom
cinap_lenrek [Sun, 2 Oct 2011 13:05:01 +0000 (15:05 +0200)]
page: use param f instead of global zoom

12 years agomothra: mothmode cleanup
cinap_lenrek [Sun, 2 Oct 2011 12:27:03 +0000 (14:27 +0200)]
mothra: mothmode cleanup

12 years agomothra: add moth mode; display images that are not also links as a link to themselves
stanley lieber [Sun, 2 Oct 2011 02:30:12 +0000 (21:30 -0500)]
mothra: add moth mode; display images that are not also links as a link to themselves

12 years agoadd ken
stanley lieber [Fri, 30 Sep 2011 15:02:25 +0000 (10:02 -0500)]
add ken

12 years agomothra: use only valid examples in the man page
stanley lieber [Wed, 28 Sep 2011 14:06:37 +0000 (09:06 -0500)]
mothra: use only valid examples in the man page

12 years agofactotum: allow fgui to cancel needkey transaction
cinap_lenrek [Wed, 28 Sep 2011 09:45:33 +0000 (11:45 +0200)]
factotum: allow fgui to cancel needkey transaction

12 years agomothra: add menu option to save url
stanley lieber [Tue, 27 Sep 2011 17:54:39 +0000 (12:54 -0500)]
mothra: add menu option to save url

12 years agofortunes: aiju's sister
stanley lieber [Tue, 27 Sep 2011 16:24:04 +0000 (11:24 -0500)]
fortunes: aiju's sister

12 years agolibdraw: shutdown keyboard and mouseprocs with threadint, libthread: avoid delayed...
glenda [Sun, 2 Oct 2011 21:14:14 +0000 (23:14 +0200)]
libdraw: shutdown keyboard and mouseprocs with threadint, libthread: avoid delayed note leak (this fixes the "too many delayed notes" error with auth/fgui)

12 years agofactotum: fix flush handling for /mnt/factotum/needkey use
cinap_lenrek [Tue, 27 Sep 2011 09:44:21 +0000 (11:44 +0200)]
factotum: fix flush handling for /mnt/factotum/needkey use

12 years agotcs: +apos
cinap_lenrek [Mon, 26 Sep 2011 23:09:31 +0000 (01:09 +0200)]
tcs: +apos

12 years agomothra: fix content handling, run uhtml only on actual html content
cinap_lenrek [Mon, 26 Sep 2011 14:24:47 +0000 (16:24 +0200)]
mothra: fix content handling, run uhtml only on actual html content

12 years agomothra: scrolling
cinap_lenrek [Mon, 26 Sep 2011 14:12:06 +0000 (16:12 +0200)]
mothra: scrolling

12 years agomothra: increase area traversed by pgup/pgdn
stanley lieber [Mon, 26 Sep 2011 04:03:35 +0000 (23:03 -0500)]
mothra: increase area traversed by pgup/pgdn

12 years agomothra: add home, end, imperfect pgup and pgdn
stanley lieber [Mon, 26 Sep 2011 03:50:51 +0000 (22:50 -0500)]
mothra: add home, end, imperfect pgup and pgdn

12 years agomothra: correct spelling
stanley lieber [Sun, 25 Sep 2011 01:35:50 +0000 (20:35 -0500)]
mothra: correct spelling

12 years agohtml2ms, tcs, mothra, uhtml: threat &apos; as special entity, add uhtml(1)
cinap_lenrek [Sat, 24 Sep 2011 15:06:45 +0000 (17:06 +0200)]
html2ms, tcs, mothra, uhtml: threat &apos; as special entity, add uhtml(1)

12 years agomerge
cinap_lenrek [Sat, 24 Sep 2011 06:53:16 +0000 (08:53 +0200)]
merge

12 years agomerge
cinap_lenrek [Sat, 24 Sep 2011 06:52:45 +0000 (08:52 +0200)]
merge

12 years agomothra: fix j command
cinap_lenrek [Sat, 24 Sep 2011 06:51:19 +0000 (08:51 +0200)]
mothra: fix j command

12 years agomothra: do not crash on an invalid j command
stanley lieber [Fri, 23 Sep 2011 06:36:44 +0000 (01:36 -0500)]
mothra: do not crash on an invalid j command

12 years agomothra: don't use isdigit()
stanley lieber [Fri, 23 Sep 2011 05:52:47 +0000 (00:52 -0500)]
mothra: don't use isdigit()

12 years agomothra: add keyboard command j to jump to page from the list of previously viewed...
stanley lieber [Sat, 24 Sep 2011 03:54:03 +0000 (22:54 -0500)]
mothra: add keyboard command j to jump to page from the list of previously viewed pages

12 years agomothra: add keyboard command a to collapse/expand navigation boxes
stanley lieber [Fri, 23 Sep 2011 16:04:08 +0000 (11:04 -0500)]
mothra: add keyboard command a to collapse/expand navigation boxes

12 years agofortunes: why such thing happen
stanley lieber [Fri, 23 Sep 2011 14:23:21 +0000 (09:23 -0500)]
fortunes: why such thing happen

12 years agomothra: button tag, email input type
cinap_lenrek [Fri, 23 Sep 2011 14:12:27 +0000 (16:12 +0200)]
mothra: button tag, email input type

12 years agomerge
cinap_lenrek [Fri, 23 Sep 2011 06:25:16 +0000 (08:25 +0200)]
merge

12 years agowebfs: fix cookie truncation bug, makes ebay work
cinap_lenrek [Fri, 23 Sep 2011 06:24:42 +0000 (08:24 +0200)]
webfs: fix cookie truncation bug, makes ebay work

12 years agomothra(1): update man page
stanley lieber [Fri, 23 Sep 2011 03:45:47 +0000 (22:45 -0500)]
mothra(1): update man page

12 years agofortunes: files over 10MB may cause memory and performance problems
stanley lieber [Thu, 22 Sep 2011 01:50:01 +0000 (20:50 -0500)]
fortunes: files over 10MB may cause memory and performance problems

12 years agopkg/create: include the program source in the package
stanley lieber [Wed, 21 Sep 2011 22:39:16 +0000 (17:39 -0500)]
pkg/create: include the program source in the package

12 years agopkg(1): man page corrections
stanley lieber [Wed, 21 Sep 2011 22:07:49 +0000 (17:07 -0500)]
pkg(1): man page corrections

12 years agohtml2ms: fix broken closetag handling
cinap_lenrek [Wed, 21 Sep 2011 15:56:42 +0000 (17:56 +0200)]
html2ms: fix broken closetag handling

12 years agohtml2ms: quirks mode
cinap_lenrek [Wed, 21 Sep 2011 14:14:15 +0000 (16:14 +0200)]
html2ms: quirks mode

12 years agomerge
cinap_lenrek [Wed, 21 Sep 2011 12:18:00 +0000 (14:18 +0200)]
merge

12 years agohtml2ms: table support
cinap_lenrek [Wed, 21 Sep 2011 12:17:27 +0000 (14:17 +0200)]
html2ms: table support

12 years agotcs: missing utf8 -> utf alias
cinap_lenrek [Tue, 20 Sep 2011 10:50:04 +0000 (12:50 +0200)]
tcs: missing utf8 -> utf alias

12 years agohtml2ms: remove underline, it just make text unreadable. support more tags.
cinap_lenrek [Tue, 20 Sep 2011 10:38:08 +0000 (12:38 +0200)]
html2ms: remove underline, it just make text unreadable. support more tags.

12 years agotcs: comments lie
cinap_lenrek [Tue, 20 Sep 2011 10:19:24 +0000 (12:19 +0200)]
tcs: comments lie

12 years ago1oct1993: that was a disaster
stanley lieber [Tue, 20 Sep 2011 05:15:46 +0000 (00:15 -0500)]
1oct1993: that was a disaster

12 years ago1oct1993: fix bad formatting
stanley lieber [Tue, 20 Sep 2011 19:19:18 +0000 (14:19 -0500)]
1oct1993: fix bad formatting

12 years ago1oct1993: minor updates
stanley lieber [Tue, 20 Sep 2011 18:56:03 +0000 (13:56 -0500)]
1oct1993: minor updates

12 years agodist: bind dummy adm/timezone/local
cinap_lenrek [Tue, 20 Sep 2011 04:14:15 +0000 (06:14 +0200)]
dist: bind dummy adm/timezone/local

12 years agoremove file committed in error
stanley lieber [Tue, 20 Sep 2011 03:59:44 +0000 (22:59 -0500)]
remove file committed in error

12 years agoadd ircrc
stanley lieber [Tue, 20 Sep 2011 03:53:01 +0000 (22:53 -0500)]
add ircrc

12 years agouhtml: remove trailing utf BOM marker, html2ms: fix underline handling and escaping
cinap_lenrek [Tue, 20 Sep 2011 02:14:29 +0000 (04:14 +0200)]
uhtml: remove trailing utf BOM marker, html2ms: fix underline handling and escaping

12 years agohtml2ms: underline links
stanley lieber [Tue, 20 Sep 2011 00:21:54 +0000 (19:21 -0500)]
html2ms: underline links

12 years agomothra: remove old tcs stuff, as we use uhtml now
cinap_lenrek [Mon, 19 Sep 2011 22:55:06 +0000 (00:55 +0200)]
mothra: remove old tcs stuff, as we use uhtml now

12 years agouhtml: add html to unicode converter, used by mothra and page/html2ms
cinap_lenrek [Mon, 19 Sep 2011 22:38:28 +0000 (00:38 +0200)]
uhtml: add html to unicode converter, used by mothra and page/html2ms

12 years agotcs: use character set alias names from abaco, more tolerant html entity support
cinap_lenrek [Mon, 19 Sep 2011 22:37:06 +0000 (00:37 +0200)]
tcs: use character set alias names from abaco, more tolerant html entity support

12 years agotroll: add wisdom from slashdot article
stanley lieber [Sun, 18 Sep 2011 19:27:44 +0000 (14:27 -0500)]
troll: add wisdom from slashdot article

12 years agohtml2ms: rewrite from scratch
cinap_lenrek [Sun, 18 Sep 2011 18:35:57 +0000 (20:35 +0200)]
html2ms: rewrite from scratch

12 years agopage: generalize html support
cinap_lenrek [Sat, 17 Sep 2011 10:21:24 +0000 (12:21 +0200)]
page: generalize html support

12 years agopage: experimental epub support
cinap_lenrek [Sat, 17 Sep 2011 09:04:22 +0000 (11:04 +0200)]
page: experimental epub support

12 years agomothra: fix file urls with #fragment
cinap_lenrek [Sat, 17 Sep 2011 03:21:49 +0000 (05:21 +0200)]
mothra: fix file urls with #fragment

12 years agotapefs: case insensitive walks
cinap_lenrek [Sat, 17 Sep 2011 03:21:19 +0000 (05:21 +0200)]
tapefs: case insensitive walks

12 years agodevcons: readd dummy consctl file so telnetd has something to bind on
cinap_lenrek [Sat, 17 Sep 2011 00:35:03 +0000 (02:35 +0200)]
devcons: readd dummy consctl file so telnetd has something to bind on

12 years agomothra: fix charset handling and url snarfing
cinap_lenrek [Fri, 16 Sep 2011 23:13:27 +0000 (01:13 +0200)]
mothra: fix charset handling and url snarfing

12 years agoadded games/mandel
aiju [Fri, 16 Sep 2011 11:32:48 +0000 (13:32 +0200)]
added games/mandel

12 years agogif: fix transparency for animations
cinap_lenrek [Fri, 16 Sep 2011 09:21:45 +0000 (11:21 +0200)]
gif: fix transparency for animations

12 years agopage: grey background
cinap_lenrek [Fri, 16 Sep 2011 08:46:31 +0000 (10:46 +0200)]
page: grey background

12 years agopage: sort pages in directories/archives by name
cinap_lenrek [Fri, 16 Sep 2011 05:39:59 +0000 (07:39 +0200)]
page: sort pages in directories/archives by name

12 years agomerge
cinap_lenrek [Fri, 16 Sep 2011 05:26:14 +0000 (07:26 +0200)]
merge

12 years agopage: add cbz support
cinap_lenrek [Fri, 16 Sep 2011 05:25:27 +0000 (07:25 +0200)]
page: add cbz support

12 years agofortunes: google
stanley lieber [Fri, 16 Sep 2011 03:30:58 +0000 (22:30 -0500)]
fortunes: google

12 years agocorrecting source reference in page(1)
cinap_lenrek [Fri, 16 Sep 2011 02:58:17 +0000 (04:58 +0200)]
correcting source reference in page(1)

12 years agomothra: remove version.c on clean
cinap_lenrek [Fri, 16 Sep 2011 02:54:07 +0000 (04:54 +0200)]
mothra: remove version.c on clean