[OpenSIPS-Devel] [OpenSIPS/opensips] f5ce95: o Fix escape_common(), unescape_common(), unescape...

Maksym Sobolyev noreply at github.com
Tue Jan 26 16:51:19 EST 2021


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f5ce9537cc4d611166e5d9f94df8f4ac618fc46a
      https://github.com/OpenSIPS/opensips/commit/f5ce9537cc4d611166e5d9f94df8f4ac618fc46a
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M strcommon.c
    M strcommon.h

  Log Message:
  -----------
  o Fix escape_common(), unescape_common(), unescape_xml() and compute_md5()
  to take "const char *src", not "char *src";

o Extend escape_user(), unescape_user(), escape_param() and unescape_param()
  to take either "const str *src" or "const str_const *src". This is to allow
  other code to use either.


  Commit: 5e04676e3a557ee4a62c8969ad4ba39376036cf5
      https://github.com/OpenSIPS/opensips/commit/5e04676e3a557ee4a62c8969ad4ba39376036cf5
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M ut.h

  Log Message:
  -----------
  Extend str_strcmp(a, b) to take any combination of const str * and
const str_const *.


  Commit: 7c6d6182805e5b389e84f5d9e5260693457cf321
      https://github.com/OpenSIPS/opensips/commit/7c6d6182805e5b389e84f5d9e5260693457cf321
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M flags.c
    M flags.h
    M modules/usrloc/dlist.c
    M modules/usrloc/udomain.c
    M pvar.c

  Log Message:
  -----------
  Convert flag_list_to_bitmask() to use const str_const *.


Compare: https://github.com/OpenSIPS/opensips/compare/87f235a1e6e3...7c6d6182805e



More information about the Devel mailing list