| Commit message (Expand) | Author | Age |
* | RIGHT and FULL JOIN | Adam Chlipala | 2009-04-28 |
* | LEFT JOIN | Adam Chlipala | 2009-04-28 |
* | INNER JOIN | Adam Chlipala | 2009-04-28 |
* | Switch to using sql_from_items | Adam Chlipala | 2009-04-28 |
* | sql_ufunc and octet_length | Adam Chlipala | 2009-04-26 |
* | blobSize | Adam Chlipala | 2009-04-26 |
* | Handling nullable blobs | Adam Chlipala | 2009-04-26 |
* | 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 signatures for RPCs | Adam Chlipala | 2009-04-23 |
* | Cookie signing working for forms | Adam Chlipala | 2009-04-16 |
* | Some client-side error handling | Adam Chlipala | 2009-04-16 |
* | Avoid thread death via message receive | Adam Chlipala | 2009-04-16 |
* | Show XML | Adam Chlipala | 2009-04-16 |
* | onError | Adam Chlipala | 2009-04-16 |
* | Catching duplicate cookie and style paths | Adam Chlipala | 2009-04-16 |
* | <link> | Adam Chlipala | 2009-04-16 |
* | Tiny increment to style test | Adam Chlipala | 2009-04-12 |
* | Classes as optional arguments to Basis.tag | Adam Chlipala | 2009-04-12 |
* | Stop tracking CSS classes in XML types | Adam Chlipala | 2009-04-12 |
* | style declarations | Adam Chlipala | 2009-04-12 |
* | URLs | Adam Chlipala | 2009-04-09 |
* | CHECK constraints | Adam Chlipala | 2009-04-09 |
* | Retry failed record summary unifications at the end, in hopes that more has b... | Adam Chlipala | 2009-04-09 |
* | More flexible foreign keying | Adam Chlipala | 2009-04-09 |
* | FOREIGN KEY, without ability to link NULL to NOT NULL (and with some lingerin... | Adam Chlipala | 2009-04-07 |
* | PRIMARY KEY | Adam Chlipala | 2009-04-07 |
* | Enhance table sig item support and get demo compiling again | Adam Chlipala | 2009-04-07 |
* | Track uniqueness sets in table types | Adam Chlipala | 2009-04-07 |
* | UNIQUE constraints | Adam Chlipala | 2009-04-07 |
* | sleep and better Scriptcheck | Adam Chlipala | 2009-04-04 |
* | spawn | Adam Chlipala | 2009-04-04 |
* | Checking spans in dyns | Adam Chlipala | 2009-04-04 |
* | Redo signal implementation to avoid memory leaks | Adam Chlipala | 2009-04-02 |
* | Expunging nullable fields | Adam Chlipala | 2009-03-29 |
* | Redo channels, making them single-client | Adam Chlipala | 2009-03-29 |
* | Marshalcheck | Adam Chlipala | 2009-03-28 |
* | Chat example working nicely, but without dead channel removal | Adam Chlipala | 2009-03-26 |
* | Preliminary work supporting channels in databases | Adam Chlipala | 2009-03-26 |
* | Enforce termination of type class instances | Adam Chlipala | 2009-03-26 |
* | Type class inclusions | Adam Chlipala | 2009-03-26 |
* | Type class reductions, but no inclusions yet | Adam Chlipala | 2009-03-26 |
* | Variable timeouts and client keep-alive | Adam Chlipala | 2009-03-24 |
* | Proper recv | Adam Chlipala | 2009-03-22 |
* | Press a button to send a message | Adam Chlipala | 2009-03-22 |
* | First message send delivered, but not interpreted | Adam Chlipala | 2009-03-22 |
* | Conversion of functions to CPS, to facilitate ServerCall | Adam Chlipala | 2009-03-08 |