summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Take endinanness into consideration when compilingDavid Sommerseth2009-12-143-2/+14
* Spelling fixesNima Talebi2009-12-142-2/+2
* Changed version number to 3.10.8David Sommerseth2009-12-101-1/+1
* New release (3.10.7)Nima Talebi2009-09-231-1/+1
* Moved a OS-specific library settings out to commonv3.10.6-rc1Nima Talebi2009-08-033-6/+8
* Completed python XML map for TypeMap 0x26David Sommerseth2009-07-021-2/+18
* Completed python XML map for TypeMap 0x21David Sommerseth2009-07-021-1/+17
* Completed python XML map for TypeMap 0x1EDavid Sommerseth2009-07-021-1/+13
* Completed python XML map for TypeMap 0x1CDavid Sommerseth2009-07-022-2/+25
* Completed python XML map for TypeMap 0x1BDavid Sommerseth2009-07-021-1/+11
* Completed python XML map for TypeMap 0x1ADavid Sommerseth2009-07-021-1/+24
* Completed python XML map for TypeMap 0x19David Sommerseth2009-07-021-1/+9
* Completed python XML map for TypeMap 0x18David Sommerseth2009-07-021-1/+16
* Completed python XML map for TypeMap 0x17David Sommerseth2009-07-021-1/+17
* Completed python XML map for TypeMap 0x16David Sommerseth2009-07-022-2/+23
* Completed python XML map for TypeMap 0x15David Sommerseth2009-07-021-0/+10
* Completed python XML map for TypeMap 0x14David Sommerseth2009-07-021-1/+18
* Completed python XML map for TypeMap 0x13David Sommerseth2009-07-021-1/+14
* Completed python XML map for TypeMap 0x12David Sommerseth2009-07-021-1/+18
* Completed python XML map for TypeMap 0x0CDavid Sommerseth2009-07-021-1/+11
* Completed python XML map for TypeMap 0x0BDavid Sommerseth2009-07-021-1/+11
* Completed python XML map for TypeMap 0x06David Sommerseth2009-07-022-3/+28
* Completed python XML map for TypeMap 0x05David Sommerseth2009-07-022-8/+39
* Undefine NDEBUG in normal compiles as well.David Sommerseth2009-07-011-1/+2
* Fixed incorrectly Py_DECREC() on Py_None valuesDavid Sommerseth2009-06-191-3/+5
* Fixed missing check which caused SEGV on Python2.3David Sommerseth2009-06-191-1/+1
* Fixed issue with unterminated list in dmidecode_xmlapi()David Sommerseth2009-06-181-1/+1
* Added dmidump utilityDavid Sommerseth2009-06-181-0/+13
* Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate filesDavid Sommerseth2009-06-189-169/+320
* Commented in the Debian workaround for `xml2mod'Nima Talebi2009-06-172-0/+2
* 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
* Fixed an XML formatting issue - dmispec attribute was duplicated in <OEMstrings>David Sommerseth2009-06-111-1/+0
* 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
* 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-118-5/+265
* 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
* Cleaned up and fetch libdir from Python settings insteadDavid Sommerseth2009-06-101-2/+5
* Added missing include fileDavid Sommerseth2009-06-101-0/+249
* Discovered another issue with Python and importsDavid Sommerseth2009-06-102-3/+3