]> 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>
Sat, 25 May 2019 18:25:13 +0000 (21:25 +0300)
commit7c4da93715dc2d70ab5338887ab35f93a95a541a
tree9857ee159f6cdae08b60f47168e05e94be778f39
parente70e18e942621b7dbea6692a1545c51c2a30f321
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
(cherry picked from commit 76eded24d3b0c3fc48c5a888906cc9043223101b)
CMakeLists.txt
configure.ac
event-config.h.cmake
http.c
sample/http-server.c