diff options
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}, |