Commit Briefs

cd1d043db8 Omar Polo

make do_load_url and friends return void

The 0/1 difference was once important since it would give the caller an idea whether the page was loaded immediately or asynchronously. This doesn't matter anymore. Furthermore, this whole family of function can't really fail (as telescope doesn't handle memory allocation failures gracefully.)


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