]> granicus.if.org Git - libevent/commit
Merge branch 'issue-807-accept4-getnameinfo-AF_UNIX'
authorAzat Khuzhin <azat@libevent.org>
Sun, 12 May 2019 16:06:43 +0000 (19:06 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 12 May 2019 16:06:43 +0000 (19:06 +0300)
commit76eded24d3b0c3fc48c5a888906cc9043223101b
tree0b03ef882b2b2d016c5fe6ea6e56e78804894641
parent2707a4ffabe539999f37a0364f7b0ef44a90589a
parentc4de602433d6a39aa2f4e26d4c48734900acd79b
Merge branch 'issue-807-accept4-getnameinfo-AF_UNIX'

* issue-807-accept4-getnameinfo-AF_UNIX:
  http-server: add usage/help dialog
  http: avoid use of uninitialized value for AF_UNIX/AF_LOCAL sockaddr
  http-server: add ability to bind to unix-socket
  build: struct sockaddr_un detection (sys/un.h, afunix.h)

Fixes: #807