[OpenSIPS-Devel] [OpenSIPS/opensips] 7f115f: [httpd] expose server and client socket info

Razvan Crainea razvan at opensips.org
Fri Jan 27 18:51:25 EST 2017


  Branch: refs/heads/feature/rabbitmq
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7f115f6c2034335826c2e087895414e1ce95faaa
      https://github.com/OpenSIPS/opensips/commit/7f115f6c2034335826c2e087895414e1ce95faaa
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M cachedb/cachedb_pool.h
    M modules/httpd/httpd.c
    M modules/httpd/httpd_load.h
    M modules/httpd/httpd_proc.c
    M modules/mi_http/mi_http.c
    M modules/mi_json/mi_json.c
    M modules/mi_xmlrpc_ng/mi_xmlrpc_http.c
    M modules/pi_http/pi_http.c

  Log Message:
  -----------
  [httpd] expose server and client socket info


  Commit: 96248e3f3101f1b2bf932c916aa07a12118ccd80
      https://github.com/OpenSIPS/opensips/commit/96248e3f3101f1b2bf932c916aa07a12118ccd80
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M mi/mi_core.c
    A mi/mi_trace.c
    A mi/mi_trace.h
    M modules/proto_hep/hep.c

  Log Message:
  -----------
  Add generic tracing interface for mi messages


  Commit: b5c4b5bf417a8868214cc60a68cab0bf31c56af9
      https://github.com/OpenSIPS/opensips/commit/b5c4b5bf417a8868214cc60a68cab0bf31c56af9
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_datagram/datagram_fnc.c
    M modules/mi_datagram/datagram_fnc.h
    M modules/mi_datagram/mi_datagram.c

  Log Message:
  -----------
  [mi_datagram] trace mi_datagram messages


  Commit: d419ce777ff635071a136325627758cb2454581d
      https://github.com/OpenSIPS/opensips/commit/d419ce777ff635071a136325627758cb2454581d
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_fifo/fifo_fnc.c
    M modules/mi_fifo/fifo_fnc.h
    M modules/mi_fifo/mi_fifo.c
    M modules/mi_fifo/mi_writer.c

  Log Message:
  -----------
  [mi_fifo] trace mi_fifo messages


  Commit: df324b35167d5f43418c6580f1865d3b5d513813
      https://github.com/OpenSIPS/opensips/commit/df324b35167d5f43418c6580f1865d3b5d513813
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_http/http_fnc.c
    M modules/mi_http/http_fnc.h
    M modules/mi_http/mi_http.c

  Log Message:
  -----------
  [mi_http] trace mi_http messages


  Commit: 3a5f557d62eacec89de7c14ee1999d6981ad5bc6
      https://github.com/OpenSIPS/opensips/commit/3a5f557d62eacec89de7c14ee1999d6981ad5bc6
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_json/mi_json.c

  Log Message:
  -----------
  [mi_json] trace mi_json messages


  Commit: 25b01deee9a9deae65eddb95a914a5119c75b055
      https://github.com/OpenSIPS/opensips/commit/25b01deee9a9deae65eddb95a914a5119c75b055
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_xmlrpc_ng/http_fnc.c
    M modules/mi_xmlrpc_ng/http_fnc.h
    M modules/mi_xmlrpc_ng/mi_xmlrpc_http.c

  Log Message:
  -----------
  [mi_xmlrpc_ng] trace mi_xmlrpc messages


  Commit: d1bd5dedf50da1c8c33edcdeda229462ee42581d
      https://github.com/OpenSIPS/opensips/commit/d1bd5dedf50da1c8c33edcdeda229462ee42581d
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M mi/mi.c
    M mi/mi.h
    M mi/mi_trace.c
    M mi/mi_trace.h

  Log Message:
  -----------
  blacklists for traced commands implementation

* each module will have to register to this api to receive an id;
* a function for parsing blacklists  is provided; they have to be
in the following form 'w: cmd1; cmd2' or 'b: cmd1; cmd2;'; one
module can't have both a blacklists and a whitelist;
* after registering each module will ask the api where or not
a command is traced, using the id received during registration and
a 'struct mi_cmd';


  Commit: 3998da785fc52dce552d4d4df97d67826ac6a59c
      https://github.com/OpenSIPS/opensips/commit/3998da785fc52dce552d4d4df97d67826ac6a59c
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_http/http_fnc.c
    M modules/mi_http/http_fnc.h
    M modules/mi_http/mi_http.c

  Log Message:
  -----------
  [mi_http] added blacklists and whitelists for traced mi commands


  Commit: e5604b0d7893ef6b384eee1ecb0c45ae07a7f10a
      https://github.com/OpenSIPS/opensips/commit/e5604b0d7893ef6b384eee1ecb0c45ae07a7f10a
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_xmlrpc_ng/http_fnc.c
    M modules/mi_xmlrpc_ng/http_fnc.h
    M modules/mi_xmlrpc_ng/mi_xmlrpc_http.c

  Log Message:
  -----------
  [mi_xmlrpc_ng] added blacklists and whitelists for traced mi commands


  Commit: b0bf8a33989085a9cce6826c2c352257109f86d9
      https://github.com/OpenSIPS/opensips/commit/b0bf8a33989085a9cce6826c2c352257109f86d9
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_fifo/fifo_fnc.c
    M modules/mi_fifo/mi_fifo.c
    M modules/mi_fifo/mi_writer.c
    M modules/mi_fifo/mi_writer.h

  Log Message:
  -----------
  [mi_fifo] added blacklists and whitelists for traced mi commands


  Commit: 19258412c1a5dbce11964c87eac8298d15707d31
      https://github.com/OpenSIPS/opensips/commit/19258412c1a5dbce11964c87eac8298d15707d31
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_json/mi_json.c

  Log Message:
  -----------
  [mi_json] added blacklists and whitelists for traced mi commands


  Commit: 2f78059894b3e0c1fcac46cdc601bf71af0f876f
      https://github.com/OpenSIPS/opensips/commit/2f78059894b3e0c1fcac46cdc601bf71af0f876f
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/mi_datagram/datagram_fnc.c
    M modules/mi_datagram/mi_datagram.c

  Log Message:
  -----------
  [mi_datagram] added blacklists and whitelists for traced mi commands


  Commit: 42b5a05296209d87d1ca9f6a156cd5bcb8aa0005
      https://github.com/OpenSIPS/opensips/commit/42b5a05296209d87d1ca9f6a156cd5bcb8aa0005
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M Makefile.conf.template

  Log Message:
  -----------
  Added cgrates module in exclude list (depends on json).


  Commit: 9238aaef1139d40be7f2177dfa8a3ac16ffd5e75
      https://github.com/OpenSIPS/opensips/commit/9238aaef1139d40be7f2177dfa8a3ac16ffd5e75
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/dialog/dlg_hash.c
    M modules/dialog/dlg_hash.h

  Log Message:
  -----------
  Added new dialog search function get_dlg_by_callid()


  Commit: b6301253e815583dcef9932e308e6987897d09e0
      https://github.com/OpenSIPS/opensips/commit/b6301253e815583dcef9932e308e6987897d09e0
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/dialog/dlg_hash.c

  Log Message:
  -----------
  Fixed strcasecmp into strncmp


  Commit: 923f8f2ffd143100843d783155920d10110f37e0
      https://github.com/OpenSIPS/opensips/commit/923f8f2ffd143100843d783155920d10110f37e0
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/dialog/dialog.c

  Log Message:
  -----------
  Added new script function get_dialog_vals()

The function will return all the values (parallel arrays of names and values) of a dialog found by callid string.


  Commit: 6ed75b7e4ed17271591bf7cbc546ef2901dc28d8
      https://github.com/OpenSIPS/opensips/commit/6ed75b7e4ed17271591bf7cbc546ef2901dc28d8
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/dialog/README
    M modules/dialog/doc/dialog_admin.xml

  Log Message:
  -----------
  Added get_dialog_vals() to docs


  Commit: c55c4b0f59203cc724783a2d3b6570afee4a7d53
      https://github.com/OpenSIPS/opensips/commit/c55c4b0f59203cc724783a2d3b6570afee4a7d53
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M Makefile.conf.template

  Log Message:
  -----------
  cgrates: add compile time hint


  Commit: 6b28c6ca4ef49081edc2dc24887de22beb436223
      https://github.com/OpenSIPS/opensips/commit/6b28c6ca4ef49081edc2dc24887de22beb436223
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M modules/rabbitmq/rmq_servers.c
    M modules/rabbitmq/rmq_servers.h

  Log Message:
  -----------
  rabbitmq: add compatibility code for older versions

Although this is highly inefficient, it is the most elegant way to cope
with the latest code.


  Commit: 3aab36759b4cea42c0a504e07b48e708389b8026
      https://github.com/OpenSIPS/opensips/commit/3aab36759b4cea42c0a504e07b48e708389b8026
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M Makefile.conf.template

  Log Message:
  -----------
  rabbitmq: add module to exclude_modules


Compare: https://github.com/OpenSIPS/opensips/compare/3096757444bd...3aab36759b4c


More information about the Devel mailing list