2009-06-07 |
Adam Chlipala |
Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff |
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-12 |
Adam Chlipala |
Improvements while working on Graftid |
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 |
Megaform test |
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-05 |
Adam Chlipala |
Initialize contexts a little more vigorously |
2009-04-05 |
Adam Chlipala |
RoundTrip demo |
2009-04-05 |
Adam Chlipala |
Avoid generating empty <script> blocks |
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 |
Make sure only one pull request runs at a time for each client |
2009-04-02 |
Adam Chlipala |
On start-up, delete/nullify rows mentioning clients or channels |
2009-04-02 |
Adam Chlipala |
Stop holding client locks throughout request processing |
2009-03-29 |
Adam Chlipala |
Expunging nullable fields |
2009-03-29 |
Adam Chlipala |
Expunging non-nullable rows |
2009-03-29 |
Adam Chlipala |
Redo channels, making them single-client |
2009-03-28 |
Adam Chlipala |
Switch back to starting listener on load |
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 |
Variable timeouts and client keep-alive |
2009-03-24 |
Adam Chlipala |
Fix some AJAX annoyances |
2009-03-24 |
Adam Chlipala |
Transactionalize channel operations |
2009-03-22 |
Adam Chlipala |
Press a button to send a message |
2009-03-22 |
Adam Chlipala |
First message send delivered, but not interpreted |
2009-03-19 |
Adam Chlipala |
Dummy message delivery to clients |
2009-03-19 |
Adam Chlipala |
Factor out some common buffer functionality |
2009-03-10 |
Adam Chlipala |
React demo |
2009-03-10 |
Adam Chlipala |
Avoid any JavaScript when pages don't need it; update demo prose |
2009-01-11 |
Adam Chlipala |
Use header to set default script type |
2009-01-01 |
Adam Chlipala |
Injecting a float |
2008-12-30 |
Adam Chlipala |
Setting a source server-side |
2008-12-21 |
Adam Chlipala |
Trivial use of a source |
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-08 |
Adam Chlipala |
Handle EError returning a function; handle multiple cookies in one input header |
2008-11-08 |
Adam Chlipala |
[getCookie] reads cookie settings from current page generation |
2008-11-06 |
Adam Chlipala |
Tree demo works |
2008-11-06 |
Adam Chlipala |
Inserted a NULL value |
2008-11-06 |
Adam Chlipala |
Cookies work across pages |
2008-11-06 |
Adam Chlipala |
Cookie demo code; fix error message display |
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 |
Reading timestamps from SQL |
2008-10-30 |
Adam Chlipala |
time type |
2008-10-24 |
adamc |
Make *_w function prototypes match header file |
2008-10-24 |
Adam Chlipala |
Remove debug print for optional inputs |
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-11 |
Adam Chlipala |
Fix memory management bug |
2008-09-11 |
Adam Chlipala |
Fix memory bounds checks; specialization of multi-argument polymorphic function works |
2008-09-07 |
Adam Chlipala |
Rename 'lw' prefixes to 'uw' |
2008-09-07 |
Adam Chlipala |
Reading bools from SQL |
2008-09-07 |
Adam Chlipala |
Reading ints and floats from SQL |
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 |
Switch base types to 64-bit versions |
2008-09-02 |
Adam Chlipala |
Initializing database connection |
2008-08-31 |
Adam Chlipala |
Rename lacweb.c
base
src/c/lacweb.c@be0136615970
|