diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-11-11 00:40:04 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-11-11 00:43:06 +0100 |
commit | 02ac5aa70b8ffd203093c4e33690012234b2a037 (patch) | |
tree | ea104b2a2373a8c854fb93dd6b27d39dbafffbde /pdf/doc.bib | |
parent | 5eab2ecb4525b0bc7a1f69be10e2ee329ad6789d (diff) | |
download | dna-backup-02ac5aa70b8ffd203093c4e33690012234b2a037.tar.gz dna-backup-02ac5aa70b8ffd203093c4e33690012234b2a037.zip |
encodage delta + un max de refs
Diffstat (limited to 'pdf/doc.bib')
-rw-r--r-- | pdf/doc.bib | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/pdf/doc.bib b/pdf/doc.bib index bd07b54..b1799f3 100644 --- a/pdf/doc.bib +++ b/pdf/doc.bib @@ -81,6 +81,42 @@ publisher={Center for Research in Computing Technology, Harvard University} } +@misc{rfc1950, + series={Request for Comments}, + number=1950, + howpublished={RFC 1950}, + publisher={RFC Editor}, + doi={10.17487/RFC1950}, + url={https://rfc-editor.org/rfc/rfc1950.txt}, + author={L. Peter Deutsch and Jean-loup Gailly}, + title={{ZLIB Compressed Data Format Specification version 3.3}}, + pagetotal=11, + year=1996, + month=may +} + +@misc{rfc1951, + series={Request for Comments}, + number=1951, + howpublished={RFC 1951}, + publisher={RFC Editor}, + doi={10.17487/RFC1951}, + url={https://rfc-editor.org/rfc/rfc1951.txt}, + author={L. Peter Deutsch}, + title={{DEFLATE Compressed Data Format Specification version 1.3}}, + pagetotal=17, + year=1996, + month=may + } + +@misc{percival2003naive, + title={Na{\i}ve differences of executable code}, + author={Percival, Colin}, + howpublished={\url{http://www.daemonology.net/papers/bsdiff.pdf}}, + year={2003}, + publisher={Citeseer} +} + @inproceedings{zhang2006hptfs, title={Hptfs: A high performance tape file system}, author={Zhang, Xianbo and Du, David and Hughes, Jim and Kavuri, Ravi and StorageTek, Sun}, @@ -97,6 +133,22 @@ note={[Online; accessed: 2021-11-04]} } +@misc{hipp2006fdelta, + title={Fossil Delta Format}, + author={D. Richard Hipp}, + howpublished={\url{https://fossil-scm.org/home/doc/trunk/www/delta_format.wiki}}, + year={2006}, + note={[Online; accessed: 2021-11-10]} +} + +@misc{chromium2012courgette, + title={Software Updates: Courgette}, + author={The Chromium Projects}, + howpublished={\url{https://www.chromium.org/developers/design-documents/software-updates-courgette}}, + year={2012}, + note={[Online; accessed: 2021-11-10]} +} + @inproceedings{pease2010linear, title={The linear tape file system}, author={Pease, David and Amir, Arnon and Real, Lucas Villa and Biskeborn, Brian and Richmond, Michael and Abe, Atsushi}, |