[OpenSIPS-Devel] [OpenSIPS/opensips] 7a8ec4: TCP: Fix confusing log on connect timeout

2019-04-24 Thread Liviu Chircu
  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7a8ec4ad6cb00862d4e3d6f6aa2dd79d9f6ebc7c
  
https://github.com/OpenSIPS/opensips/commit/7a8ec4ad6cb00862d4e3d6f6aa2dd79d9f6ebc7c
  Author: Liviu Chircu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M net/net_tcp.c

  Log Message:
  ---
  TCP: Fix confusing log on connect timeout

(cherry picked from commit b7af3d764118218e88e59aa56d4da8c1de7a4d21)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] b7af3d: TCP: Fix confusing log on connect timeout

2019-04-24 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b7af3d764118218e88e59aa56d4da8c1de7a4d21
  
https://github.com/OpenSIPS/opensips/commit/b7af3d764118218e88e59aa56d4da8c1de7a4d21
  Author: Liviu Chircu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M net/net_tcp.c

  Log Message:
  ---
  TCP: Fix confusing log on connect timeout



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 21dae8: Fix mantainer-clean -> maintainer-clean typo

2019-04-24 Thread Walter Doekes
  Branch: refs/heads/3.0
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 21dae83c2659edfa0b2a10ed3ebe616084cf0b6b
  
https://github.com/OpenSIPS/opensips/commit/21dae83c2659edfa0b2a10ed3ebe616084cf0b6b
  Author: Walter Doekes 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M INSTALL
M Makefile.rules
M modules/seas/event_dispatcher.c

  Log Message:
  ---
  Fix mantainer-clean -> maintainer-clean typo

(cherry picked from commit 884f6305313dfdd6846b5c21c175a060c2fd263d)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 884f63: Fix mantainer-clean -> maintainer-clean typo

2019-04-24 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 884f6305313dfdd6846b5c21c175a060c2fd263d
  
https://github.com/OpenSIPS/opensips/commit/884f6305313dfdd6846b5c21c175a060c2fd263d
  Author: Walter Doekes 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M INSTALL
M Makefile.rules
M modules/seas/event_dispatcher.c

  Log Message:
  ---
  Fix mantainer-clean -> maintainer-clean typo


  Commit: 6539bae74872b518a6930a9374a89e62b33d60e0
  
https://github.com/OpenSIPS/opensips/commit/6539bae74872b518a6930a9374a89e62b33d60e0
  Author: Liviu Chircu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M INSTALL
M Makefile.rules
M modules/seas/event_dispatcher.c

  Log Message:
  ---
  Merge pull request #1680 from wdoekes/fix-mantainer-typo

Fix mantainer-clean -> maintainer-clean typo


Compare: 
https://github.com/OpenSIPS/opensips/compare/1a38e8dc309e...6539bae74872

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8f7f8f: Work around a few poor compiler warnings

2019-04-24 Thread Walter Doekes
  Branch: refs/heads/3.0
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8f7f8f38c53ab240e8eaff9f894b35e045d84614
  
https://github.com/OpenSIPS/opensips/commit/8f7f8f38c53ab240e8eaff9f894b35e045d84614
  Author: Walter Doekes 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M modules/b2b_logic/b2b_logic.c
M modules/rabbitmq/rmq_servers.c
M modules/sip_i/isup.c
M modules/tracer/tracer.c
M modules/usrloc/dlist.c

  Log Message:
  ---
  Work around a few poor compiler warnings

Like:

dlist.c: In function ‘get_all_ucontacts’:
dlist.c:759:37: error: ‘next_hop_host’ may be used uninitialized in this
  function [-Werror=maybe-uninitialized]

And:

In function ‘memcpy’,
  inlined from ‘get_domain_db_ucontacts’ at dlist.c:294:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: error:
  ‘__builtin_memcpy’: specified size between 18446744071562067968 and
  18446744073709551615 exceeds maximum object size 9223372036854775807
  [-Werror=stringop-overflow=]

And one probable bug:

b2b_logic.c: In function ‘mi_b2b_list’:
b2b_logic.c:1548:10: error: ‘server_item’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
^- should be client_item

(cherry picked from commit 94c50b7811e1af69ef1400c531b0b6196e3ffb39)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 70ca16: Work around a few poor compiler warnings

2019-04-24 Thread Liviu Chircu
  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 70ca1636bbbc749cd738260ea442914e7c97dc46
  
https://github.com/OpenSIPS/opensips/commit/70ca1636bbbc749cd738260ea442914e7c97dc46
  Author: Walter Doekes 
  Date:   2019-04-23 (Tue, 23 Apr 2019)

  Changed paths:
