[OpenSIPS-Devel] [OpenSIPS/opensips] c7028a: lua: port interface to lua5.2 & lua5.3

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c7028afea319e784ba354a930f1f736c08d19e7a https://github.com/OpenSIPS/opensips/commit/c7028afea319e784ba354a930f1f736c08d19e7a Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] e8496c: lua: fix a Makefile typo

2020-01-14 Thread Vlad Pătrașcu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e8496cd109dac7dbfa74a7863fea4dca9d2d1d25 https://github.com/OpenSIPS/opensips/commit/e8496cd109dac7dbfa74a7863fea4dca9d2d1d25 Author: Vlad Patrascu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths

Re: [OpenSIPS-Devel] TLS cleanup

2020-01-14 Thread Răzvan Crainea
Hi, Dan! When the code hits the _tcpconn_rm function, the connection is taken out of the connections hash, therefore there's no one who can come to fetch the connection and do anything with it. That's why, I'd argue it is safe to run the tls_conn_clean() out of the write lock. Best regards,

[OpenSIPS-Devel] [OpenSIPS/opensips] 49d015: sql_cacher: fix a 'cache_table' modparam parsing bug

2020-01-14 Thread Vlad Pătrașcu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 49d01575cf7c05e7b73e751965dc546a3785743f https://github.com/OpenSIPS/opensips/commit/49d01575cf7c05e7b73e751965dc546a3785743f Author: Vlad Patrascu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths

[OpenSIPS-Devel] [OpenSIPS/opensips] a3354e: sql_cacher: fix a 'cache_table' modparam parsing bug

2020-01-14 Thread Vlad Pătrașcu
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: a3354e0b71880745f6c27568522d74bc2b3379a4 https://github.com/OpenSIPS/opensips/commit/a3354e0b71880745f6c27568522d74bc2b3379a4 Author: Vlad Patrascu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 1a3cff: sql_cacher: fix a 'cache_table' modparam parsing bug

2020-01-14 Thread Vlad Pătrașcu
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: 1a3cffe9518c13435220885ed2898934d72b2b37 https://github.com/OpenSIPS/opensips/commit/1a3cffe9518c13435220885ed2898934d72b2b37 Author: Vlad Patrascu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 4d8d9c: Fix inheriting branch specific attributes while fo...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4d8d9ca902475a9eaaa759c3d4c75f8ae4ba348e https://github.com/OpenSIPS/opensips/commit/4d8d9ca902475a9eaaa759c3d4c75f8ae4ba348e Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed

[OpenSIPS-Devel] [OpenSIPS/opensips] 5ca197: Fix inheriting branch specific attributes while fo...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 5ca1979c466075d09af38ebb6d04ed9f64f13bec https://github.com/OpenSIPS/opensips/commit/5ca1979c466075d09af38ebb6d04ed9f64f13bec Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] cdaf4e: Fix inheriting branch specific attributes while fo...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: cdaf4e3547151f6992f5c99b0eec5e65bc5ca3a0 https://github.com/OpenSIPS/opensips/commit/cdaf4e3547151f6992f5c99b0eec5e65bc5ca3a0 Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] 5006ab: proto_smpp: fix several memory leaks

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 5006ab270ec1caa89c27f985a6c07c65aeffdb2a https://github.com/OpenSIPS/opensips/commit/5006ab270ec1caa89c27f985a6c07c65aeffdb2a Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] c73235: proto_smpp: don't move to next char if escape is n...

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c73235f3638b632269b7d4c7e5d8fe014928c2d1 https://github.com/OpenSIPS/opensips/commit/c73235f3638b632269b7d4c7e5d8fe014928c2d1 Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] ce4da0: proto_smpp: don't move to next char if escape is n...

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: ce4da0292b9bf3c179a9b95e4de8040a0418f5e2 https://github.com/OpenSIPS/opensips/commit/ce4da0292b9bf3c179a9b95e4de8040a0418f5e2 Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 7b3abf: siprec: add associations to the resulted XML

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7b3abf8096d7b69ec451928e36e09de06d90b57f https://github.com/OpenSIPS/opensips/commit/7b3abf8096d7b69ec451928e36e09de06d90b57f Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] 75ec1d: event_rabbitmq: add suppress_event_name parameter

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 75ec1d5dbbafdffd9c86a4253e0d7c29bded1c28 https://github.com/OpenSIPS/opensips/commit/75ec1d5dbbafdffd9c86a4253e0d7c29bded1c28 Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] cc62f7: Proper inheriting of branch attributes during DNS-...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: cc62f7df728467b8144095767183fedfdf74be8d https://github.com/OpenSIPS/opensips/commit/cc62f7df728467b8144095767183fedfdf74be8d Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] 09473b: Proper inheriting of branch attributes during DNS-...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 09473b34d94014f3279a3ff53e593bc7d9ba0a41 https://github.com/OpenSIPS/opensips/commit/09473b34d94014f3279a3ff53e593bc7d9ba0a41 Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed

