summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Allow .urp files without initial blank linesGravatar Adam Chlipala2010-02-06
* More casting of isprint() argumentsGravatar Adam Chlipala2010-02-06
* AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ...Gravatar Adam Chlipala2010-02-06
* Trying to get urweb.c working for someone in NetBSDGravatar Adam Chlipala2010-02-06
* Fixes for rooted modulesGravatar Adam Chlipala2010-02-04
* mhash will use saved signatureGravatar Adam Chlipala2010-02-04
* A litter more cautious about NULL applications; plug a memory leak in some Po...Gravatar Adam Chlipala2010-01-31
* Another try to include more Autofiles in the distributionGravatar Adam Chlipala2010-01-30
* Remove a faulty time tweak from Postgres serializationGravatar Adam Chlipala2010-01-30
* Change to satisfy GCC implicit aliasing rulesGravatar Adam Chlipala2010-01-30
* Update Makefile.in's with new Autotools; add extra 'return NULL' to placate s...Gravatar Adam Chlipala2010-01-30
* Small tweaksGravatar Adam Chlipala2010-01-28
* Switch to gcc -WallGravatar Adam Chlipala2010-01-28
* First attempt to switch to Automake, to get shared libraries built in OSXGravatar 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
* -path and -root command-line flagsGravatar Adam Chlipala2010-01-12
* Supporting any number of arguments for explicitly exported functionsGravatar Adam Chlipala2010-01-12
* Reduce concatenations of the empty record; unpoly non-recursive functionsGravatar Adam Chlipala2010-01-10
* Support for protocol-specific expunger dispatchGravatar Adam Chlipala2010-01-10
* Basis.debug; more restrictive type for Basis.form; weaken definition of polym...Gravatar Adam Chlipala2010-01-07
* Basis.textBlob; support HTTP requests with no headersGravatar Adam Chlipala2010-01-05
* uw_close()Gravatar Adam Chlipala2010-01-05
* Clear script_header in uw_reset()Gravatar Adam Chlipala2010-01-05
* Loosen parsing of multiplicationGravatar Adam Chlipala2010-01-05
* Database quotasGravatar Adam Chlipala2010-01-03
* DeadlinesGravatar Adam Chlipala2010-01-03
* Memory limitsGravatar Adam Chlipala2010-01-03
* Proper C-side deserialization; Shake.sliceDbGravatar Adam Chlipala2010-01-03
* JavaScript urlification; more lenient export pattern in Corify; only include ...Gravatar Adam Chlipala2010-01-02
* Proper 404 generationGravatar Adam Chlipala2010-01-02
* Proper [un]urlification of unitGravatar Adam Chlipala2010-01-01
* Proper client-side attrifyStringGravatar Adam Chlipala2010-01-01
* Eta-expand bodies of transaction functions in Monoization, to enable later op...Gravatar Adam Chlipala2009-12-31
* Change location of dynamic librariesGravatar Adam Chlipala2009-12-31
* Protect against NULL applications in a few placesGravatar Adam Chlipala2009-12-31
* Basis.serialize; separate file for mhash; run transactional finishers in reve...Gravatar Adam Chlipala2009-12-31
* Treat getCookie as effectfulGravatar Adam Chlipala2009-12-29
* ctextarea; s/header/include in the manualGravatar Adam Chlipala2009-12-29
* Octal and hexidecimal string escapesGravatar Adam Chlipala2009-12-29
* Move queue.h to include/Gravatar Adam Chlipala2009-12-29
* Protocol-specific compiler optionsGravatar Adam Chlipala2009-12-27
* Dynamic linking of the runtime systemGravatar Adam Chlipala2009-12-27
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
* Make summary unification more conservative; infer implicit arguments after ap...Gravatar Adam Chlipala2009-12-26
* Catch attempts to mention multiple versions of the same rooted moduleGravatar Adam Chlipala2009-12-25
* Module rootsGravatar Adam Chlipala2009-12-24
* Convenience libifying; allow more NULLs with globalsGravatar Adam Chlipala2009-12-24
* Proper JavaScript-side URI escaping/de-escaping; fix C-side URL encoding of b...Gravatar Adam Chlipala2009-12-24