summaryrefslogtreecommitdiff
path: root/dbm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Berkeley DB v2 had a API change in a minor version.ianh2001-12-041-0/+5
* Allow us to compile with db1 (no db_strerror function there).jerenkrantz2001-11-291-0/+4
* Gratuitous code style changes. (tabs->spaces, proper format, etc, etc, etc.)jerenkrantz2001-11-294-49/+37
* Fix for strcasecmp on win32ianh2001-11-281-0/+1
* Multi DBM supportianh2001-11-285-4/+78
* * Copy a lot of code unchanged from apr_dbm.c to apr_dbm_*.c. Changesgstein2001-11-115-258/+385
* We are calling abort(), so we should include stdlib.h.jerenkrantz2001-11-083-2/+10
* My Solaris native compiler was not happy with the returnjfclere2001-11-071-1/+1
* Capture some low-hanging fruit on shifting functionality to thegstein2001-11-074-78/+90
* Fix for the NEXTKEY functionality in the Berkeley DB code.gstein2001-11-072-2/+13
* * define a default REGISTER_CLEANUP and have gdbm replace it (the onlygstein2001-11-064-49/+322
* Begin integration of Ian's multiple DBM work. This is different from Ian'sgstein2001-11-064-193/+357
* add a truncate option to apr_dbm_open APR_DBM_RWTRUNCianh2001-09-271-0/+7
* Get VPATH builds working for APR-util again. We need to include bothrbb2001-09-132-2/+2
* testdbm now works with berkelyDB 3 DBMianh2001-08-291-6/+12
* Convert apr-util to use APR's build directory. This greatly simplifiesrbb2001-07-302-0/+6