summaryrefslogtreecommitdiffstats
path: root/libpit/Source/libpit.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-18Removed autotools and VS files, and standardised source dir namingBenjamin Dobell1-296/+0
2014-05-06Updated copyright notices to 2014Benjamin Dobell1-1/+1
2013-05-12Update copyright notices, version identifier and documentation for 1.4.0 release.Benjamin Dobell1-1/+1
2013-05-05Fixed two major bugs in libpit related functionality:Benjamin Dobell1-5/+5
- Partitions were being excluded from flashing (and UI) if the block-count was zero. Instead this is now done using a new IsFlashable() method which checks if the partition name is not blank. - PitData::Pack() was packing the partition name where it should have been packing the "flash filename". This resulted in incorrect PIT files being flashed to the device.
2013-01-22- Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell1-4/+4
care" to "unsupported". - Changed block size in libpit to mean either block size or block offset.
2012-10-01Heimdall 1.4 RC1:Benjamin Dobell1-40/+45
- Massive refactoring. - Support for Qualcomm based devices. - Print PIT from file. - Use partition names as arguments e.g. --HIDDEN, --KERNEL, --MOVINAND etc. - Heimdall Frontend UI improvements. - And much more...
2012-03-31Updated version to 1.3.2 and copyright notices to 2012.v1.3.2Benjamin Dobell1-1/+1
2012-03-29Renamed partitionType to chipIdentifier as partition type was incorrect.Benjamin Dobell1-4/+4
2011-07-09Version 1.3 (beta)Benjamin Dobell1-0/+0
2011-07-081.3 betaBenjamin Dobell1-1/+1
2011-07-07Version 1.3 beta.Benjamin Dobell1-0/+35
2011-07-05Major 1.3 updatesBenjamin Dobell1-75/+47
2011-05-311.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices.Benjamin Dobell1-0/+284