summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Changing foldRX to mapXGravatar Adam Chlipala2010-02-28
|
* Remove Basis.getRequestHeader, because it can subvert cookie securityGravatar Adam Chlipala2010-02-13
|
* Set additional request headers for POST RPCsGravatar Adam Chlipala2010-02-09
|
* Remove unneeded lib/c directoryGravatar Adam Chlipala2010-01-30
|
* Update Makefile.in's with new Autotools; add extra 'return NULL' to placate ↵Gravatar Adam Chlipala2010-01-30
| | | | some -Wall
* Small tweaksGravatar Adam Chlipala2010-01-28
|
* Handling errors during commitGravatar Adam Chlipala2010-01-26
|
* <img> has dimensions and needs special HTML handlingGravatar Adam Chlipala2010-01-26
|
* Allow escaped backslashes in literals; conversion betwixt int and charGravatar Adam Chlipala2010-01-12
|
* Reduce concatenations of the empty record; unpoly non-recursive functionsGravatar Adam Chlipala2010-01-10
|
* Basis.debug; more restrictive type for Basis.form; weaken definition of ↵Gravatar Adam Chlipala2010-01-07
| | | | polymorphic-ness for especialization
* Basis.textBlob; support HTTP requests with no headersGravatar Adam Chlipala2010-01-05
|
* JavaScript urlification; more lenient export pattern in Corify; only include ↵Gravatar Adam Chlipala2010-01-02
| | | | scripts in pages that use JavaScript
* Proper 404 generationGravatar Adam Chlipala2010-01-02
|
* Proper client-side attrifyStringGravatar Adam Chlipala2010-01-01
|
* Eta-expand bodies of transaction functions in Monoization, to enable later ↵Gravatar Adam Chlipala2009-12-31
| | | | optimization
* Basis.serialize; separate file for mhash; run transactional finishers in ↵Gravatar Adam Chlipala2009-12-31
| | | | reverse order; set needs_sig properly
* ctextarea; s/header/include in the manualGravatar Adam Chlipala2009-12-29
|
* Make summary unification more conservative; infer implicit arguments after ↵Gravatar Adam Chlipala2009-12-26
| | | | applications
* Alter JavaScript lastParent() to play nice with FirebugGravatar Adam Chlipala2009-12-25
|
* Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of ↵Gravatar Adam Chlipala2009-12-24
| | | | big characters
* Updating the manualGravatar Adam Chlipala2009-12-24
|
* Basis.sql_nullable and Top.queryLGravatar Adam Chlipala2009-12-22
|
* Allow same constructor shorthand for 'view' sig items as for 'table'Gravatar Adam Chlipala2009-12-15
|
* Convert to task syntaxGravatar Adam Chlipala2009-12-15
|
* Fixing a bug in DInitializer elaborationGravatar Adam Chlipala2009-12-13
|
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* Weakening-type coercions for SQL valuesGravatar Adam Chlipala2009-12-13
|
* Better record summary error messages; more tweaking SQL usabilityGravatar Adam Chlipala2009-12-13
|
* Tweaking SQL parsing and typingGravatar Adam Chlipala2009-12-13
|
* Checked-ness of radio options; Option.getGravatar Adam Chlipala2009-12-12
|
* Basis.currentUrl, plus redirect debuggingGravatar Adam Chlipala2009-12-10
|
* Basis.url and redirectsGravatar Adam Chlipala2009-12-10
|
* Make oneRowE1 more generalGravatar Adam Chlipala2009-12-10
|
* Context globals; ctype functionsGravatar Adam Chlipala2009-12-08
|
* Represent FFI function names as strings, to deal with cross-file recursionGravatar Adam Chlipala2009-12-05
|
* More fun with cookiesGravatar Adam Chlipala2009-11-26
|
* Add 'id' attributes and <label>Gravatar Adam Chlipala2009-11-25
|
* Explicitly abort in-flight RPCs onunloadGravatar Adam Chlipala2009-11-24
|
* Proper initial values of dynamic checkboxes in IEGravatar Adam Chlipala2009-11-22
|
* Get dynamic <select> working in IEGravatar Adam Chlipala2009-11-22
|
* grid0 working in IEGravatar Adam Chlipala2009-11-22
|
* Get message-passing working in IE6Gravatar Adam Chlipala2009-11-21
|
* Send RPCs with POST, to avoid cachingGravatar Adam Chlipala2009-11-21
|
* Deal with bizarre IE6 .innerHTML behavior (which eats some <script> tags)Gravatar Adam Chlipala2009-11-21
|
* Fix for lack of 'apply' method of IE6 native functionsGravatar Adam Chlipala2009-11-21
|
* Saving paper decisionsGravatar Adam Chlipala2009-11-07
|
* Bidding interfaceGravatar Adam Chlipala2009-11-01
|
* Use call/cc for recv and sleepGravatar Adam Chlipala2009-10-25
|
* RPC uses VM support for call/ccGravatar Adam Chlipala2009-10-25
|