summaryrefslogtreecommitdiff
path: root/dbm/apr_dbm_gdbm.c
Commit message (Expand)AuthorAgeFilesLines
* Create 'a trunk' to explain things as nick suggestswrowe2010-10-051-255/+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
* Remove confuse boilerplate macros, they are not helpful at all. It also fixesdavi2007-08-041-84/+68
* 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
* 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-9/+6
* Multi DBM supportianh2001-11-281-0/+6
* * Copy a lot of code unchanged from apr_dbm.c to apr_dbm_*.c. Changesgstein2001-11-111-26/+111
* 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-5/+24
* Fix for the NEXTKEY functionality in the Berkeley DB code.gstein2001-11-071-0/+3
* * define a default REGISTER_CLEANUP and have gdbm replace it (the onlygstein2001-11-061-1/+105
* Begin integration of Ian's multiple DBM work. This is different from Ian'sgstein2001-11-061-0/+92