tools/bmap-tools.git
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
2012-11-12 Artem Bityutskiybmaptool: remove stale attribute reference
2012-11-12 Artem BityutskiyAdd the TODO file to store the TODO list
2012-11-12 Artem Bityutskiybmaptool: fix flashing speed calculation
2012-11-12 Artem BityutskiyDebian packaging: add python 2.7 dependency
2012-11-12 Artem BityutskiyBmapCopy.py: fix exeptions handling in bdev optimization
2012-11-12 Artem BityutskiyBmapCreate.py: remove junk white-space
2012-11-12 Artem BityutskiyBmapCreate.py: fix a brown-paperbag bug
2012-11-09 Artem BityutskiyPre-release version 0.2
2012-11-08 Artem BityutskiyBmapCopy: renames to "copy"
2012-11-08 Artem BityutskiyBmapCopy: amend comments
2012-11-08 Artem BityutskiyBmapCopy: move block device tuning to BmapBdevCopy
2012-11-08 Artem BityutskiyBmapCopy: move block device capacity check to BmapBdevCopy
2012-11-08 Artem BityutskiyBmapBdevCopy: move block device opening
2012-11-08 Artem BityutskiyBmapCopy: rename 'bdev_path' to 'dest_path'
2012-11-08 Artem BityutskiyBmapCopy: rename 'f_bdev' to 'f_dest'
2012-11-08 Artem Bityutskiybmaptool: distinguish between block devices and regular...
2012-11-08 Artem Bityutskiybmaptool: rename the bdev argument to dest
2012-11-08 Artem BityutskiyRename BmapFlash to BmapCopy
2012-11-08 Artem BityutskiyBmapCreate: amend comments
2012-11-08 Artem BityutskiyRename bmap to bmaptool
2012-11-08 Artem BityutskiyBmapFlash: fix a bunch of pylint complaints
2012-11-08 Artem BityutskiyBmapCreate: fix function name
2012-11-08 Artem Bityutskiybmap: remove useless warning
2012-11-08 Artem Bityutskiybmap: rename flash to copy
2012-11-08 Artem Bityutskiybmap: amend comments
2012-11-08 Artem Bityutskiybmap: correct Ctrl-C message
2012-11-08 Artem BityutskiyBmapFlash: spelling fixes
2012-11-08 Artem BityutskiyBmapCreate: spelling fixes
2012-11-08 Artem Bityutskiybmap: a couple of spelling fixes
2012-11-08 Artem BityutskiyFix pylint warning
2012-11-08 Artem BityutskiyImplement sub-commands support
2012-11-08 Artem BityutskiyRename API classes
2012-11-08 Artem BityutskiyRename API modules
2012-11-08 Artem BityutskiyRelease version 0.1.1
2012-11-08 Artem Bityutskiypackaging: correct dependency
2012-11-08 Artem Bityutskiybmap-flasher: act on KeyboardInterrupt
2012-11-08 Artem Bityutskiybmap-flasher: kill the --no-sync option
2012-11-08 Artem BityutskiyBmapFlasher: improve flashing speed
2012-11-08 Artem BityutskiyBmapFlasher: error out if the image does not fit the...
2012-11-08 Artem BityutskiyBmapFlasher: provide a target_is_block_device attribute
2012-11-07 Artem BityutskiyBmapFlasher: check that the image file is a regular...
2012-11-07 Artem BityutskiyBmapFlasher: do not postpone size initialization for...
2012-11-07 Artem BityutskiyBmapFlasher: separate sizes initialization to a function
2012-11-07 Artem BityutskiyBmapFlasher: open the block device in write-only mode
2012-11-06 Artem Bityutskiybmap-flasher: fix a typo in the warning message
2012-11-02 Artem Bityutskiybmap-flasher: change order of arguments
2012-11-01 Artem BityutskiyBmapHelpers: handle small sizes correctly
2012-11-01 Artem Bityutskiybmap-creator: print a warning if no holes found
2012-11-01 Artem Bityutskiyflasher: rename 'total_size'
2012-11-01 Artem BityutskiyTeach Creator and Flasher modules to provide human...
2012-11-01 Artem BityutskiyBmapCreator: implement FIEMAP support
2012-11-01 Artem BityutskiyBmapCreator: synchronize the image file before generati...
2012-11-01 Artem Bityutskiypackaging: make myself to be the maintainer
2012-11-01 Artem BityutskiyAdd initial version of bmap-creator and BmapCreator
2012-11-01 Artem BityutskiyIntroduce BmapHelpers.py
2012-11-01 Ed BartoshRepackaged pythonic way
2012-11-01 Artem Bityutskiybmap-flasher: clean-up help text
2012-11-01 Artem BityutskiyKeep modules in bmaptools sub-directory
2012-11-01 Artem Bityutskiybmap-flasher: imrove docs some more and have less dupli...
2012-11-01 Artem BityutskiyBmapFlasher: improve the documentation some more
2012-11-01 Artem BityutskiyBmapFlasher: provide a list of supported image formats
2012-11-01 Artem BityutskiyBmapFlasher: move constant to the module level
2012-11-01 Artem Bityutskiybmap-flasher: improve documentation a little bit
2012-11-01 Artem BityutskiyBmapFlasher.py: remove undefined variable
2012-10-31 Artem Bityutskiybmap-flasher: implement --version option
2012-10-31 Artem Bityutskiybmap-flasher: print flashing speed
2012-10-31 Artem Bityutskiybmap-flasher: move API to a separate module
2012-10-30 Artem Bityutskiybmap-flasher: use logger instead of plain print
2012-10-30 Artem Bityutskiybmap-flasher: add another TODO entry
next