Commits

Commit:
a2ac87c15743783cb281af9eddcc6c8a2c75ed1f
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Sep 9 21:10:31 2023 UTC

typo in CHANGES

Commit:
11c228d5a408e01fd5466e1a805c83ea7b9a3459
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Sep 9 18:53:15 2023 UTC

bump version

Commit:
70befeb23d9d4d650326679cc8cc36d692ba34b8
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Sep 9 18:22:34 2023 UTC

CHANGES for 0.13

Commit:
c69bd08c0e60b66772c0f8ac6338ab329b8a57bc
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Sep 9 18:16:08 2023 UTC

fix `make dist'

Commit:
6e0ebd7a52469843f92110c6b88dd1206f02848b
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Sep 9 17:58:19 2023 UTC

amused-web: log the port during startup

Commit:
d20f7b514c649c94f9679f66792a95037466b7c1
From:
Omar Polo <op@omarpolo.com>
Date:
Fri Sep 8 15:24:58 2023 UTC

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.

Commit:
7f271cbcec370a1b367005ad2700cd161d183802
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 17:29:26 2023 UTC

mention libmd for amused-web

Commit:
f39ef3e41b3829f8d62c28e218bf9f7bb3743f1d
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 17:26:38 2023 UTC

amused-web: http_reply: use http_* instead of bufio_compose_*

Commit:
35cca6c55330a7856d646faee8f4677796fe0b54
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 17:23:35 2023 UTC

amused-web: allocate lazily the (double) buffer for chunking

Commit:
8701aaaaba7c99c87459f1d34a7b1acdd897f19c
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 17:22:59 2023 UTC

amused-web: free ws secret as soon as possible

Commit:
d8b100f2ee90060b17d04c7dd971f317a4c93fcf
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 17:22:21 2023 UTC

amused-web: sync -include *.d list in makefile

Commit:
2216d3fb02772c0d13430959e9545ce4749bd4ce
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 16:58:59 2023 UTC

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.

Commit:
2fbdef5f8f1cdbf19ffa1f58316b3987488cbb71
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 16:34:18 2023 UTC

drop useless logging

Commit:
99861c4aecd3ed686171dc9b6cf11626c5f8ea3a
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 16:15:54 2023 UTC

fmt

Commit:
ed3946c3ac02b5534722db2df1a248c4ed7e2035
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 7 16:04:56 2023 UTC

amused-web: alert when the websocket gets closed