2 weeks ago Omar Polo
fix freezr' post url (main)
6 weeks ago Omar Polo
AC_CHECK_LIB is quite awful actually even if it has a nice name
AC_PROG_C_C99 -> AC_PROG_C
5 months ago Omar Polo
add compat for endian.h (now required by imsg)
sync imsg
add missing #include "compat.h"
11 months ago Omar Polo
iri: refactor parse_{query,fragment} into a single function
add some extra tests for the iri parser
iri: copy portstr too
iri: make mergepath take a buffer and strings, not the iri pointers
iri: change remove_dot_segmens to take a buffer instead of an iri
iri: zero iri_flags before parsing
iri: use a temp buffer for %enc in iri_setquery
add some tests for iri_setquery
tests: tweak logging on iritest