[OpenSIPS-Devel] [OpenSIPS/opensips] fd15c1: Proper inheriting of branch attributes during DNS-...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: fd15c1c7bcb59fbae32212902baabd73c24262ae https://github.com/OpenSIPS/opensips/commit/fd15c1c7bcb59fbae32212902baabd73c24262ae Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] 0390ec: Proper inheriting of advertised address/port durin...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0390ec9dce7eab7da6bb6b952ef4766698a1a967 https://github.com/OpenSIPS/opensips/commit/0390ec9dce7eab7da6bb6b952ef4766698a1a967 Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed

[OpenSIPS-Devel] [OpenSIPS/opensips] 9f6e75: Proper inheriting of advertised address/port durin...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 9f6e75bd3fee0c02ef3aba2b259435c3ab31616a https://github.com/OpenSIPS/opensips/commit/9f6e75bd3fee0c02ef3aba2b259435c3ab31616a Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] f2120f: Proper inheriting of advertised address/port durin...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: f2120f439741aae321672b57deb3c9ba21ad0c82 https://github.com/OpenSIPS/opensips/commit/f2120f439741aae321672b57deb3c9ba21ad0c82 Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] f73abf: Do not inherit nothing (from prev branches) in fai...

2020-01-14 Thread Bogdan Andrei IANCU
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f73abff95333af1d7832aaf58510afaf4a0becc1 https://github.com/OpenSIPS/opensips/commit/f73abff95333af1d7832aaf58510afaf4a0becc1 Author: Bogdan-Andrei Iancu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed

[OpenSIPS-Devel] [OpenSIPS/opensips] 2bc094: cfgutils: fix parsing error printing

2020-01-14 Thread Răzvan Crainea
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: 2bc0946f72444f4498649e09d7fa8a6a419476c5 https://github.com/OpenSIPS/opensips/commit/2bc0946f72444f4498649e09d7fa8a6a419476c5 Author: Razvan Crainea Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 368e36: HP_MALLOC: Fix the memory warming feature

2020-01-14 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 368e3699e60365c09902ceb26ba0251be9864a85 https://github.com/OpenSIPS/opensips/commit/368e3699e60365c09902ceb26ba0251be9864a85 Author: Liviu Chircu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 0617b3: HP_MALLOC memory warming: Also work with HP_MALLOC...

2020-01-14 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0617b35e9377dbfe590504d44b66b7fd24c487f0 https://github.com/OpenSIPS/opensips/commit/0617b35e9377dbfe590504d44b66b7fd24c487f0 Author: Liviu Chircu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] b5a533: MI mem_rpm_dump: Do not crash if RPM mem is disabled

2020-01-14 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b5a533f4e34fe36fddea5de98fcef0010c49704e https://github.com/OpenSIPS/opensips/commit/b5a533f4e34fe36fddea5de98fcef0010c49704e Author: Liviu Chircu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 9bd6b9: HP_MALLOC: Fix the memory warming feature

2020-01-14 Thread Liviu Chircu
Branch: refs/heads/3.0 Home: https://github.com/OpenSIPS/opensips Commit: 9bd6b979ccb983cc78f9ee8a7f0ddb4d40c6dc24 https://github.com/OpenSIPS/opensips/commit/9bd6b979ccb983cc78f9ee8a7f0ddb4d40c6dc24 Author: Liviu Chircu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 057468: HP_MALLOC: Fix the memory warming feature

2020-01-14 Thread Liviu Chircu
Branch: refs/heads/2.4 Home: https://github.com/OpenSIPS/opensips Commit: 057468a5e23c8428859bbc7dc7028f424fe064db https://github.com/OpenSIPS/opensips/commit/057468a5e23c8428859bbc7dc7028f424fe064db Author: Liviu Chircu Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: