summaryrefslogtreecommitdiff
path: root/support/httxt2dbm.c
Commit message (Expand)AuthorAgeFilesLines
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-041-15/+14
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* httxt2dbm: Correct length computation for the 'value' stored in the DBM file ...Christophe Jaillet2012-12-141-1/+1
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg;Guenter Knauf2010-10-061-5/+5
* Handle args appropriately for an apr app.William A. Rowe Jr2007-12-191-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-8/+8
* * support/httxt2dbm.c: Fix some style nits, no functional change.Joe Orton2005-08-191-7/+7
* * support/httxt2dbm.c: Include stdlib.h to pick up atexit() prototype.Joe Orton2005-07-201-0/+3
* Add the httxt2dbm utility to create DBM files for RewriteMap. This replaces ...Paul Querna2005-07-061-0/+333