bump version and soname
[platform/upstream/libatasmart.git] / atasmart.c
2009-04-10 Lennart Poetteringrevamp blob serialization and include smart status...
2009-04-09 Lennart Poetteringminor cleanup
2009-04-09 Lennart Poetteringdeal with ATA/USB truncation
2009-04-09 Lennart Poetteringadd support for sunplus usb/ata bridges
2009-04-07 Lennart Poetteringuse O_NONBLOCK mode when opening device
2009-04-07 Lennart Poetteringfix parsing of awake status
2009-04-05 Lennart Poetteringmake sure we don't choke on attribute id 255
2009-04-05 Lennart Poetteringdefine type string for 'unknown'
2009-04-03 Lennart Poetteringremove | chars that are too much from regexp
2009-04-03 Lennart Poetteringfix parsing of power-on-minutes
2009-04-03 Lennart Poetteringopen the disk device in O_RDONLY, let's see how compati...
2009-04-03 Lennart Poetteringmake sure the blob data is packed. it's certainly packe...
2009-04-02 Lennart Poetteringadd functions to save/load smart data blobs directly
2009-03-24 Lennart Poetteringcopy in new quirk table from smartmontools
2009-03-19 Lennart Poetteringhandle the good status of bad sector attributes especially
2009-03-19 Lennart Poetteringdrop -1 suffix from attribute names to make things...
2009-03-19 Lennart Poetteringadd new API sk_disk_smart_get_overall()
2009-03-18 Lennart Poetteringadd high-level sk_disk_smart_get_{power_on, temperature...
2009-03-18 Lennart Poetteringfix a few typos
2009-03-18 Lennart Poetteringdump access mode
2009-03-18 Matthew Garrett12-byte SAT support for libatasmart
2008-07-25 Lennart Poetteringfix space dropping algorithm
2008-07-25 Lennart Poetteringadd missing strpool lookup
2008-07-25 Lennart Poetteringadd more complete quirk framework
2008-07-19 Lennart Poetteringstrinpoolize even more tables
2008-07-19 Lennart Poetteringinitialize sense data to make valgrind shut up
2008-07-19 Lennart Poetteringactually use strpool for the atasmart sources
2008-07-03 Lennart Poetteringadd a simple string pool generator
2008-07-03 Lennart Poetteringmake a few attribute names actually unique
2008-07-02 Lennart Poetteringinclude raw attribute data
2008-07-02 Lennart Poetteringhighlight lines only when good_valid is set
2008-07-02 Lennart Poetteringcheck for threshold/value validity
2008-07-01 Lennart Poetteringautoconfization
2008-07-01 Lennart Poetteringfix copyright blurb
2008-07-01 Lennart Poetteringfixup #includes
2008-07-01 Lennart Poetteringrename smart.[ch] to atasmart.[ch]