summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Commented in the Debian workaround for `xml2mod'Nima Talebi2009-06-172-0/+2
| * Small cleanupNima Talebi2009-06-171-1/+0
| * Revert "Make use of setup_common::get_version() in python-dmidecode.spec as w...David Sommerseth2009-06-152-7/+6
| * Added new function: dmixml_FindNodeByAttr_NoCase(...)David Sommerseth2009-06-153-7/+46
| * Fixed wrong behavivour in pythonizeXMLnode() when no key value is foundDavid Sommerseth2009-06-151-23/+22
| * Fixed wrong int->hex string conversionDavid Sommerseth2009-06-151-1/+1
| * Fixed error in dumping DMI/SMBIOS data to diskDavid Sommerseth2009-06-121-2/+4
| * Fixed another XML formatting error in dmidecode.cDavid Sommerseth2009-06-121-1/+1
| * Make use of setup_common::get_version() in python-dmidecode.spec as wellDavid Sommerseth2009-06-122-6/+10
| * More Makefile cleanupDavid Sommerseth2009-06-121-2/+3
| * Moved and renamed redhat.specDavid Sommerseth2009-06-122-2/+2
| * Fixed some issues after commit d0e32662845f2c86fd8090858a51a90408d39172David Sommerseth2009-06-121-2/+8
| * CleanupNima Talebi2009-06-121-68/+10
| * A nothing-changeNima Talebi2009-06-121-9/+9
| * Fixed an XML formatting issue - dmispec attribute was duplicated in <OEMstrings>David Sommerseth2009-06-111-1/+0
| * Added utility to simply change the version numberDavid Sommerseth2009-06-111-0/+53
| * Use version info from version.h in MakefileDavid Sommerseth2009-06-111-2/+5
| * Pick the version info from version.hDavid Sommerseth2009-06-112-2/+4
| * Make get_version() look for version.h one more placeDavid Sommerseth2009-06-111-1/+5
| * Corrected missing copyrightsDavid Sommerseth2009-06-111-1/+2
| * Improved setup.py/setup-dbg.py even moreDavid Sommerseth2009-06-114-11/+128
| * Updated setup-dbg.py to be in sync with setup.pyDavid Sommerseth2009-06-111-3/+9
| * Made sure copyright is in place and right people get their deserved creditDavid Sommerseth2009-06-119-5/+292
| * Implemented new dmidecode function - QueryTypeId(...)David Sommerseth2009-06-111-0/+4
| * Implemented new dmidecode function - QuerySection(...)David Sommerseth2009-06-111-0/+16
| * Renamed <description> to <DMIdescription> to avoid confusion with the <Descri...David Sommerseth2009-06-111-1/+1
| * Added mapping to retrieve all DMI/SMBIOS types dmidecode can decodeDavid Sommerseth2009-06-111-0/+46
| * Fixed crashes and unexpected behaviour on unknown DMI/SMBIOS typesDavid Sommerseth2009-06-113-20/+48
| * Fixed error in XML data for dmi_temperature_probe_location(...)David Sommerseth2009-06-111-1/+1
| * Removed no longer needed fileDavid Sommerseth2009-06-101-1/+0
| * Cleaned up and fetch libdir from Python settings insteadDavid Sommerseth2009-06-101-2/+5
| * Updated Makefile and redhat.spec to workDavid Sommerseth2009-06-102-9/+17
| * Added missing include fileDavid Sommerseth2009-06-101-0/+249
| * Discovered another issue with Python and importsDavid Sommerseth2009-06-104-4/+5
| * Fixed missing include and disabled printing errors from stderrDavid Sommerseth2009-06-101-2/+2
| * Fixed import issues with dmidecodeDavid Sommerseth2009-06-105-21/+22
| * Updated unit-test to check the XML APIDavid Sommerseth2009-06-101-1/+72
| * Implemented native libxml2 XML API for dmidecodeDavid Sommerseth2009-06-103-16/+180
| * Forgot to remove a comment in dmierror.cDavid Sommerseth2009-06-091-1/+1
| * Remember to compile in dmierror.c ;-)David Sommerseth2009-06-092-0/+2
| * Improved error handling and fixed last unit-test failuresDavid Sommerseth2009-06-091-64/+33
| * Don't set exceptions when it should already be setDavid Sommerseth2009-06-091-4/+16
| * Moved xmlpythonizer.c over to new error functionsDavid Sommerseth2009-06-091-59/+48
| * Added new error handling code, to simplify error handlingDavid Sommerseth2009-06-092-0/+133
| * Fixed SEGV when setting new devive fileDavid Sommerseth2009-06-091-2/+4
| * Implemented dmidecode.type(int) function properlyDavid Sommerseth2009-06-091-19/+66
| * Pass typeid as int internally to the dmiMAP_ParseMappingXML_TypeID(...)David Sommerseth2009-06-092-4/+8
| * Big rewrite again, simplified the usage of opt->typeDavid Sommerseth2009-06-095-111/+135
| * Renamed _dmiMAP_GetRootElement(...) to dmiMAP_GetRootElement(...) and exporte...David Sommerseth2009-06-092-3/+4
| * Implemented fix making python-dmidecode work with Python v2.3David Sommerseth2009-06-052-0/+44