summaryrefslogtreecommitdiff
path: root/dbm
Commit message (Expand)AuthorAgeFilesLines
* My closest approximation of what the dbm hack for the Netwarewrowe2008-11-243-0/+844
* Win32 build schema for DBM_LIST, at the moment including onlywrowe2008-11-242-0/+430
* Assorted corrections and bug fixes I had missed, as Unixwrowe2008-11-215-17/+26
* Fix if/ifdef confusion.wrowe2008-11-211-2/+2
* Introduce DBM DSO linkage.wrowe2008-11-214-60/+144
* Now, revert r719466. Must quit using commit -m ""wrowe2008-11-214-143/+60
* replace missing commentwrowe2008-11-214-60/+143
* size'edness issues in sdbm, which is limited to int'swrowe2007-10-232-6/+6
* Remove unused macro and explicit conversion (cast) from datum to apr_datum_t,davi2007-08-041-36/+46
* Remove confuse boilerplate macros, they are not helpful at all. It also fixesdavi2007-08-041-84/+68
* 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
* Use the APR_FLOCK_TYPEMASK mask to extract the lock type (shared or exclusive)davi2007-07-221-2/+3
* Commit #4,124 (okay, it just seems like that) for adding buffered flags tojerenkrantz2007-02-282-2/+1
* Justin dons a paper bag. Good grief.jerenkrantz2007-02-281-1/+1
* * dbm/sdbm/sdbm.c: Remove unused macros.jorton2007-02-281-4/+0
* * dbm/sdbm/dbm.c: Constify mask array.jorton2007-02-281-1/+1
* Only enable APR buffering if we aren't intending to write to the sdbm.jerenkrantz2007-02-281-1/+2
* Use buffered I/O with SDBM.jerenkrantz2007-02-281-1/+1
* Update license headers.jerenkrantz2007-01-1512-72/+72
* Fix precedence problem in sdbm dbm back end.rooneg2006-10-091-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0412-12/+24
* Remove .cvsignore files.jorton2004-11-182-8/+0
* * dbm/sdbm/sdbm_private.h, dbm/sdbm/sdbm_pair.h: Move global butjorton2004-03-032-8/+12
* * 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-1312-588/+120
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-052-18/+0
* * configure.instriker2003-08-181-1/+3
* Fix brokenness in sdbm when sizeof(int) != sizeof(size_t)trawick2003-01-231-6/+6
* Update copyright notifications to 2003.thommay2003-01-0112-12/+12
* Remove the DB_AUTO_COMMIT handling for DB4.1. We're creatingbrane2002-10-241-15/+2
* Add further support for DB_AUTO_COMMIT flag which is required in DB4.1+jerenkrantz2002-10-041-13/+25
* Fix so that we can use compile against db-4.1.24 which altered the openjerenkrantz2002-09-191-3/+10
* change apr_dbm_get_usednames_ex() to return an error whentrawick2002-08-231-10/+12
* Bug #9789 NDBM support for apr_dbm.ianh2002-08-213-1/+281
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-082-2/+2
* Update our copyright for this year.fielding2002-03-1311-11/+11
* Switch APRUTIL over to use the APR_FIND_APR macro provided by APR.gstein2002-02-062-8/+2
* With Berkeley DB1-based systems, we need to return a NULL nextkey whenjerenkrantz2002-02-061-3/+6
* compatibility issue:ianh2002-01-251-0/+2
* make the berkeleyDB db.h include private.ianh2002-01-191-0/+1
* APRUTIL_INCLUDES now available.ianh2002-01-182-2/+2
* Fix for db1 where DB_NOTFOUND is not defined.striker2002-01-181-1/+7
* vt_db_fetch() should zero out *pvalue if the value isn't found, notstriker2002-01-161-126/+101
* Fix up VPATH support so that it will survive config.status invocations.jerenkrantz2002-01-042-2/+9
* Add DB4 detection. It is identical to DB3 for all of our current purposes.jerenkrantz2001-12-091-2/+6
* Clean up some of the preprocessor conditionals.jerenkrantz2001-12-091-4/+2