summaryrefslogtreecommitdiffstats
path: root/src/dmidecodemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-051-5/+8
* Ported fprintf() -> log_append() on XML functionsDavid Sommerseth2010-01-081-5/+5
* Implement a global log buffer and start porting fprint() -> log_append()David Sommerseth2010-01-081-24/+73
* Improved set_dev() functionDavid Sommerseth2009-12-171-5/+17
* Fixed issue with unterminated list in dmidecode_xmlapi()David Sommerseth2009-06-181-1/+1
* Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate filesDavid Sommerseth2009-06-181-1/+2
* Fixed error in dumping DMI/SMBIOS data to diskDavid Sommerseth2009-06-121-2/+4
* Pick the version info from version.hDavid Sommerseth2009-06-111-1/+2
* Implemented new dmidecode function - QueryTypeId(...)David Sommerseth2009-06-111-0/+4
* Implemented new dmidecode function - QuerySection(...)David Sommerseth2009-06-111-0/+16
* Discovered another issue with Python and importsDavid Sommerseth2009-06-101-2/+2
* Fixed import issues with dmidecodeDavid Sommerseth2009-06-101-2/+2
* Implemented native libxml2 XML API for dmidecodeDavid Sommerseth2009-06-101-14/+116
* Improved error handling and fixed last unit-test failuresDavid Sommerseth2009-06-091-64/+33
* Fixed SEGV when setting new devive fileDavid Sommerseth2009-06-091-2/+4
* Implemented dmidecode.type(int) function properlyDavid Sommerseth2009-06-091-19/+66
* Big rewrite again, simplified the usage of opt->typeDavid Sommerseth2009-06-091-74/+124
* Further removal of deprecated functionsNima Talebi2009-06-051-5/+5
* Avoid passing the option struct to dmidecode.c functionsDavid Sommerseth2009-06-041-5/+5
* Moved options global_options to a more suitable place. Added a commentDavid Sommerseth2009-06-041-2/+4
* Rewrote bigger parts to avoid global variables as much as possibleDavid Sommerseth2009-06-031-87/+118
* Renamed *_set_version() functions to a more proper *_get_version() function n...David Sommerseth2009-06-031-8/+8
* Removed unneeded section (already commented out)David Sommerseth2009-05-271-5/+1
* WIP commitNima Talebi2009-05-271-39/+30
* Loading in the new the new `type' XML fileNima Talebi2009-05-241-1/+10
* Completed preliminary reimplementation of type()Nima Talebi2009-05-241-2/+12
* More cleanupNima Talebi2009-05-231-1/+1
* Reversioned, relicensed, and rejiggedNima Talebi2009-05-221-10/+40
* Update copyright noticeNima Talebi2009-05-221-0/+11
* Improved error handling when parsing mapping XMLDavid Sommerseth2009-05-041-1/+3
* Improved setting of pythonmap.xmlDavid Sommerseth2009-04-301-1/+26
* Fixed a bug causing segvDavid Sommerseth2009-04-301-2/+2
* Began completing the rewrite of needed dmidecodemodule changesDavid Sommerseth2009-04-301-67/+114
* Removed all Python dependencies in dmidecode.[ch]David Sommerseth2009-04-291-0/+1
* Made it compileDavid Sommerseth2009-04-291-9/+14
* Added indenting tool for C code and reindented *.[ch] filesDavid Sommerseth2009-04-291-251/+323
* Reverting recent (pointless) change.nima2009-03-311-0/+305
* Preparing to migrate to GIT.nima2009-03-311-305/+0
* Cleaned up the fix for type(127).nima2008-12-221-2/+4
* Handle cases where user does not have appropriate permission to access thenima2008-12-211-6/+15
* Cleanup.nima2008-12-201-1/+1
* Handle cases where user asks for invalid types.nima2008-12-201-3/+6
* Version information now set once during init().nima2008-12-201-29/+76
* Removed "detected" from appearing in every single function call. TODO: An ivarnima2008-12-201-13/+33
* More testing and fixes.nima2008-12-191-3/+7
* Removed a printf() comment.nima2008-12-191-1/+1
* Check that the path given with set_dev() is writeable.nima2008-12-191-9/+22
* Test for write permission prior to write attempts.nima2008-12-191-8/+7
* The dmidecode.type() call not takes ints, not strings.nima2008-12-181-2/+5
* Cleaning up source area, ready for debianizing, and rpm after that.nima2008-12-171-0/+205