tools/bmap-tools.git
2012-11-28 Artem Bityutskiytest_fiemap: implement a test for part of the file
2012-11-28 Artem BityutskiyFiemap: fix get_(un)mapped_ranges for file parts
2012-11-28 Artem Bityutskiytest_fiemap: code re-structuring
2012-11-28 Artem Bityutskiytest_fiemap: test with different buffer sizes
2012-11-28 Artem BityutskiyFiemap: amend things about the default buffer size
2012-11-28 Artem Bityutskiytest_fiemap: increase maximum file size to 16MiB
2012-11-28 Artem BityutskiyFiemap.py: implement new get_mapped_ranges
2012-11-28 Artem Bityutskiytests: helpers: mark create_random_sparse_file as local
2012-11-28 Artem Bityutskiytest_api_base: correct tar.bz2 files extension
2012-11-28 Artem Bityutskiytests: helpers: do not always write entire blocks
2012-11-28 Artem Bityutskiytests: helpers: a small nicification
2012-11-28 Artem Bityutskiytests: helpers: use less random data
2012-11-28 Artem BityutskiyFiemap: fix internal buffer size calculations
2012-11-28 Artem BityutskiyFiemap: lower the default buffer size
2012-11-28 Artem BityutskiyFiemap: introduce a constant for minimum buffer size
2012-11-27 Artem BityutskiySuppress few pylint recommendations
2012-11-27 Artem Bityutskiytests: helpers: generate fully-mapped files as well
2012-11-27 Artem Bityutskiytest_fiemap: add Fiemap module unit test
2012-11-27 Artem Bityutskiytests: helpers: fix holes area for a 4097 bytes file
2012-11-27 Artem Bityutskiytests: helpers: teach generate_test_files to return...
2012-11-27 Artem Bityutskiytest_api_base: test .tar.gz and .tar.bz2 compression
2012-11-27 Artem BityutskiyBmapCopy: fix tar.gz compression support
2012-11-27 Artem Bityutskiytests: add a possibility to avoid tmp files deletion
2012-11-27 Artem Bityutskiytests: introduce a possibility to change the directory...
2012-11-27 Artem Bityutskiytests: assign better names to temporary files
2012-11-27 Artem BityutskiyTODO: add an entry about compression types detection
2012-11-27 Artem Bityutskiytests: helpers: move compress_test_file to test_api_base.py
2012-11-27 Artem Bityutskiytest_api_base: make compare_holes local
2012-11-26 Artem Bityutskiytest_api_base: also test compressed files
2012-11-26 Artem Bityutskiytests: helpers: create a compression iterator
2012-11-26 Artem BityutskiyBmapCopy: fix image size validation
2012-11-26 Artem Bityutskiytest_api_base: compare files using sha1
2012-11-26 Artem Bityutskiytest_api_base: move _do_test() out of the test class
2012-11-26 Artem Bityutskiytests: helpers: improve generate_test_files
2012-11-26 Artem Bityutskiytests: move images generation to helpers.py
2012-11-26 Artem Bityutskiytests: rename test_helpers.py into helpers.py
2012-11-26 Artem Bityutskiytest_api_base: run the test for more than one file
2012-11-26 Artem Bityutskiytest_api_base: re-structure the test some more
2012-11-26 Artem BityutskiyBmapCopy: validate image size
2012-11-26 Artem BityutskiyBmapCopy: bugfix: handle unaligned files properly
2012-11-26 Artem BityutskiyTODO: add a reminder about testing compressed files.
2012-11-26 Artem BityutskiyBmapCopy: simplify the code a bit
2012-11-26 Artem Bityutskiytest_api_base: re-structure the test a bit
2012-11-26 Artem Bityutskiytest_helpers: generate file of correct length
2012-11-26 Artem Bityutskiytest_api_base: saner temprorary file creation
2012-11-26 Artem Bityutskiytests: create a separate module for helper functions
2012-11-26 Artem BityutskiyFiemap: introduce a separate helper for invoking FIEMAP
2012-11-24 Artem BityutskiyFiemap: introduce 'buf_size' parameter for __init__
2012-11-24 Artem BityutskiyFiemap: more input arguments validation
2012-11-24 Artem BityutskiyFiemap: validate the input arguments
2012-11-24 Artem BityutskiyFiemap: fix error message
2012-11-24 Artem BityutskiyFiemap: introduce constants
2012-11-24 Artem BityutskiyBmapCopy.py: remove few useless initializations
2012-11-23 Artem BityutskiyBmapCopy: disable a couple of pylint recommendations
2012-11-23 Artem BityutskiyBmapCopy: use "_" prefix for private variables
2012-11-23 Artem Bityutskiytest_api_base: improve the test
2012-11-23 Artem BityutskiyFiemap: improve the API
2012-11-23 Artem Bityutskiytest_api_base: fix the test
2012-11-23 Artem BityutskiyBmapCopy: bugfix: make destination file to be of the...
2012-11-23 Artem Bityutskiytest_api_base: add a Fiemap module check
2012-11-23 Artem BityutskiyBmapCreate: separate out the FIEMAP functionality
2012-11-23 Artem BityutskiyBmap API: remove useless 'bmap' prefix
2012-11-23 Artem BityutskiyBmapCreate: handle flush() exception
2012-11-23 Artem BityutskiyBmapCreate: simplify the exception class
2012-11-23 Artem BityutskiyBmapCreate.py: simplify the module by killing FIBMAP...
2012-11-21 Artem BityutskiyPre-release version 0.6
2012-11-21 Artem BityutskiyBmapCopy.py: fix a bug when copying without bmap
2012-11-21 Artem Bityutskiytests: test_api_base: test copying without bmap as...
2012-11-20 Artem BityutskiyPre-release version 0.5
2012-11-20 Artem Bityutskiytests: add the base functionality test
2012-11-20 Artem BityutskiyBmapCreate: fix and silence pylint warnings
2012-11-20 Artem BityutskiyBmapCopy.py: fix and silence pylint warnings
2012-11-20 Artem BityutskiyBmapCopy.py: flush the destination file on exit
2012-11-20 Artem BityutskiyBmapCopy.py: open the destination file for writing
2012-11-20 Artem Bityutskiybmaptool: open the destination file in binary mode
2012-11-20 Artem BityutskiyBmapCreate.py: support file-like objects
2012-11-20 Artem BityutskiyBmapCreate.py: stop using logger for the bmap output
2012-11-20 Artem BityutskiyBmapCopy.py: support file-like objects
2012-11-20 Artem BityutskiyTODO: add an entry about interruptions
2012-11-20 Artem BityutskiyBmapCreate: remove useless seek
2012-11-20 Artem BityutskiyBmapCopy.py: fix incorrect assignment
2012-11-20 Artem BityutskiyBmapHelpers.py: introduce a 'get_block_size()' function
2012-11-16 Artem BityutskiyBmapCopy.py: save and restore block device settings
2012-11-16 Artem BityutskiyBmapCopy.py: make blkdev optimization work for partitio...
2012-11-15 Artem BityutskiyPre-release version 0.4
2012-11-15 Artem BityutskiyBmapCopy.py: write without bmap the same way as with...
2012-11-15 Artem BityutskiyBmapCreate: generate more readable bmap
2012-11-15 Artem BityutskiyBmapCopy.py: fix another pylint complaint
2012-11-15 Artem BityutskiyBmapCreate.py: remove too long lines
2012-11-15 Artem BityutskiyBmapCopy.py: handle exceptions from the reader thread
2012-11-15 Artem BityutskiyBmapCopy: implement threaded reader
2012-11-15 Artem BityutskiyBmapCopy.py: implement an iterator for reading the...
2012-11-15 Artem BityutskiyBmapCopy.py: introduce a helper iterator
2012-11-15 Artem BityutskiyBmapCopy.py: move chunk_size to the class level
2012-11-15 Artem BityutskiyBmapCopy.py: introduce a iterator for blocks ranges
2012-11-15 Artem Bityutskiybmaptool: fix a print
2012-11-15 Artem BityutskiyFix a number of pylint warnings
2012-11-13 Artem Bityutskiybmaptool: pre-release version 0.3
2012-11-12 Artem BityutskiyBmapCopy.py: synchronize periodically
2012-11-12 Artem BityutskiyBmapCopy: move a local variable to the class level
next