summaryrefslogtreecommitdiff
path: root/dbm/apr_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* Create 'a trunk' to explain things as nick suggestswrowe2010-10-051-296/+0
* Assorted corrections and bug fixes I had missed, as Unixwrowe2008-11-211-16/+21
* Fix if/ifdef confusion.wrowe2008-11-211-2/+2
* Introduce DBM DSO linkage.wrowe2008-11-211-57/+141
* Now, revert r719466. Must quit using commit -m ""wrowe2008-11-211-140/+57
* replace missing commentwrowe2008-11-211-57/+140
* 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
* change apr_dbm_get_usednames_ex() to return an error whentrawick2002-08-231-10/+12
* Bug #9789 NDBM support for apr_dbm.ianh2002-08-211-0/+15
* 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-14/+9
* Fix for strcasecmp on win32ianh2001-11-281-0/+1
* Multi DBM supportianh2001-11-281-3/+58
* * Copy a lot of code unchanged from apr_dbm.c to apr_dbm_*.c. Changesgstein2001-11-111-184/+12
* 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-071-67/+12
* * define a default REGISTER_CLEANUP and have gdbm replace it (the onlygstein2001-11-061-40/+20
* Begin integration of Ian's multiple DBM work. This is different from Ian'sgstein2001-11-061-193/+3
* add a truncate option to apr_dbm_open APR_DBM_RWTRUNCianh2001-09-271-0/+7
* testdbm now works with berkelyDB 3 DBMianh2001-08-291-6/+12
* Get rid of some warnings about missing prototypes for memXXX and strXXXtrawick2001-05-211-0/+3
* For claritywrowe2001-05-081-1/+1
* Eliminate apr sdbm error cache [previously eliminated apr sdbm err flag.]wrowe2001-05-061-6/+2
* Namespace protect a violatorwrowe2001-05-021-2/+2
* Add a few parens to the macros to ensure proper argument precedence binding.gstein2001-05-011-3/+3
* use 0 for FALSE so we compile on Unixtrawick2001-04-301-1/+1
* Namespace protect public apr_sdbm functions (fixing apr_sdbm_error_getwrowe2001-04-301-16/+20
* Adding perms to apr_dbm_openwrowe2001-04-281-13/+32
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* Teach configure about the new DB selections. The stuff must still be on thegstein2001-01-251-4/+4
* Initial pass at Berkeley DB support. This compiles (but is untested) againstgstein2001-01-241-34/+262
* - change the prototype for apr_dbm_geterror() [and update dav/fs/dbm.c]gstein2001-01-241-64/+59
* Add apr_dbm_get_usednames() so that apr_dbm users can figure out whatgstein2001-01-241-0/+20
* The APU_DECLARE's finished (nearly) for apr-util. This change alsowrowe2001-01-181-11/+14
* sdbm.h is now apr_sdbm.hgstein2000-12-121-1/+1
* *) some DBMs need cleanups registered for the memory they return, just ingstein2000-12-091-7/+35
* Document and address several problems with apr_dbm - including;wrowe2000-12-081-2/+9
* NOBODY can include apr_private.h outside of APR. Also, this was *supposed*gstein2000-12-081-1/+1
* Build apr_dbm(sdbm) and mmap buckets on Win32wrowe2000-12-071-1/+1
* complete the apu_ -> apr_ renaming. mostly: apu_datum_t -> apr_datum_tgstein2000-12-061-9/+9
* *) add apr_dbm to the build (was apu_dbm)gstein2000-12-061-47/+47
* add --with-dbm switch to configure, allowing the user to set the type of DBMgstein2000-11-281-12/+10
* oops. the symbols are APU_USE_*, not DAV_USE_*.gstein2000-11-281-2/+2
* damn, i suck. return the "exists" value rather than a constant zero. sigh.gstein2000-11-271-1/+1
* Start the oft-discussed, but oft-punted lib/aputil library. Drop in a firstgstein2000-11-261-0/+300