Commit Briefs

d94e08d2b8 Omar Polo

configure: add --with-Werror flag


ad8e93f553 Omar Polo

add missing void to please clang


9da92e0145 Omar Polo

fix freezr' post url


2743749244 Omar Polo

use AC_SEARCH_LIBS instead of AC_CHECK_LIB

AC_CHECK_LIB is quite awful actually even if it has a nice name


81d9923357 Omar Polo

AC_PROG_C_C99 -> AC_PROG_C


b3ea1dea0e Omar Polo

add compat for endian.h (now required by imsg)


ef16f8f6a4 Omar Polo

sync imsg


14728991ef Omar Polo

add missing #include "compat.h"



e681c64898 Omar Polo

add some extra tests for the iri parser


e32788429f Omar Polo

iri: copy portstr too




6d09182638 Omar Polo

iri: zero iri_flags before parsing


21fc67ae05 Omar Polo

iri: use a temp buffer for %enc in iri_setquery