Module: sip-router
Branch: master
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
...
---
Module: sip-router
Branch: janakj/bdb
Commit: b209c3880db34ff43524027b3782bfd87b278b22
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b209c38…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Tue Feb 17 14:47:57 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into bdb
* 'master' of ssh://janakj@git.sip-router.org/sip-router: (194 commits)
Support for db driver names with "db_" prefix in libsrdb2.
Make sure mod_init from kamailio/db_mysql is called.
Export kamailio/db_mysql parameters through the module api.
Export db_bind_api through the module interface.
Eliminate conflicts with files imported from ser/mysql modules.
DB_* renamed to DB1_* in files originating from kamailio/db_mysql.
db_res renamed to db1_res in files originating from kamailio/db_mysql.
db_con renamed to db1_con in files originating from kamailio/db_mysql.
Integration of both modules, first step.
Module name changed to db_mysql.
Changes necessary to make the module compile in the sip-router tree.
- fixed auto_reconnect c&p error
- add one DBG log to each drivers error condition, that the mem is freed
- fix one DBG msg (still using module prefix), two small indention fixes
- partial revert of commit rev5359 for db_mysql module
- add group functionality to read content from specified sections
- unify common rows and row allocation functionality in the DB API core
- change behaviour of db_str2val, this now copy strings
- move db_mysql and db_unixodbc str2val implementation to the DB core,
- fix a few errors in doxygen documentation
...
---
Module: sip-router
Branch: janakj/bdb
Commit: 89989d978429dc564362b350a76e6d679dbaa0e7
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=89989d9…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Thu Feb 19 12:37:55 2009 +0100
Merge db_berkeley modules from kamailio trunk into sip-router
* kamailio/db_berkeley: (41 commits)
- unify common rows and row allocation functionality in the DB API core
- fix compilation on OpenBSD, related to missing includes paths and wrong
- disable big integer (DB_BIGINT) support for non SQL DB modules for now
- remove not reached return statement at the end of val2str functions
- fix link entity names, patch from Carsten Gross
- port from opensips r4526, credits goes to bogdan
- renamed: bdb_recover -> kambdb_recover
- regenerated all READMEs (make modules-readme exclude_modules="")
- renaming: changed entities in documentation
- renaming: openser -> kamailio
- renaming scripts part 1
- fix some FAQ entries, change missing entity, regenerate READMEs
- change name in copyright headers
- fix unnecessary module library links, related to #1855859
- titles for admin, devel and faq chapters are defined via entities for coherence and easier management
- updated some old entity names
- content of faq removed (mistakenly added by me after Henning did the cleanup for modules' docs; rev 3839)
- entity &user; replaced with &admin; to obey naming structure (entities to be replaced by xinclude); updated obsolete address tags
- step 2 for the rest of modules to re-link history from sgml to xml files
- step 1 for the rest of modules to re-link history from sgml to xml files
...
---
Module: sip-router
Branch: janakj/bdb
Commit: 0314e282b3db2ca61dfacc7bde5fb17a5004e573
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0314e28…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Thu Feb 19 11:12:08 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into bdb
* 'master' of ssh://janakj@git.sip-router.org/sip-router: (176 commits)
Make km_sources compile, part two.
Link with libkmi, sources from kamailio use the management interface.
Make km_ sources compile:
Link also with libsrdb1
Added prefix km_ to locally included header files.
Align defines protecting header files with filenames.
Remove km_Makefile and km_README.
Integrate functions and parameters from kamailio sources.
Ignore emacs backup and lock files.
Various changes to get rid of conflicts and make km_ files compile.
Fixed matching of db flags names at the beginning of line.
Two small fixes in regular expressions.
Module renamed to db_postgres.
Merged contents of km_Makefile (namely pg_config autodetection).
Removed km_Makefile and km_README.
Updated filenames of locally includede header files
Align defines protecting headers with filenames.
Link with both srdb1 and srdb2
SER to sip-router module conversion script.
Kamailio to sip-router module conversion script.
...
---