log src/scriptcheck.sml

age author description
2012-01-07 Adam Chlipala First part of changes to avoid depending on C function call argument order of evaluation (omitting normal Ur function calls, so far)
2010-01-03 Adam Chlipala Proper C-side deserialization; Shake.sliceDb
2009-12-31 Adam Chlipala Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly
2009-12-13 Adam Chlipala Initializers and setval
2009-12-10 Adam Chlipala Basis.url and redirects
2009-09-22 Adam Chlipala Hopefully complete refactoring of Jscomp to output ASTs; partial implementation of interpreter in runtime system (demo/alert works)
2009-06-27 Adam Chlipala Avoid using prepared statements for non-persistent protocols
2009-06-23 Adam Chlipala Initial implementation of protocols in Settings
2009-05-14 Adam Chlipala cselect.onchange
2009-04-26 Adam Chlipala Returning a blob as page result
2009-04-16 Adam Chlipala onError
2009-04-04 Adam Chlipala sleep and better Scriptcheck
2009-04-04 Adam Chlipala _Really_ implement embedded closure GC; extend Scriptcheck to figure out when client IDs must be assigned
2009-03-22 Adam Chlipala Proper recv
2009-03-22 Adam Chlipala First message send delivered, but not interpreted