Commit Briefs

Omar Polo

amused-web: typo in error message


Omar Polo

typo in CHANGES


Omar Polo

bump version


Omar Polo

CHANGES for 0.13 (tags/0.13)


Omar Polo

fix `make dist'



Omar Polo

amused-web: avoid an (im)possible write out-of-bounds in buf_write

spotted while bringing syncparty' bufio.[ch] in sync; if the requested len could be bigger than buf->len plus the buf_grow() increment, so we have to iterate. This is currently impossible since we're usign buf_write() only to add one byte.


Omar Polo

mention libmd for amused-web






Omar Polo

amused-web: parse POST data in bufio' rbuf

Add a proper upper limit (4096 seems enough for now) and safely NUL-terminate the rbuf. The idea is to later drop the clt->buf static buffer and allocate it on demand only when we need to do (http) chunking.


Omar Polo

drop useless logging


Omar Polo

fmt