Commit Briefs

Omar Polo

sync



Omar Polo

sync


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.


Omar Polo

allow newlines after {

with the conflict/reduce fix, it become illegal to have a newline after {, which is not good.


Omar Polo

avoid a shift/reduce conflict

yacc/bison reports 8 shift/reduce conflicts because the rule styleopts optnl is redundant.


Omar Polo

start another release cycle


Omar Polo

document download-path




Omar Polo

sync



Omar Polo

sync


Omar Polo

handle_maybe_save_page: prefill with the path

improve the download procedure by pre-filling the minibuffer with /tmp/<file-name>. At the moment ``/tmp/'' is hardcoded. Idea from a conversation with hurricane, thanks!


Omar Polo

sync (tags/0.5.1)