Commit Briefs

9417ed23d3 Omar Polo

bump version (tags/0.5.2)


069ea971f1 Omar Polo

sync


f7d4a257b6 Omar Polo

reset download byte counter


bdc5b72493 Omar Polo

[openbsd] allow creation of files in ~/Downloads


b8fd0ed6d8 Omar Polo

send received page in chunks

imsg can't handle buffer "too big" (around INT16_MAX) and solene@ capsule index is ~29K. The 4K chunk size is completely arbitrary.


7b0be57c7c Omar Polo

sync (tags/0.5.1)


bbf675a084 Omar Polo

bump version


b05315f72f Omar Polo

sync


95bb01e2a7 Omar Polo

gopher: don't skip the initial /

some gopher servers requires the selector to start with a slash. Or maybe it's the other way around, and some servers are too much forgiving.


908345fb00 Omar Polo

improve the "contrib" section


ba06b6462c Omar Polo

update README.md


d557d6834c Omar Polo

bump version (tags/0.5)


a9139ef799 Omar Polo

bump the date


dafcab64a9 Omar Polo

update the misleading comment in parser_free


a18fc6de7b Omar Polo

kill extra empty line


95a8c791ec Omar Polo

fmt (some missing space -> tab conversion)


0e2ac86488 Omar Polo

fmt


2980bbb141 Omar Polo

link the duckling proxy in the "protocol proxy" section

It's the only kind of protocol-proxy I know. The downside is that is an HTTP link :/


2ee42fa00b Omar Polo

sync


3198f30f89 Omar Polo

correctly parse multiple attributes


f3c7d96041 Omar Polo

simplify wrap_page and fix wrapping of pre text

The column at which preformatted text should be formatted is the same as the "normal" text, so why the difference? MIN(fill_column, width) is always the correct choice for wrapping the text.


ea00395a5e Omar Polo

fill pre text until the last available column, not one less

This was fixed previously in the wrap_text case but I forgot to update the hardwrap_text case too.


cf8e07837f Omar Polo

avoid a long line


86ce72dbe3 Omar Polo

configure: add --with-libbsd option


7eaf997f52 Omar Polo

configure: add --with-libimsg option