index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
driver.c
Commit message (
Expand
)
Author
Age
*
Add initial C support for reactive
Adam Chlipala
2008-12-19
*
Treat user-provided error messages as XML
Adam Chlipala
2008-12-07
*
Ignore SIGPIPE
Adam Chlipala
2008-11-23
*
Profiling support
Adam Chlipala
2008-11-20
*
Fix missing initial <html> after restarts
Adam Chlipala
2008-11-20
*
Add help text for generated web servers
Adam Chlipala
2008-11-08
*
Fix parsing of last input header
Adam Chlipala
2008-11-08
*
Generated web servers use getopt()
Adam Chlipala
2008-11-08
*
Cookies work across pages
Adam Chlipala
2008-11-06
*
Cookie demo code; fix error message display
Adam Chlipala
2008-11-06
*
Setting a cookie
Adam Chlipala
2008-11-06
*
Avoid allocating strings for requestHeader
Adam Chlipala
2008-11-06
*
Request header reading works
Adam Chlipala
2008-11-06
*
Transactions seem to be working
Adam Chlipala
2008-10-24
*
Remove printing of HTTP headers
Adam Chlipala
2008-10-21
*
Fix a nasty driver bug, involving memory restarts and marked-up request strings
Adam Chlipala
2008-10-21
*
More opportunities to use regions and lack of string copying
Adam Chlipala
2008-09-11
*
Rename 'lw' prefixes to 'uw'
Adam Chlipala
2008-09-07
*
Initializing database connection
Adam Chlipala
2008-09-02
*
Laconic -> Ur
Adam Chlipala
2008-08-31
*
Unurlifying a datatype; longjmp-based error signaling mechanism
Adam Chlipala
2008-07-29
*
Fix GET parsing for inputs without =
Adam Chlipala
2008-07-22
*
Simple forms work
Adam Chlipala
2008-07-22
*
Form binding parameters threaded through
Adam Chlipala
2008-07-20
*
Change driver to use Pthreads
Adam Chlipala
2008-07-19
*
Dynamic arena allocation
Adam Chlipala
2008-07-17
*
Serving pages
Adam Chlipala
2008-07-13
*
Basic web server
Adam Chlipala
2008-07-13
*
Writing HTML
Adam Chlipala
2008-07-10