[OpenSIPS-Devel] [OpenSIPS/opensips] c740b1: http2d: Initial version

Liviu Chircu noreply at github.com
Wed Mar 27 09:27:10 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c740b1ab2e355f8a86eb32f8d769ac53105865e2
      https://github.com/OpenSIPS/opensips/commit/c740b1ab2e355f8a86eb32f8d769ac53105865e2
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    A modules/http2d/Makefile
    A modules/http2d/http2d.c
    A modules/http2d/server.c
    A modules/http2d/server.h

  Log Message:
  -----------
  http2d: Initial version

New "http2d" module, providing an RFC 7540/9113 HTTP/2 server
implementation, based on "nghttp2" library (https://nghttp2.org/).


  Commit: e69f3250464e275dc91f0780532d1a01b2dea25f
      https://github.com/OpenSIPS/opensips/commit/e69f3250464e275dc91f0780532d1a01b2dea25f
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    A modules/http2d/h2_evi.c
    A modules/http2d/h2_evi.h
    M modules/http2d/http2d.c
    M modules/http2d/server.c

  Log Message:
  -----------
  http2d: Collect headers & body using cbs; Raise event


  Commit: accdcc7f3cda6c6f9b5e25478d71bd237b4602d3
      https://github.com/OpenSIPS/opensips/commit/accdcc7f3cda6c6f9b5e25478d71bd237b4602d3
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    M lib/cJSON.h
    M modules/aaa_diameter/aaa_diameter.c
    M modules/aaa_diameter/dm_impl.c
    M modules/http2d/h2_evi.c
    M modules/http2d/h2_evi.h
    M modules/http2d/http2d.c
    M modules/http2d/server.c
    M modules/http2d/server.h
    M sr_module.c

  Log Message:
  -----------
  http2d: Add support for HTTP/2 responses in opensips.cfg

... via the new http2_send_response(code, [hdrs], [body]) function.


  Commit: f2d17683c4339f14f4cd14062c255d2433d9f6ce
      https://github.com/OpenSIPS/opensips/commit/f2d17683c4339f14f4cd14062c255d2433d9f6ce
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    A modules/http2d/doc/contributors.xml
    A modules/http2d/doc/http2d.xml
    A modules/http2d/doc/http2d_admin.xml
    M modules/http2d/h2_evi.c
    M modules/http2d/http2d.c

  Log Message:
  -----------
  http2d: Add documentation, contributors; Adjust modparams


  Commit: 2e57bb5b9043d2cfc2d3974d6874305099ad3bae
      https://github.com/OpenSIPS/opensips/commit/2e57bb5b9043d2cfc2d3974d6874305099ad3bae
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    M modules/http2d/server.c

  Log Message:
  -----------
  http2d: Adjust indentation & coding style


  Commit: 61561c763d4bfe42c08098d3b92b031eb9da358d
      https://github.com/OpenSIPS/opensips/commit/61561c763d4bfe42c08098d3b92b031eb9da358d
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    M modules/http2d/server.c

  Log Message:
  -----------
  http2d: Convert errx/warnx to LM_ functions


  Commit: 72728e9c76106271999dacb31c064151d97114b8
      https://github.com/OpenSIPS/opensips/commit/72728e9c76106271999dacb31c064151d97114b8
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    M modules/http2d/server.c

  Log Message:
  -----------
  http2d: Convert fprintf() logs; Measure IPC wait time


  Commit: e939f09b611f61a459df7c910a509820bbbfd9d2
      https://github.com/OpenSIPS/opensips/commit/e939f09b611f61a459df7c910a509820bbbfd9d2
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    M Makefile.conf.template

  Log Message:
  -----------
  http2d: Add to "exclude_modules"


Compare: https://github.com/OpenSIPS/opensips/compare/51be49f0307b...e939f09b611f

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



More information about the Devel mailing list