add got-notify-http
commit94a3f4e9292a2c4019c2e68c242efa31f3e1fe4f
authorOmar Polo <op@omarpolo.com>
Wed, 27 Mar 2024 19:22:39 +0000 (27 19:22 +0000)
committerThomas Adam <thomas@xteddy.org>
Sat, 30 Mar 2024 17:21:23 +0000 (30 17:21 +0000)
tree637350542780eed7457c366f92ef22bf2b18430a
parentbc0cdda132594ebe68c239990867d8e9a73af778
add got-notify-http

ok stsp@
12 files changed:
gotd/gotd.conf.5
gotd/gotd.h
gotd/libexec/Makefile
gotd/libexec/got-notify-http/Makefile [new file with mode: 0644]
gotd/libexec/got-notify-http/got-notify-http.c [new file with mode: 0644]
gotd/notify.c
gotd/parse.y
lib/bufio.c [new file with mode: 0644]
lib/bufio.h [new file with mode: 0644]
regress/gotd/Makefile
regress/gotd/http-server [new file with mode: 0755]
regress/gotd/http_notification.sh [new file with mode: 0644]