Commit Graph

21 Commits

Author SHA1 Message Date
Jennifer Taylor 4a84b1a793
Fix Headings on README 2022-05-01 12:16:05 -04:00
Jennifer Taylor 1db7de771e Fix returning too much data when grabbing a chunk that overlaps a patched section and the end of a file. 2021-10-25 21:19:59 +00:00
Jennifer Taylor 88e9d0406e Optimize append for large appendages. 2021-10-25 20:51:10 +00:00
Jennifer Taylor 88a340bac1 Fix dependency issue when installing from PyPI. 2021-10-21 17:42:58 +00:00
Jennifer Taylor 23631564cf Add an additional optimization for the pathological case of editing the beginning and end of a file. 2021-10-21 04:05:30 +00:00
Jennifer Taylor e02c307004 A few optimizations to some common cases so writeback is faster as well as getting data of unmodified files. 2021-10-21 01:32:51 +00:00
Jennifer Taylor 9f07dbb55b Add ability to serialize out to a new file handle. 2021-10-21 00:20:54 +00:00
Jennifer Taylor 9e53b4af0e Add search function to FileBytes. 2021-10-20 21:59:46 +00:00
Jennifer Taylor fbcdc0d6bb Documentation for FileBytes class. 2021-10-20 20:25:08 +00:00
Jennifer Taylor 7ef541ca0c Add a FileBytes class that allows diffing and patching to be done against files that are not fully loaded in RAM. 2021-10-20 19:22:32 +00:00
Jennifer Taylor 80c301ff85 Add tests for ByteUtil, flesh out other half of the split/join API. 2021-10-20 15:12:58 +00:00
Jennifer Taylor b837742d6b Add unit tests for BinaryDiff, fix a few edge cases caught by those tests. 2021-10-20 15:00:02 +00:00
Jennifer Taylor 0aa4d6403d Allow patches to ignore filesize so a partial file can be patched. 2021-10-08 15:16:45 +00:00
Jennifer Taylor f57fbe21a8 Rename description to readme so github displays it by default. 2021-10-04 15:16:58 +00:00
Jennifer Taylor 7144c399bf Add a project description file which includes code documentation. 2021-10-04 15:14:59 +00:00
Jennifer Taylor 86f54c495e Fix flake8 error. 2021-06-27 17:51:27 +00:00
Jennifer Taylor 9f546ecf42 Make type hints in library accessible to mypy. 2021-06-27 17:39:22 +00:00
Jennifer Taylor 2b5ddaee7b Include ROM utilities from Grid SRAM dumper project. 2021-06-27 17:21:40 +00:00
Jennifer Taylor 9715e3b747 Fix references to old class name. 2021-06-27 17:01:05 +00:00
Jennifer Taylor 73188feb90 Make package installable on python systems. 2021-06-27 16:54:48 +00:00
Jennifer Taylor f43c46ef2f Add binary diffing utilities found in several of my repositories. 2021-06-27 16:37:32 +00:00