=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/Attic/TODO.md,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rsync/Attic/TODO.md 2019/02/10 23:18:28 1.1 --- src/usr.bin/rsync/Attic/TODO.md 2019/02/10 23:24:14 1.2 *************** *** 8,20 **** This list also does not include adding support for features (e.g., **-u** and so on). ! - Easy: add a hashtable to `blk_find()` in [blocks.c](https://github.com/kristapsdz/openrsync/blob/master/blocks.c) for quickly looking up fast-hash matches. - Easy: print more statistics, such as transfer times and rates. ! - Easy: tighten the [pledge(2)](https://man.openbsd.org/pledge.2) and [unveil(2)](https://man.openbsd.org/unveil.2) to work with **-n**, as it does not touch files. --- 8,20 ---- This list also does not include adding support for features (e.g., **-u** and so on). ! - Easy: add a hashtable to `blk_find()` in [blocks.c](https://github.com/kristapsdz/openrsync/blob/master/blocks.c) for quickly looking up fast-hash matches. - Easy: print more statistics, such as transfer times and rates. ! - Easy: tighten the [pledge(2)](https://man.openbsd.org/pledge.2) and [unveil(2)](https://man.openbsd.org/unveil.2) to work with **-n**, as it does not touch files.