]>
ruderich.org/simon Gitweb - socket2unix/socket2unix.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Simon Ruderich [Mon, 2 Dec 2013 22:26:15 +0000 (23:26 +0100)]
Fix DIE().
DIE() wasn't exiting because the value of LOG_LEVEL_PERROR was wrong
causing it to be interpreted like LOG_LEVEL_DEBUG.
Simon Ruderich [Mon, 2 Dec 2013 22:25:49 +0000 (23:25 +0100)]
Allow disabling of hooks for client or server functionality.
Add new SOCKET2UNIX_OPTIONS environment variable with options
'client_only' and 'server_only'.
Simon Ruderich [Mon, 2 Dec 2013 00:12:21 +0000 (01:12 +0100)]
Makefile.am: Remove "-I m4" from ACLOCAL_AMFLAGS.
No custom m4 macros are used at the moment.
Simon Ruderich [Mon, 2 Dec 2013 02:40:40 +0000 (03:40 +0100)]
Fix compile on FreeBSD.
Simon Ruderich [Sun, 1 Dec 2013 23:10:41 +0000 (00:10 +0100)]
Add --debug option to configure.
Simon Ruderich [Sun, 1 Dec 2013 23:09:15 +0000 (00:09 +0100)]
Rename DEBUG() macro to DBG() to fix name clash.
Simon Ruderich [Sun, 1 Dec 2013 22:56:56 +0000 (23:56 +0100)]
Initial commit.