Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3a91cd6769f7b893954ae47e7b644c3b8657fd3b
      
https://github.com/OpenSIPS/opensips/commit/3a91cd6769f7b893954ae47e7b644c3b8657fd3b
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M io_wait.h

  Log Message:
  -----------
  io_wait: add null termination to CRIT message


  Commit: 93324e62663f3709f6b172651e7e5e70568ffb03
      
https://github.com/OpenSIPS/opensips/commit/93324e62663f3709f6b172651e7e5e70568ffb03
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M ipc.c
    M ut.h

  Log Message:
  -----------
  ipc: wait for a socket to become available before sending


  Commit: a96169ac52bdbc91f3d16b7348296605d6ae420d
      
https://github.com/OpenSIPS/opensips/commit/a96169ac52bdbc91f3d16b7348296605d6ae420d
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M ip_addr.h

  Log Message:
  -----------
  proto: use explicit PROTO_SIP_LAST

We should not hardcode the last PROTO_SIP, as the list may change and we
might forget (unfortunately it happened) to update the last SIP PROTO


  Commit: 29ae2c249abdf8c00b61dc710eb8b020223461f4
      
https://github.com/OpenSIPS/opensips/commit/29ae2c249abdf8c00b61dc710eb8b020223461f4
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M db/db.h

  Log Message:
  -----------
  db: fix init and close signature


  Commit: d240c1e93d23e11707a2241aefa0921af638f2f7
      
https://github.com/OpenSIPS/opensips/commit/d240c1e93d23e11707a2241aefa0921af638f2f7
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    A db/schema/opensips-sockets_mgm.xml
    A db/schema/sockets_mgm.xml
    A modules/sockets_mgm/Makefile
    A modules/sockets_mgm/README
    A modules/sockets_mgm/doc/contributors.xml
    A modules/sockets_mgm/doc/sockets_mgm.xml
    A modules/sockets_mgm/doc/sockets_mgm_admin.xml
    A modules/sockets_mgm/sockets_mgm.c
    A modules/sockets_mgm/sockets_mgm.h
    M net/proto_udp/proto_udp.c
    A scripts/db_berkeley/opensips/sockets
    M scripts/db_berkeley/opensips/version
    A scripts/dbtext/opensips/sockets
    M scripts/dbtext/opensips/version
    A scripts/mysql/sockets_mgm-create.sql
    A scripts/oracle/sockets_mgm-create.sql
    M scripts/pi_http/pi_framework.xml
    A scripts/pi_http/sockets_mgm-mod
    A scripts/pi_http/sockets_mgm-table
    A scripts/postgres/sockets_mgm-create.sql
    A scripts/sqlite/sockets_mgm-create.sql
    M socket_info.c
    M socket_info.h

  Log Message:
  -----------
  sockets_mgm: initial implementation


  Commit: 72b59a95446a5203ace5c38bbfe5a2251f032944
      
https://github.com/OpenSIPS/opensips/commit/72b59a95446a5203ace5c38bbfe5a2251f032944
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M modules/proto_hep/proto_hep.c
    M modules/proto_ipsec/proto_ipsec.c
    M net/api_proto.h
    M net/net_udp.c
    M net/net_udp.h
    M net/proto_udp/proto_udp.c
    M net/trans.c

  Log Message:
  -----------
  net: split init & bind operations


  Commit: c03799f640513072a3ebfc2ba00b77ce5b39fbd6
      
https://github.com/OpenSIPS/opensips/commit/c03799f640513072a3ebfc2ba00b77ce5b39fbd6
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M main.c
    M net/net_tcp.c
    M net/trans.c
    M net/trans.h

  Log Message:
  -----------
  net: bind TCP listeners only in main


  Commit: 5b67cce5532eddbe87589fdb1bba7a467fb85bed
      
https://github.com/OpenSIPS/opensips/commit/5b67cce5532eddbe87589fdb1bba7a467fb85bed
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M ipc.c
    M ipc.h
    M modules/sockets_mgm/sockets_mgm.c
    M modules/sockets_mgm/sockets_mgm.h
    M net/net_udp.c
    M net/trans.c
    M socket_info.c
    M socket_info.h

  Log Message:
  -----------
  sockets_mgm: rework to bind on each process


  Commit: 2c4307662b9f146d286242f15cddba0edc19b608
      
https://github.com/OpenSIPS/opensips/commit/2c4307662b9f146d286242f15cddba0edc19b608
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M db/schema/sockets_mgm.xml
    M modules/sockets_mgm/sockets_mgm.c
    M scripts/db_berkeley/opensips/sockets
    M scripts/dbtext/opensips/sockets
    M scripts/mysql/sockets_mgm-create.sql
    M scripts/oracle/sockets_mgm-create.sql
    M scripts/pi_http/pi_framework.xml
    M scripts/pi_http/sockets_mgm-mod
    M scripts/pi_http/sockets_mgm-table
    M scripts/postgres/sockets_mgm-create.sql
    M scripts/sqlite/sockets_mgm-create.sql

  Log Message:
  -----------
  sockets_mgm: add more fields to the dynamic socket


  Commit: ef37587030957bd8ab5ebfd3e4c0fba84aa2877f
      
https://github.com/OpenSIPS/opensips/commit/ef37587030957bd8ab5ebfd3e4c0fba84aa2877f
  Author: Razvan Crainea <raz...@opensips.org>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M modules/sockets_mgm/README
    M modules/sockets_mgm/doc/sockets_mgm_admin.xml

  Log Message:
  -----------
  sockets_mgm: add proper README


Compare: 
https://github.com/OpenSIPS/opensips/compare/dded7c755eed...ef3758703095

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

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

Reply via email to