Re: [sr-dev] PKG/SHM allocation failure log macros

2018-12-28 Thread Henning Westerholt
Am Freitag, 28. Dezember 2018, 20:47:59 CET schrieb Daniel-Constantin Mierla: > Hi Daniel, #define helpers were added, I did a quick test with gcc (obviously not for suncc). Best regards, Henning > >> I noticed many commits replacing the log messages in case of allocation > >> failure with

[sr-dev] git:master:ccb77f2d: core: remove wrongly commited out-commented statement from pkg.h

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a URL: https://github.com/kamailio/kamailio/commit/ccb77f2d7f69d6a2f309ea7c4f16ba6892a4785a Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-29T01:58:25+01:00 core: remove wrongly commited

[sr-dev] git:master:d3b3e87a: core: refactor PKG, SHM, and SYS* memory allocation error logging helper #defines

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: d3b3e87a2d39992d1da291f552869f14375425de URL: https://github.com/kamailio/kamailio/commit/d3b3e87a2d39992d1da291f552869f14375425de Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-29T01:50:19+01:00 core: refactor PKG, SHM, and SYS*

Re: [sr-dev] PKG/SHM allocation failure log macros

2018-12-28 Thread Daniel-Constantin Mierla
Hello, On 28.12.18 16:38, Henning Westerholt wrote: > Am Freitag, 28. Dezember 2018, 16:21:59 CET schrieb Daniel-Constantin Mierla: >> I noticed many commits replacing the log messages in case of allocation >> failure with some macros. That is good, bringing consistency, but I >> think that we

Re: [sr-dev] PKG/SHM allocation failure log macros

2018-12-28 Thread Daniel-Constantin Mierla
Hello, On 28.12.18 16:37, Victor Seva wrote: > Hello, > > On Fri, 28 Dec 2018 at 16:22, Daniel-Constantin Mierla > mailto:mico...@gmail.com>> wrote: > > I noticed many commits replacing the log messages in case of > allocation > failure with some macros. That is good, bringing

[sr-dev] git:master:304b4924: core: move includes, dprint.h from mem.h to new pkg.h, remove obselete config.h

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 304b492425a755ab524f814d1f9e03be8f7d407a URL: https://github.com/kamailio/kamailio/commit/304b492425a755ab524f814d1f9e03be8f7d407a Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-28T18:12:58+01:00 core: move includes, dprint.h

[sr-dev] git:master:6a36cc88: core: move PKG*, SYS* and SHM* macros to the new memory manager headers

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 6a36cc88ce63d8a3eedd4a9e5a4bbf1e75f57934 URL: https://github.com/kamailio/kamailio/commit/6a36cc88ce63d8a3eedd4a9e5a4bbf1e75f57934 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-28T17:37:37+01:00 core: move PKG*, SYS* and SHM*

[sr-dev] git:master:427e47b5: core: add PKG*, SYS* and SHM* macro error helper for message and size and message

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 427e47b500ee92cee096162b3419ef63f893cfa5 URL: https://github.com/kamailio/kamailio/commit/427e47b500ee92cee096162b3419ef63f893cfa5 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-28T17:55:36+01:00 core: add PKG*, SYS* and SHM*

Re: [sr-dev] git:master:a8de371e: auth_db: print db table name when version check fails

2018-12-28 Thread Henning Westerholt
Am Freitag, 28. Dezember 2018, 16:23:49 CET schrieb Daniel-Constantin Mierla: > I am fine to try to make them coherent, if you think of some solution, > propose it here and we can discuss and eventually improve, should > someone else have other ideas. Hi Daniel, the table name and version

Re: [sr-dev] PKG/SHM allocation failure log macros

2018-12-28 Thread Henning Westerholt
Am Freitag, 28. Dezember 2018, 16:21:59 CET schrieb Daniel-Constantin Mierla: > I noticed many commits replacing the log messages in case of allocation > failure with some macros. That is good, bringing consistency, but I > think that we should offer couple of them. The current one is rather dry >

Re: [sr-dev] PKG/SHM allocation failure log macros

2018-12-28 Thread Victor Seva
Hello, On Fri, 28 Dec 2018 at 16:22, Daniel-Constantin Mierla wrote: > I noticed many commits replacing the log messages in case of allocation > failure with some macros. That is good, bringing consistency, but I > think that we should offer couple of them. The current one is rather dry >

Re: [sr-dev] git:master:a8de371e: auth_db: print db table name when version check fails

2018-12-28 Thread Daniel-Constantin Mierla
Hello, I am fine to try to make them coherent, if you think of some solution, propose it here and we can discuss and eventually improve, should someone else have other ideas. Cheers, Daniel On 26.12.18 13:37, Henning Westerholt wrote: > Am Mittwoch, 26. Dezember 2018, 12:05:41 CET schrieb

[sr-dev] PKG/SHM allocation failure log macros

2018-12-28 Thread Daniel-Constantin Mierla
Hello, I noticed many commits replacing the log messages in case of allocation failure with some macros. That is good, bringing consistency, but I think that we should offer couple of them. The current one is rather dry (meaning that it offers very few context details), which matches most of the

[sr-dev] git:master:66ed074c: app_python: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 66ed074cc4e85dbd76483f09e6fec4ae3dc0eccb URL: https://github.com/kamailio/kamailio/commit/66ed074cc4e85dbd76483f09e6fec4ae3dc0eccb Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:59:58+01:00 app_python: use mem error macros ---

