Module: sip-router
Branch: janakj/bdb
Commit: 728a5e6280219c2b4a2d58940b2e14a7e29950b1
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=728a5e6…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Thu Feb 19 15:06:58 2009 +0100
Merge branch janakj/bdb into master.
* commit 'sr/janakj/bdb': (97 commits)
Integrate module interfaces.
Include bdb_mod.h and remove variables available there from the file.
Various functions prefixed with km_ to avoid conflicts.
New header file bdb_mod.h with parameters defined in bdb_mod.c
Comment out MODULE_VERSION in km_db_berkeley.c
Make km_sources compile within the db_berkeley sip-router module.
Link the module with libkmi.
Add km_prefix to locally included header files.
Defines protecting header fields changed to match filenames.
Remoted km_Makefile and km_README (same as README)
Link the modules also with libsrdb1
Make the module compile in the sip-router source tree.
Fixed wrong order of directives in modules Makefile.
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
Module db_berkeley updated to database api version 2.0.
- unify common rows and row allocation functionality in the DB API core
- unify common rows and row allocation functionality in the DB API core
- fix compilation on OpenBSD, related to missing includes paths and wrong
- fix compilation on OpenBSD, related to missing includes paths and wrong
- disable big integer (DB_BIGINT) support for non SQL DB modules for now
...
---