summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Expand)AuthorAgeFilesLines
* Fix buildMarcus Boerger2003-05-211-3/+1
* Fix test (ssen by Dan Torop)Marcus Boerger2003-05-201-2/+2
* Fix protosMarcus Boerger2003-05-191-2/+2
* Enable bundled submodules when enabling moduleMarcus Boerger2003-05-181-3/+3
* Enable db<n> builds configured with --with-uniquenameMarcus Boerger2003-05-141-5/+9
* Fix this testMarcus Boerger2003-05-131-0/+5
* #i shouldn't do test-fiddling after 3o-clockMarcus Boerger2003-05-061-2/+2
* Find a better solution for the testsMarcus Boerger2003-05-061-9/+7
* MFB: safe_emalloc()Marcus Boerger2003-04-244-10/+9
* Fixed Bug #23188 CDB databases created with 'c' mode do not work.Marcus Boerger2003-04-141-1/+1
* Reenable dba_popen()Marcus Boerger2003-04-132-6/+59
* fix VPATH buildsSascha Schumann2003-04-011-0/+2
* CSMarcus Boerger2003-03-201-5/+15
* Use stream locking supportMarcus Boerger2003-03-042-13/+3
* Support all possible configurations and simplify includesMarcus Boerger2003-03-0413-44/+40
* fix dba by fixing key_len retrievalMarcus Boerger2003-03-041-3/+3
* Another big commit (tm).Wez Furlong2003-02-271-3/+3
* allow keys as array(group, name) for handler inifileMarcus Boerger2003-02-261-17/+99
* wsMarcus Boerger2003-02-261-11/+19
* make it fasterMarcus Boerger2003-02-261-11/+2
* if skip param of dba_fetch is -1 stop do not restart search after last elementMarcus Boerger2003-02-261-3/+3
* Dropped optimizationMarcus Boerger2003-02-221-35/+7
* INI files are case insensitiveMarcus Boerger2003-02-221-2/+2
* Remove testcodeMarcus Boerger2003-02-221-3/+0
* @Added dba handler inifiles to support ini files. (Marcus)Marcus Boerger2003-02-227-6/+977
* - wrong use of sizeof(char)Marcus Boerger2003-02-181-100/+85
* coding styleMarcus Boerger2003-02-181-23/+47
* avoiding problemsMarcus Boerger2003-02-181-2/+2
* break: First one not needed, second missing.foobar2003-02-091-1/+1
* Change DBM detection orderMarcus Boerger2003-02-011-1/+1
* - unify configure mechanisms (include file handling)Marcus Boerger2003-02-014-18/+48
* Shared dba requires at least db-3.3Marcus Boerger2003-01-311-0/+13
* Fix protoMarcus Boerger2003-01-311-1/+1
* Revert this part, the new one adds more problems than it solves.Marcus Boerger2003-01-301-2/+1
* Allow to link against chosen modules correctlyMarcus Boerger2003-01-301-8/+11
* Fix configure. (typo?)foobar2003-01-281-2/+1
* - fix this: els is optional but may not be emptyMarcus Boerger2003-01-281-4/+5
* - fix "--without-flatfile"Marcus Boerger2003-01-281-16/+10
* The builtin version was always used even if configured otherwise.Marcus Boerger2003-01-251-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-8/+4
* Fixed win32 build.Edin Kadribasic2003-01-061-1/+1
* Bump year.Sebastian Bergmann2002-12-3118-18/+18
* testing default handler should be a separate testMarcus Boerger2002-12-301-1/+1
* -disallow using db-<n> with libraries of different major versionsMarcus Boerger2002-12-303-9/+27
* wsMarcus Boerger2002-12-301-1/+2
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-3016-21/+105
* 2nd part of the patchMarcus Boerger2002-12-301-3/+3
* -better parameter names for DBA_HND macrosMarcus Boerger2002-12-301-2/+6
* - Align mssql comment and clarify DBA handler selectionDerick Rethans2002-12-301-8/+8
* Added support for db3/db4 error handling/informationMarcus Boerger2002-12-292-25/+52