Commit Briefs

Omar Polo

sort includes



Omar Polo

ignore the crashed file if in safe_mode

During safe_mode the fs process shouldn't open or unlink the crashed_file.




Omar Polo

mention -C in usage()


Omar Polo

sync


Omar Polo

add a safe/sandbox mode

When enabled with the -S (or --safe) flag, prevent telescope from writing files to the disk.


Omar Polo

sync


Omar Polo

reset download byte counter


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.