[BACK]Return to TODO.md CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/Attic/TODO.md between version 1.1 and 1.2

version 1.1, 2019/02/10 23:18:28 version 1.2, 2019/02/10 23:24:14
Line 8 
Line 8 
 This list also does not include adding support for features (e.g., **-u** and  This list also does not include adding support for features (e.g., **-u** and
 so on).  so on).
   
 - Easy: add a hashtable to `blk_find()` in  - Easy: add a hashtable to `blk_find()` in
   [blocks.c](https://github.com/kristapsdz/openrsync/blob/master/blocks.c)    [blocks.c](https://github.com/kristapsdz/openrsync/blob/master/blocks.c)
   for quickly looking up fast-hash matches.    for quickly looking up fast-hash matches.
   
 - Easy: print more statistics, such as transfer times and rates.  - Easy: print more statistics, such as transfer times and rates.
   
 - Easy: tighten the [pledge(2)](https://man.openbsd.org/pledge.2) and  - 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    [unveil(2)](https://man.openbsd.org/unveil.2) to work with **-n**, as
   it does not touch files.    it does not touch files.
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2