summaryrefslogtreecommitdiff
path: root/src/c
Commit message (Expand)AuthorAge
* 'tryDml' works with PostgresGravatar Adam Chlipala2010-09-07
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
* Fix C-side jsification of UTF-8 stringsGravatar Adam Chlipala2010-08-10
* Include new config.h in C source filesGravatar Adam Chlipala2010-05-30
* Support HTTP caching of app.jsGravatar Adam Chlipala2010-05-23
* URL-escape with '.' instead of '%', to avoid confusing proxiesGravatar Adam Chlipala2010-05-18
* Add rand to Basis and handle it in IflowGravatar Adam Chlipala2010-04-29
* Normalize URLs to deal with page names that contain apostrophesGravatar Adam Chlipala2010-02-25
* 'configure' checks for libmhash and MLtonGravatar Adam Chlipala2010-02-11
* sigfile directiveGravatar Adam Chlipala2010-02-11
* Call access() with F_OKGravatar Adam Chlipala2010-02-07
* More fixes for NetBSD supportGravatar Adam Chlipala2010-02-06
* More is*() castsGravatar Adam Chlipala2010-02-06
* Prototype memmem()Gravatar 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
* 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
* 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
* Allow escaped backslashes in literals; conversion betwixt int and charGravatar Adam Chlipala2010-01-12
* 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
* Database quotasGravatar Adam Chlipala2010-01-03
* DeadlinesGravatar Adam Chlipala2010-01-03
* Memory limitsGravatar Adam Chlipala2010-01-03
* Proper 404 generationGravatar Adam Chlipala2010-01-02
* Proper [un]urlification of unitGravatar Adam Chlipala2010-01-01
* 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
* Move queue.h to include/Gravatar Adam Chlipala2009-12-29
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
* 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
* Don't relify in bigLibs; fix some memory bugs in transactionalsGravatar Adam Chlipala2009-12-23
* Stop skipping Especialization of generated functions; fix Compiler.parseUrp; ...Gravatar Adam Chlipala2009-12-23
* Bug fixes in redirect-related stuffGravatar Adam Chlipala2009-12-10
* Basis.currentUrl, plus redirect debuggingGravatar Adam Chlipala2009-12-10
* Basis.url and redirectsGravatar Adam Chlipala2009-12-10
* Convert ctype is*() function results to booleansGravatar Adam Chlipala2009-12-08
* Context globals; ctype functionsGravatar Adam Chlipala2009-12-08