log include/urweb.h

age author description
2010-01-10 Adam Chlipala Support for protocol-specific expunger dispatch
2010-01-07 Adam Chlipala Basis.debug; more restrictive type for Basis.form; weaken definition of polymorphic-ness for especialization
2010-01-05 Adam Chlipala Basis.textBlob; support HTTP requests with no headers
2010-01-05 Adam Chlipala uw_close()
2010-01-03 Adam Chlipala Database quotas
2010-01-03 Adam Chlipala Deadlines
2010-01-03 Adam Chlipala Memory limits
2010-01-02 Adam Chlipala Proper 404 generation
2010-01-01 Adam Chlipala Proper [un]urlification of unit
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-12-24 Adam Chlipala Updating the manual
2009-12-23 Adam Chlipala Stop skipping Especialization of generated functions; fix Compiler.parseUrp; expose uw_really_write(); allow more NULL arguments to uw_register_transactional()
2009-12-10 Adam Chlipala Basis.currentUrl, plus redirect debugging
2009-12-10 Adam Chlipala Basis.url and redirects
2009-12-08 Adam Chlipala Context globals; ctype functions
2009-11-26 Adam Chlipala More fun with cookies
2009-11-24 Adam Chlipala Explicitly abort in-flight RPCs onunload
2009-11-01 Adam Chlipala Initial form for paper assignment
2009-11-01 Adam Chlipala Bidding interface
2009-10-22 Adam Chlipala Initial support for char in SQL
2009-10-22 Adam Chlipala Checking deadline; sign-in
2009-09-15 Adam Chlipala Fix Postgres timestamp round-tripping
2009-09-09 Adam Chlipala Find chances to use mstrcat()
2009-07-17 Adam Chlipala Timestamps working with SQLite
2009-07-16 Adam Chlipala Demo working with MySQL
2009-07-12 Adam Chlipala MySQL demo/sql succeeds in reading no rows
2009-06-27 Adam Chlipala FastCGI working with lighttpd
2009-06-27 Adam Chlipala .msgs processing in FastCGI
2009-06-27 Adam Chlipala Serving Hello via FastCGI
2009-06-23 Adam Chlipala cgi protocol
2009-06-23 Adam Chlipala Further refactoring of request.c to work with CGI
2009-05-31 Adam Chlipala Fix pathmap bug; expose lower-level heap manipulation from C
2009-05-31 Adam Chlipala strcspn and friends
2009-05-30 Adam Chlipala Substring functions; fix a nasty MonoReduce pattern match substitution bug
2009-05-30 Adam Chlipala String.length
2009-05-26 Adam Chlipala Chars and more string operations
2009-05-14 Adam Chlipala Fix nasty bugs with longjmp() looping for uw_set_input(); and bad variable indexes for nested JavaScript in jscomp
2009-05-02 Adam Chlipala Update FFI type of Basis.self
2009-05-02 Adam Chlipala FFI transactionals
2009-05-02 Adam Chlipala Runtime URL and MIME type filtering
2009-04-30 Adam Chlipala C FFI compiler options
2009-04-30 Adam Chlipala subforms working
2009-04-28 Adam Chlipala Subforms
2009-04-26 Adam Chlipala blobSize
2009-04-26 Adam Chlipala Reading blobs from the database
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-23 Adam Chlipala Cookie signatures for RPCs
2009-04-16 Adam Chlipala Cookie signing working for forms
2009-04-12 Adam Chlipala Classes as optional arguments to Basis.tag
2009-04-09 Adam Chlipala URLs
2009-04-04 Adam Chlipala sleep and better Scriptcheck
2009-04-04 Adam Chlipala spawn
2009-04-04 Adam Chlipala _Really_ implement embedded closure GC; extend Scriptcheck to figure out when client IDs must be assigned
2009-04-02 Adam Chlipala On start-up, delete/nullify rows mentioning clients or channels
2009-03-29 Adam Chlipala Expunging non-nullable rows
2009-03-29 Adam Chlipala Redo channels, making them single-client
2009-03-26 Adam Chlipala Chat example working nicely, but without dead channel removal
2009-03-26 Adam Chlipala Preliminary work supporting channels in databases
2009-03-24 Adam Chlipala Transactionalize channel operations
2009-03-22 Adam Chlipala First message send delivered, but not interpreted
2009-03-19 Adam Chlipala Dummy message delivery to clients
2009-03-10 Adam Chlipala Increment demo
2009-03-10 Adam Chlipala React demo
2009-03-10 Adam Chlipala Avoid any JavaScript when pages don't need it; update demo prose
2008-12-30 Adam Chlipala Setting a source server-side
2008-12-19 Adam Chlipala Displayed an alert dialog
2008-12-19 Adam Chlipala Creation of sources in server code
2008-12-19 Adam Chlipala Add initial C support for reactive
2008-11-12 Adam Chlipala Add CutMulti
2008-11-11 Adam Chlipala Get preliminary ThreadedBlog working
2008-11-06 Adam Chlipala Inserted a NULL value
2008-11-06 Adam Chlipala Cookies work across pages
2008-11-06 Adam Chlipala Reading cookies works
2008-11-06 Adam Chlipala Setting a cookie
2008-11-06 Adam Chlipala Avoid allocating strings for requestHeader
2008-11-06 Adam Chlipala Request header reading works
2008-10-30 Adam Chlipala Marshaling time to SQL
2008-10-30 Adam Chlipala time type
2008-10-24 Adam Chlipala Properly freeing libpq results on errors
2008-09-11 Adam Chlipala More opportunities to use regions and lack of string copying
2008-09-11 Adam Chlipala Region memory allocation for query parameters
2008-09-07 Adam Chlipala Rename 'lw' prefixes to 'uw'
2008-09-07 Adam Chlipala pquery working with all four types of columns
2008-09-07 Adam Chlipala Error-parsing floats and bools
2008-09-07 Adam Chlipala Error-parsing ints
2008-09-07 Adam Chlipala Parsing strings for floats and bools
2008-09-07 Adam Chlipala Converting string to int
2008-09-07 Adam Chlipala 'show' type class; htmlification optimizations
2008-09-07 Adam Chlipala toString for float and bool
2008-09-07 Adam Chlipala intToString
2008-09-07 Adam Chlipala 'error' function
2008-09-07 Adam Chlipala Ran a prepared statement with one string parameter
2008-09-04 Adam Chlipala Change sqlify[int|float|string] to annotate with SQL types
2008-09-02 Adam Chlipala Compiling a parametrized query the inefficient way
2008-09-02 Adam Chlipala First query example working
2008-09-02 Adam Chlipala Initializing database connection
2008-08-31 Adam Chlipala Laconic -> Ur base include/lacweb.h@55a25325afe1