graph
- String.isPrefix2010-03-02, by Adam Chlipala
- Fix parsing of space-free .urp directives; use 'class' for 'c*' tags2010-02-28, by Adam Chlipala
- Changing foldRX to mapX2010-02-28, by Adam Chlipala
- benignEffectful2010-02-27, by Adam Chlipala
- Basic analysis of tag and CSS class usage2010-02-27, by Adam Chlipala
- Normalize URLs to deal with page names that contain apostrophes2010-02-25, by Adam Chlipala
- Use COALESCE to hide NULL results of aggregate functions; fix bug with improper ordering of query result columns2010-02-25, by Adam Chlipala
- Remove Basis.getRequestHeader, because it can subvert cookie security2010-02-13, by Adam Chlipala
- New release2010-02-13, by Adam Chlipala
- 'configure' checks for libmhash and MLton2010-02-11, by Adam Chlipala
- sigfile directive2010-02-11, by Adam Chlipala
- Tips for CGI scripts without httpd.conf access2010-02-09, by Adam Chlipala
- Set additional request headers for POST RPCs2010-02-09, by Adam Chlipala
- Update manual with Gian's experience building in OS X2010-02-09, by Adam Chlipala
- Expand 'row types' in first paragraph of manual2010-02-07, by Adam Chlipala
- Tiny Makefile fix for sed style/compatibility2010-02-07, by Adam Chlipala
- Fix .urp parsing for real2010-02-07, by Adam Chlipala
- Fix detection of blank lines in .urp2010-02-07, by Adam Chlipala
- Remove debug prints2010-02-07, by Adam Chlipala
- Call access() with F_OK2010-02-07, by Adam Chlipala
- More fixes for NetBSD support2010-02-06, by Adam Chlipala
- More is*() casts2010-02-06, by Adam Chlipala
- Prototype memmem()2010-02-06, by Adam Chlipala
- Allow .urp files without initial blank lines2010-02-06, by Adam Chlipala
- More casting of isprint() arguments2010-02-06, by Adam Chlipala
- AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files2010-02-06, by Adam Chlipala
- AM_INIT_AUTOMAKE with no-define (to fix some NetBSD and OS X problems)2010-02-06, by Adam Chlipala
- Trying to get urweb.c working for someone in NetBSD2010-02-06, by Adam Chlipala
- Fixes for rooted modules2010-02-04, by Adam Chlipala
- mhash will use saved signature2010-02-04, by Adam Chlipala
- A litter more cautious about NULL applications; plug a memory leak in some Postgres functions2010-01-31, by Adam Chlipala
- Remove mention of (hopefully) fixed problem with ./configure2010-01-31, by Adam Chlipala
- Remove unneeded lib/c directory2010-01-30, by Adam Chlipala
- Another try to include more Autofiles in the distribution2010-01-30, by Adam Chlipala
- Remove a faulty time tweak from Postgres serialization2010-01-30, by Adam Chlipala
- Change to satisfy GCC implicit aliasing rules2010-01-30, by Adam Chlipala
- Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall2010-01-30, by Adam Chlipala
- New release2010-01-30, by Adam Chlipala
- Small tweaks2010-01-28, by Adam Chlipala
- Run autoreconf at start of 'make reauto'2010-01-28, by Adam Chlipala
- Switch to gcc -Wall2010-01-28, by Adam Chlipala
- Get rid of those pesky symlinks for autotools files2010-01-28, by Adam Chlipala
- First attempt to switch to Automake, to get shared libraries built in OSX2010-01-28, by Adam Chlipala
- Handling errors during commit2010-01-26, by Adam Chlipala
- Using libtool to build and install liburweb*2010-01-26, by Adam Chlipala
- <img> has dimensions and needs special HTML handling2010-01-26, by Adam Chlipala
- Allow escaped backslashes in literals; conversion betwixt int and char2010-01-12, by Adam Chlipala
- Update manual for last two changesets2010-01-12, by Adam Chlipala
- -path and -root command-line flags2010-01-12, by Adam Chlipala
- Supporting any number of arguments for explicitly exported functions2010-01-12, by Adam Chlipala
- Makefile fix for release2010-01-12, by Adam Chlipala
- New release2010-01-12, by Adam Chlipala
- Reduce concatenations of the empty record; unpoly non-recursive functions2010-01-10, by Adam Chlipala
- Support for protocol-specific expunger dispatch2010-01-10, by Adam Chlipala
- Basis.debug; more restrictive type for Basis.form; weaken definition of polymorphic-ness for especialization2010-01-07, by Adam Chlipala
- Basis.textBlob; support HTTP requests with no headers2010-01-05, by Adam Chlipala
- uw_close()2010-01-05, by Adam Chlipala
- Clear script_header in uw_reset()2010-01-05, by Adam Chlipala
- Loosen parsing of multiplication2010-01-05, by Adam Chlipala
- Database quotas2010-01-03, by Adam Chlipala