log include/types.h

age author description
2011-12-04 Adam Chlipala timeFormat .urp directive
2011-05-29 Adam Chlipala getHeader and setHeader
2011-04-09 Adam Chlipala Each context gets its own non-repeating sequence of source numbers
2011-03-10 Adam Chlipala Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
2010-12-26 Adam Chlipala queryString and effectfulUrl
2010-12-26 Adam Chlipala Expose buffer type for other C libraries; replace minusSeconds with addSeconds
2010-12-24 Adam Chlipala Changed uw_Basis_time to store microseconds
2010-12-18 Adam Chlipala Periodic tasks
2010-12-18 Adam Chlipala postBody type
2010-12-04 Adam Chlipala New argument to transactional free functions, to specify whether we are about to retry
2010-09-07 Adam Chlipala Server-side 'onError'
2010-01-03 Adam Chlipala Database quotas
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-12-10 Adam Chlipala Basis.url and redirects
2009-08-25 Adam Chlipala New release
2009-06-23 Adam Chlipala cgi protocol
2009-06-23 Adam Chlipala Factor out common request functionality, in preparation for supporting different protocols
2009-05-26 Adam Chlipala Chars and more string operations
2009-05-02 Adam Chlipala FFI transactionals
2009-04-30 Adam Chlipala C FFI compiler options
2009-04-30 Adam Chlipala Basis.list
2009-04-28 Adam Chlipala Subforms
2009-04-26 Adam Chlipala Returning a blob as page result
2009-04-25 Adam Chlipala Add MIME type to file
2009-04-25 Adam Chlipala Only allow single-file upload per control
2009-04-25 Adam Chlipala Initial support for blobs and upload
2009-04-12 Adam Chlipala Classes as optional arguments to Basis.tag
2009-03-29 Adam Chlipala Redo channels, making them single-client
2009-03-22 Adam Chlipala First message send delivered, but not interpreted
2008-10-30 Adam Chlipala time type
2008-09-07 Adam Chlipala Rename 'lw' prefixes to 'uw'
2008-09-07 Adam Chlipala Reading ints and floats from SQL
2008-09-02 Adam Chlipala Switch base types to 64-bit versions
2008-08-03 Adam Chlipala Update bool to follow datatype representation change
2008-08-03 Adam Chlipala bool in Basis
2008-07-29 Adam Chlipala Unurlifying a datatype; longjmp-based error signaling mechanism
2008-07-20 Adam Chlipala Form binding parameters threaded through
2008-07-13 Adam Chlipala Proper handling of non-function-call links
2008-07-13 Adam Chlipala Serving pages
2008-07-10 Adam Chlipala Writing HTML