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
*
Reading blobs from the database
Adam Chlipala
2009-04-26
*
Returning a blob as page result
Adam Chlipala
2009-04-26
*
Add MIME type to file
Adam Chlipala
2009-04-25
*
Only allow single-file upload per control
Adam Chlipala
2009-04-25
*
Initial support for blobs and upload
Adam Chlipala
2009-04-25
*
Cookie signing working for forms
Adam Chlipala
2009-04-16
*
POST support
Adam Chlipala
2009-04-16
*
Fixing some regressions and other bugs
Adam Chlipala
2009-04-05
*
Initialize contexts a little more vigorously
Adam Chlipala
2009-04-05
*
RoundTrip demo
Adam Chlipala
2009-04-05
*
On start-up, delete/nullify rows mentioning clients or channels
Adam Chlipala
2009-04-02
*
Expunging non-nullable rows
Adam Chlipala
2009-03-29
*
Redo channels, making them single-client
Adam Chlipala
2009-03-29
*
Transactionalize channel operations
Adam Chlipala
2009-03-24
*
First message send delivered, but not interpreted
Adam Chlipala
2009-03-22
*
Dummy message delivery to clients
Adam Chlipala
2009-03-19
*
Successfully generated a page element from a signal
Adam Chlipala
2008-12-20
*
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