summaryrefslogtreecommitdiff
path: root/dbm/apr_dbm_sdbm.c
Commit message (Expand)AuthorAgeFilesLines
* size'edness issues in sdbm, which is limited to int'swrowe2007-10-231-5/+5
* Simplify SDBM usednames code, we have to copy the string again anyway.davi2007-08-041-10/+1
* The SDBM functions returns APR error codes.davi2007-08-041-9/+5
* Remove confuse boilerplate macros, they are not helpful at all.davi2007-08-041-70/+41
* Revert revision 562623, the argument order is right.davi2007-08-041-1/+1
* The last two arguments to APR_DBM_FETCH were inverted, causing the datum ofdavi2007-08-041-1/+1
* Commit #4,124 (okay, it just seems like that) for adding buffered flags tojerenkrantz2007-02-281-1/+1
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * dbm/apr_dbm_sdbm.c (vt_sdbm_exists): Fix (size_t *) -> (int *) castsjorton2004-02-161-2/+4
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Fix brokenness in sdbm when sizeof(int) != sizeof(size_t)trawick2003-01-231-6/+6
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Gratuitous code style changes. (tabs->spaces, proper format, etc, etc, etc.)jerenkrantz2001-11-291-10/+10
* Multi DBM supportianh2001-11-281-0/+6
* * Copy a lot of code unchanged from apr_dbm.c to apr_dbm_*.c. Changesgstein2001-11-111-23/+120
* We are calling abort(), so we should include stdlib.h.jerenkrantz2001-11-081-1/+3
* Capture some low-hanging fruit on shifting functionality to thegstein2001-11-071-3/+29
* * define a default REGISTER_CLEANUP and have gdbm replace it (the onlygstein2001-11-061-0/+91
* Begin integration of Ian's multiple DBM work. This is different from Ian'sgstein2001-11-061-0/+79