summaryrefslogtreecommitdiff
path: root/dbm/apr_dbm_berkeleydb.c
Commit message (Expand)AuthorAgeFilesLines
* Create 'a trunk' to explain things as nick suggestswrowe2010-10-051-404/+0
* Assorted corrections and bug fixes I had missed, as Unixwrowe2008-11-211-0/+1
* Introduce DBM DSO linkage.wrowe2008-11-211-1/+1
* Now, revert r719466. Must quit using commit -m ""wrowe2008-11-211-1/+1
* replace missing commentwrowe2008-11-211-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
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* * configure.instriker2003-08-181-1/+3
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* 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
* Update our copyright for this year.fielding2002-03-131-1/+1
* 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
* 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
* 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-291-16/+12
* Multi DBM supportianh2001-11-281-0/+7
* * Copy a lot of code unchanged from apr_dbm.c to apr_dbm_*.c. Changesgstein2001-11-111-24/+141
* We are calling abort(), so we should include stdlib.h.jerenkrantz2001-11-081-0/+4
* Capture some low-hanging fruit on shifting functionality to thegstein2001-11-071-3/+25
* Fix for the NEXTKEY functionality in the Berkeley DB code.gstein2001-11-071-2/+10
* * define a default REGISTER_CLEANUP and have gdbm replace it (the onlygstein2001-11-061-8/+106
* Begin integration of Ian's multiple DBM work. This is different from Ian'sgstein2001-11-061-0/+183