[sr-dev] git:master:bfe9fedf: app_perl: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: bfe9fedfbf705ea6d37c5fa116f35bce6d9dfa67 URL: https://github.com/kamailio/kamailio/commit/bfe9fedfbf705ea6d37c5fa116f35bce6d9dfa67 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:57:27+01:00 app_perl: use mem error macros --- Modified:

[sr-dev] git:master:529a3416: app_mono: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 529a341609e00f55e05ec090ff99c54e5ac70a17 URL: https://github.com/kamailio/kamailio/commit/529a341609e00f55e05ec090ff99c54e5ac70a17 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:54:49+01:00 app_mono: use mem error macros --- Modified:

[sr-dev] git:master:37c95cb4: app_lua: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 37c95cb4acf09daa4258003e8ddb0e0dc83c3937 URL: https://github.com/kamailio/kamailio/commit/37c95cb4acf09daa4258003e8ddb0e0dc83c3937 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:50:27+01:00 app_lua: use mem error macros --- Modified:

[sr-dev] git:master:1fdc4be9: app_jsdt: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 1fdc4be9541b1363081fd769ab9d863afe27a961 URL: https://github.com/kamailio/kamailio/commit/1fdc4be9541b1363081fd769ab9d863afe27a961 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:47:19+01:00 app_jsdt: use mem error macros --- Modified:

[sr-dev] git:master:508db5a6: app_java: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 508db5a6cda890c5df7c093e644f9659a1eff188 URL: https://github.com/kamailio/kamailio/commit/508db5a6cda890c5df7c093e644f9659a1eff188 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:44:16+01:00 app_java: use mem error macros --- Modified:

[sr-dev] git:master:0d843f5f: acc_radius: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 0d843f5f51750d51b66a5f0501320cb461072c26 URL: https://github.com/kamailio/kamailio/commit/0d843f5f51750d51b66a5f0501320cb461072c26 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:38:09+01:00 acc_radius: use mem error macros ---

[sr-dev] git:master:8e2ae178: acc_diameter: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 8e2ae17802e03153b23fbc4d30fd10ae1717aa4d URL: https://github.com/kamailio/kamailio/commit/8e2ae17802e03153b23fbc4d30fd10ae1717aa4d Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T15:35:52+01:00 acc_diameter: use mem error macros ---

[sr-dev] git:master:b5c40df3: acc: use mem error macros

2018-12-28 Thread Victor Seva
Module: kamailio Branch: master Commit: b5c40df3d75fc664505f80ea2fefd8bc3cb47868 URL: https://github.com/kamailio/kamailio/commit/b5c40df3d75fc664505f80ea2fefd8bc3cb47868 Author: Victor Seva Committer: Victor Seva Date: 2018-12-28T13:52:56+01:00 acc: use mem error macros --- Modified:

[sr-dev] git:master:851fe7f7: core: use SHM_MEM_ERROR helper define after commit 4c57d02e

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 851fe7f7de78a41c9e0e1b67d437201bb49b7941 URL: https://github.com/kamailio/kamailio/commit/851fe7f7de78a41c9e0e1b67d437201bb49b7941 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-28T12:14:26+01:00 core: use SHM_MEM_ERROR helper

[sr-dev] git:master:dc03199e: core: rename sdp parser USE_PKG_MEM and USE_SHM_MEM #define, prevent core mix-up

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: dc03199eaa7368003f3d2c188322e23d9c8512eb URL: https://github.com/kamailio/kamailio/commit/dc03199eaa7368003f3d2c188322e23d9c8512eb Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-28T12:11:31+01:00 core: rename sdp parser

[sr-dev] git:master:29b569f4: core: consistently set "ser_error" internal state for all lump operations

2018-12-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 29b569f499bfe810d4e4aef7259c91dcc8c26e0b URL: https://github.com/kamailio/kamailio/commit/29b569f499bfe810d4e4aef7259c91dcc8c26e0b Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-12-28T12:11:31+01:00 core: consistently set

[sr-dev] git:master:785ede5b: rtpengine: use version number to track building rtpengine sockets on reload

2018-12-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 785ede5bacfe55e88381ae8f7d672b24ec4b8cf6 URL: https://github.com/kamailio/kamailio/commit/785ede5bacfe55e88381ae8f7d672b24ec4b8cf6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-12-28T09:56:26+01:00 rtpengine: use

[sr-dev] git:master:61c368b4: core: new rpc command - core.psa

2018-12-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 61c368b406f9fd3bf40f548b2866fc254ca11670 URL: https://github.com/kamailio/kamailio/commit/61c368b406f9fd3bf40f548b2866fc254ca11670 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-12-28T09:56:26+01:00 core: new rpc command

[sr-dev] git:master:3d481300: rtpengine: reworked build of rtpengine sockets to avoid serial initialization

2018-12-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3d4813001052497d21804586d643697f7a68aee8 URL: https://github.com/kamailio/kamailio/commit/3d4813001052497d21804586d643697f7a68aee8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-12-28T09:56:26+01:00 rtpengine: reworked

[sr-dev] git:master:97af78a5: core: added function to detect when processes were initialized

2018-12-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 97af78a5c4dd2b99da5d2f7048ac6fa73db94c1d URL: https://github.com/kamailio/kamailio/commit/97af78a5c4dd2b99da5d2f7048ac6fa73db94c1d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-12-28T09:56:26+01:00 core: added function

[sr-dev] git:master:4c57d02e: core: function to detect if all processes were forked

2018-12-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4c57d02e53deda909cc93b41d613f62921c99a9c URL: https://github.com/kamailio/kamailio/commit/4c57d02e53deda909cc93b41d613f62921c99a9c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-12-28T09:56:26+01:00 core: function to