index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
mothra
/
forms.c
Age
Commit message (
Collapse
)
Author
2015-08-16
mothra: fix crash
cinap_lenrek
2015-08-01
mothra: enable compiler warnings and type checking, cleanup
cinap_lenrek
2015-08-01
mothra: support for inline images and <image> tag
cinap_lenrek
2013-12-07
mothra: remove debug code, dont create $home/lib/mothra/mothra.err file
cinap_lenrek
2013-10-10
mothra: handle <input type=image>
cinap_lenrek
2013-08-09
mothra: log post data with debug flag, increase max token length from 1K to 4K
cinap_lenrek
2013-07-11
mothra: handle empty attributes (for base-tag and others...)
cinap_lenrek
empty href="" attribute in base-tag causes the page to break. while at it, handle empty attributes in other parts of the code as well. (mostly stuff like id, name shouldnt be empty)
2013-06-01
mothra: implement link buttons
cinap_lenrek
a button embedded in a <a> link tag should follow the link when clicked.
2012-09-22
mothra: text selection 2nd attempt
cinap_lenrek
2012-07-31
mothra: make emalloc zero memory, fix uninitialized nextline pointer crash
cinap_lenrek
2012-07-07
mothra: ignore size attribute for select tag
cinap_lenrek
2012-06-19
mothra: fix submit fields
cinap_lenrek
2012-06-19
mothra: more mistakes
cinap_lenrek
2012-06-19
mothra: fix mistake
cinap_lenrek
2012-06-19
mothra: cleanup
cinap_lenrek
2012-06-19
mothra: fix uencode for utf8
cinap_lenrek
2012-06-19
mothra: cleanup
cinap_lenrek
2012-06-18
mothra/webfs: multipart/form-data and file upload support
cinap_lenrek
2012-06-18
mothra: multipart/form-data
cinap_lenrek
2012-06-18
mothra: refactor form submit code
cinap_lenrek
2012-05-25
mothra: changes toward multipart/formdata
cinap_lenrek
2011-11-08
mothra: cut/snarf in entry and edit panels
cinap_lenrek
2011-11-06
mothra: add USERFL
cinap_lenrek
2011-11-06
mothra: more tags
cinap_lenrek
2011-11-06
mothra: support <video>, <object>, <input type=password> and <meta ↵
cinap_lenrek
http-equiv=refresh>
2011-10-24
mothra: ignore form inputs without a name on submit
cinap_lenrek
2011-10-10
mothra: fix unicode buffer overflow and spurious select crash, webfs: dont ↵
cinap_lenrek
rewrite relative url
2011-10-07
mothra: <button> tag form handling
cinap_lenrek
2011-10-03
mothra: <input type=""> default to text if no/invalid value
stanley lieber
2011-10-02
mothra: add <input type="search">, fixes wikipedia form submission
stanley lieber
2011-09-23
mothra: button tag, email input type
cinap_lenrek
2011-09-05
mothra: fix getenv() memory leak, bring file: urls back
cinap_lenrek
2011-09-05
mothra: remove ftp,gopher,file and http code and use /mnt/web instead
cinap_lenrek
2011-09-04
add mothra
cinap_lenrek