M modules/rabbitmq/rmq_servers.c
M modules/sip_i/isup.c
M modules/siptrace/siptrace.c
M modules/usrloc/dlist.c

  Log Message:
  ---
  Work around a few poor compiler warnings

Like:

dlist.c: In function ‘get_all_ucontacts’:
dlist.c:759:37: error: ‘next_hop_host’ may be used uninitialized in this
  function [-Werror=maybe-uninitialized]

And:

In function ‘memcpy’,
  inlined from ‘get_domain_db_ucontacts’ at dlist.c:294:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: error:
  ‘__builtin_memcpy’: specified size between 18446744071562067968 and
  18446744073709551615 exceeds maximum object size 9223372036854775807
  [-Werror=stringop-overflow=]

And one probable bug:

b2b_logic.c: In function ‘mi_b2b_list’:
b2b_logic.c:1548:10: error: ‘server_item’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
^- should be client_item

(cherry-picked from 94c50b781)


  Commit: 37e732d52dfbda568f1604859fa6c6bdc98cec60
  
https://github.com/OpenSIPS/opensips/commit/37e732d52dfbda568f1604859fa6c6bdc98cec60
  Author: Liviu Chircu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M modules/rabbitmq/rmq_servers.c
M modules/sip_i/isup.c
M modules/siptrace/siptrace.c
M modules/usrloc/dlist.c

  Log Message:
  ---
  Merge pull request #1675 from wdoekes/fix-compiler-warnings-2.4

Work around a few poor compiler warnings (2.4 branch)


Compare: 
https://github.com/OpenSIPS/opensips/compare/f1c5a7ea3c1c...37e732d52dfb

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 94c50b: Work around a few poor compiler warnings

2019-04-24 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 94c50b7811e1af69ef1400c531b0b6196e3ffb39
  
https://github.com/OpenSIPS/opensips/commit/94c50b7811e1af69ef1400c531b0b6196e3ffb39
  Author: Walter Doekes 
  Date:   2019-04-23 (Tue, 23 Apr 2019)

  Changed paths:
M modules/b2b_logic/b2b_logic.c
M modules/rabbitmq/rmq_servers.c
M modules/sip_i/isup.c
M modules/tracer/tracer.c
M modules/usrloc/dlist.c

  Log Message:
  ---
  Work around a few poor compiler warnings

Like:

dlist.c: In function ‘get_all_ucontacts’:
dlist.c:759:37: error: ‘next_hop_host’ may be used uninitialized in this
  function [-Werror=maybe-uninitialized]

And:

In function ‘memcpy’,
  inlined from ‘get_domain_db_ucontacts’ at dlist.c:294:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: error:
  ‘__builtin_memcpy’: specified size between 18446744071562067968 and
  18446744073709551615 exceeds maximum object size 9223372036854775807
  [-Werror=stringop-overflow=]

And one probable bug:

b2b_logic.c: In function ‘mi_b2b_list’:
b2b_logic.c:1548:10: error: ‘server_item’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
^- should be client_item


  Commit: 1a38e8dc309e7c5bf90d615ee4c58286ee967aaf
  
https://github.com/OpenSIPS/opensips/commit/1a38e8dc309e7c5bf90d615ee4c58286ee967aaf
  Author: Liviu Chircu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M modules/b2b_logic/b2b_logic.c
M modules/rabbitmq/rmq_servers.c
M modules/sip_i/isup.c
M modules/tracer/tracer.c
M modules/usrloc/dlist.c

  Log Message:
  ---
  Merge pull request #1674 from wdoekes/fix-compiler-warnings

Work around a few poor compiler warnings


Compare: 
https://github.com/OpenSIPS/opensips/compare/388ab01b5119...1a38e8dc309e

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 388ab0: Fixed counting of extra UDP procs when UDP is not ...

2019-04-24 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 388ab01b51191c0b5832228ea3450b088b592b52
  
https://github.com/OpenSIPS/opensips/commit/388ab01b51191c0b5832228ea3450b088b592b52
  Author: Bogdan-Andrei Iancu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M net/net_udp.c

  Log Message:
  ---
  Fixed counting of extra UDP procs when UDP is not used

Reported by Konrad Malewski



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 88b0b8: Fixed counting of extra UDP procs when UDP is not ...

2019-04-24 Thread Bogdan Andrei IANCU
  Branch: refs/heads/3.0
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 88b0b885431f643733562d30dcc1d5d2a6d92902
  
https://github.com/OpenSIPS/opensips/commit/88b0b885431f643733562d30dcc1d5d2a6d92902
  Author: Bogdan-Andrei Iancu 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M net/net_udp.c

  Log Message:
  ---
  Fixed counting of extra UDP procs when UDP is not used

Reported by Konrad Malewski

(cherry picked from commit 388ab01b51191c0b5832228ea3450b088b592b52)



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel