[OpenSIPS-Devel] [OpenSIPS/opensips] 744908: Define loopback address in host byte order in trac...

ionutrazvanionita ionutionita at opensips.org
Mon Dec 19 10:52:08 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 74490881329df3ff17cbabc7adf41091585d726c
      https://github.com/OpenSIPS/opensips/commit/74490881329df3ff17cbabc7adf41091585d726c
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M trace_api.h

  Log Message:
  -----------
  Define loopback address in host byte order in trace api core


  Commit: 06b1e75b5e426f10030a7e9424ff0ecd7a66a232
      https://github.com/OpenSIPS/opensips/commit/06b1e75b5e426f10030a7e9424ff0ecd7a66a232
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M main.c
    M modules/proto_hep/hep.h
    M xlog.c
    M xlog.h

  Log Message:
  -----------
  Implement tracing api for xlog messages

	Xlog messages can now be traced using siptrace module.
Sip_trace script function will provide the desired functionality.
The scope used for sip_trace function(message/transaction/dialog)
will be the same the scope for the traced xlog messages.


  Commit: 9762e91ef407d69af75c98edbd231021f53309ba
      https://github.com/OpenSIPS/opensips/commit/9762e91ef407d69af75c98edbd231021f53309ba
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/siptrace/siptrace.c
    M modules/siptrace/siptrace.h
    M xlog.c
    M xlog.h

  Log Message:
  -----------
  remove core siptrace module dependecy


  Commit: 46276fc82699f38870ae5ceb4f40f67084fa4bf5
      https://github.com/OpenSIPS/opensips/commit/46276fc82699f38870ae5ceb4f40f67084fa4bf5
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/proto_hep/hep.c
    M modules/siptrace/siptrace.c
    M trace_api.h
    M xlog.c

  Log Message:
  -----------
  provide trace message id through a function

	Previously, each message id was provied either by including
hep protocol header containing these values or by manually defining
the id in the same file it was used. Since these ids needs to be
unique, now the only way they should be fetched should be using
the trace api.


  Commit: 14e1b978f93a3cfe62cb79d7bccb155f893fa6c4
      https://github.com/OpenSIPS/opensips/commit/14e1b978f93a3cfe62cb79d7bccb155f893fa6c4
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/siptrace/siptrace.c
    M modules/siptrace/siptrace.h
    M xlog.c

  Log Message:
  -----------
  merge siptrace proto id with trace protocol message id


  Commit: ada2e05886334c07a89b8f8aa16babd191bfd28b
      https://github.com/OpenSIPS/opensips/commit/ada2e05886334c07a89b8f8aa16babd191bfd28b
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/siptrace/siptrace.c
    M modules/siptrace/siptrace.h
    M trace_api.c
    M trace_api.h
    M xlog.c
    M xlog.h

  Log Message:
  -----------
  remove siptrace api; export its functions using trace_api.h

	Siptrace api was completely removed. All its functions
definitions were moved to trace_api.h so no dependency to sitprace
module anymore if one wants to implement the api.


  Commit: e0a740b12618f6f56318712b8a9a3126cb192bf0
      https://github.com/OpenSIPS/opensips/commit/e0a740b12618f6f56318712b8a9a3126cb192bf0
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M xlog.c

  Log Message:
  -----------
  fix bad trace enabled condition


  Commit: 0e823d28cc4e5f81cccb28c1476eeae29477df49
      https://github.com/OpenSIPS/opensips/commit/0e823d28cc4e5f81cccb28c1476eeae29477df49
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/siptrace/siptrace.c

  Log Message:
  -----------
  [siptrace] trace sip messages only if requested


  Commit: f27344a860d03dbbb9e9dd921586d051abac9daf
      https://github.com/OpenSIPS/opensips/commit/f27344a860d03dbbb9e9dd921586d051abac9daf
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/proto_hep/hep.c
    M modules/siptrace/siptrace.c
    M trace_api.h

  Log Message:
  -----------
  [trace api]acquire custom data identifiers using the api


  Commit: 9faba4c4d790ed5b42f16cc27252c5805696bf2c
      https://github.com/OpenSIPS/opensips/commit/9faba4c4d790ed5b42f16cc27252c5805696bf2c
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/siptrace/siptrace.c
    M trace_api.c
    M trace_api.h

  Log Message:
  -----------
  define global trace api for loading it only once


  Commit: 8a315198c16dd72f50f9051f601fbde84145d555
      https://github.com/OpenSIPS/opensips/commit/8a315198c16dd72f50f9051f601fbde84145d555
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M xlog.c

  Log Message:
  -----------
  improve xlog tracing with additional information

* log text shall be preceded by a tag indicating the log level
(example: 'DEBUG: ' tag for L_DBG, 'ERROR: ' for L_ERR);


  Commit: d3af674e4b0e0d2a42dc20f0d859b27ecd321064
      https://github.com/OpenSIPS/opensips/commit/d3af674e4b0e0d2a42dc20f0d859b27ecd321064
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M modules/proto_hep/hep.h

  Log Message:
  -----------
  [proto_hep] fix bad chunk identifier macro


Compare: https://github.com/OpenSIPS/opensips/compare/83170767d4b4...d3af674e4b0e


More information about the Devel mailing list