2010-02-27 |
Adam Chlipala |
benignEffectful |
2010-02-27 |
Adam Chlipala |
Basic analysis of tag and CSS class usage |
2010-02-25 |
Adam Chlipala |
Normalize URLs to deal with page names that contain apostrophes |
2010-02-25 |
Adam Chlipala |
Use COALESCE to hide NULL results of aggregate functions; fix bug with improper ordering of query result columns |
2010-02-13 |
Adam Chlipala |
Remove Basis.getRequestHeader, because it can subvert cookie security |
2010-02-13 |
Adam Chlipala |
New release |
2010-02-11 |
Adam Chlipala |
'configure' checks for libmhash and MLton |
2010-02-11 |
Adam Chlipala |
sigfile directive |
2010-02-10 |
Adam Chlipala |
Tips for CGI scripts without httpd.conf access |
2010-02-09 |
Adam Chlipala |
Set additional request headers for POST RPCs |
2010-02-09 |
Adam Chlipala |
Update manual with Gian's experience building in OS X |
2010-02-07 |
Adam Chlipala |
Expand 'row types' in first paragraph of manual |
2010-02-07 |
Adam Chlipala |
Tiny Makefile fix for sed style/compatibility |
2010-02-07 |
Adam Chlipala |
Fix .urp parsing for real |
2010-02-07 |
Adam Chlipala |
Fix detection of blank lines in .urp |
2010-02-07 |
Adam Chlipala |
Remove debug prints |
2010-02-07 |
Adam Chlipala |
Call access() with F_OK |
2010-02-07 |
Adam Chlipala |
More fixes for NetBSD support |
2010-02-07 |
Adam Chlipala |
More is*() casts |
2010-02-06 |
Adam Chlipala |
Prototype memmem() |
2010-02-06 |
Adam Chlipala |
Allow .urp files without initial blank lines |
2010-02-06 |
Adam Chlipala |
More casting of isprint() arguments |
2010-02-06 |
Adam Chlipala |
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files |
2010-02-06 |
Adam Chlipala |
AM_INIT_AUTOMAKE with no-define (to fix some NetBSD and OS X problems) |
2010-02-06 |
Adam Chlipala |
Trying to get urweb.c working for someone in NetBSD |
2010-02-04 |
Adam Chlipala |
Fixes for rooted modules |
2010-02-04 |
Adam Chlipala |
mhash will use saved signature |
2010-01-31 |
Adam Chlipala |
A litter more cautious about NULL applications; plug a memory leak in some Postgres functions |
2010-01-31 |
Adam Chlipala |
Remove mention of (hopefully) fixed problem with ./configure |
2010-01-31 |
Adam Chlipala |
Remove unneeded lib/c directory |
2010-01-30 |
Adam Chlipala |
Another try to include more Autofiles in the distribution |
2010-01-30 |
Adam Chlipala |
Remove a faulty time tweak from Postgres serialization |
2010-01-30 |
Adam Chlipala |
Change to satisfy GCC implicit aliasing rules |
2010-01-30 |
Adam Chlipala |
Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall |
2010-01-30 |
Adam Chlipala |
New release |
2010-01-29 |
Adam Chlipala |
Small tweaks |
2010-01-28 |
Adam Chlipala |
Run autoreconf at start of 'make reauto' |
2010-01-28 |
Adam Chlipala |
Switch to gcc -Wall |
2010-01-28 |
Adam Chlipala |
Get rid of those pesky symlinks for autotools files |
2010-01-28 |
Adam Chlipala |
First attempt to switch to Automake, to get shared libraries built in OSX |
2010-01-26 |
Adam Chlipala |
Handling errors during commit |
2010-01-26 |
Adam Chlipala |
Using libtool to build and install liburweb* |
2010-01-26 |
Adam Chlipala |
<img> has dimensions and needs special HTML handling |
2010-01-12 |
Adam Chlipala |
Allow escaped backslashes in literals; conversion betwixt int and char |
2010-01-12 |
Adam Chlipala |
Update manual for last two changesets |
2010-01-12 |
Adam Chlipala |
-path and -root command-line flags |
2010-01-12 |
Adam Chlipala |
Supporting any number of arguments for explicitly exported functions |
2010-01-12 |
Adam Chlipala |
Makefile fix for release |
2010-01-12 |
Adam Chlipala |
New release |
2010-01-10 |
Adam Chlipala |
Reduce concatenations of the empty record; unpoly non-recursive functions |
2010-01-10 |
Adam Chlipala |
Support for protocol-specific expunger dispatch |
2010-01-07 |
Adam Chlipala |
Basis.debug; more restrictive type for Basis.form; weaken definition of polymorphic-ness for especialization |
2010-01-05 |
Adam Chlipala |
Basis.textBlob; support HTTP requests with no headers |
2010-01-05 |
Adam Chlipala |
uw_close() |
2010-01-05 |
Adam Chlipala |
Clear script_header in uw_reset() |
2010-01-05 |
Adam Chlipala |
Loosen parsing of multiplication |
2010-01-03 |
Adam Chlipala |
Database quotas |
2010-01-03 |
Adam Chlipala |
Deadlines |
2010-01-03 |
Adam Chlipala |
Memory limits |
2010-01-03 |
Adam Chlipala |
Proper C-side deserialization; Shake.sliceDb |