summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganised attributes in SystemSlots tagDavid Sommerseth2009-05-151-6/+43
* Completed mapping the memory sectionDavid Sommerseth2009-05-151-0/+46
* Fixed some errors in decoding "3.3.5.9 Processor Characteristics"David Sommerseth2009-05-151-2/+1
* Added 'emptyValue' attribute in the Map tagDavid Sommerseth2009-05-152-16/+34
* Remove 'ns' from the speed_ns attribute in memory sectionDavid Sommerseth2009-05-141-1/+1
* Added new Map attribute - emptyIsNoneDavid Sommerseth2009-05-142-14/+59
* Support fixed size listsDavid Sommerseth2009-05-142-3/+69
* Fixed another parser issueDavid Sommerseth2009-05-141-111/+122
* Avoid segfault if XPATH_NODESET do not contain any dataDavid Sommerseth2009-05-131-1/+6
* Added mapping for chassis informationDavid Sommerseth2009-05-131-0/+19
* Added mapping for ProcessorInfoDavid Sommerseth2009-05-131-0/+48
* Big rewrite of xmlpythonizerDavid Sommerseth2009-05-132-76/+157
* Mark CPU as Populated = 'No' when not presentDavid Sommerseth2009-05-131-1/+1
* Add all CPU flags, and mark them as available or notDavid Sommerseth2009-05-131-2/+4
* Fixed segfault when processing XPATH_NODESET type and the nodeset is NULLDavid Sommerseth2009-05-131-1/+1
* Corrected minor errors in ProcessorInfo XML tagsDavid Sommerseth2009-05-131-2/+3
* Improved error handling when parsing mapping XMLDavid Sommerseth2009-05-042-5/+9
* Fixed typo in config.h - error in pythonmap.xml filenameDavid Sommerseth2009-05-041-1/+1
* Improved setting of pythonmap.xmlDavid Sommerseth2009-04-303-1/+31
* Fixed a bug causing segvDavid Sommerseth2009-04-301-2/+2
* Version number fixNima Talebi2009-05-012-2/+2
* Began completing the rewrite of needed dmidecodemodule changesDavid Sommerseth2009-04-305-98/+154
* Rewritten dmixml_GetXPathContent(...) and _get_key_value(...)David Sommerseth2009-04-303-37/+53
* Completed mapping the bios sectionDavid Sommerseth2009-04-291-12/+23
* Reimplemented the XPath integrationDavid Sommerseth2009-04-291-27/+43
* Added function for retrieving values from XPath objectsDavid Sommerseth2009-04-292-1/+36
* dmidecode: Moved ROMsize size unit into tag attributeDavid Sommerseth2009-04-291-1/+3
* Filter out BIOS characteristics with XPath expressionsDavid Sommerseth2009-04-291-19/+16
* Revert "Added filter and filtervalue attributes to xmlpythonizer's <Map> tags"David Sommerseth2009-04-292-78/+12
* Exported ptzmap_Free()David Sommerseth2009-04-292-2/+3
* Added pythonmap.xml - default XML -> Python mapping setupDavid Sommerseth2009-04-291-7/+28
* Added filter and filtervalue attributes to xmlpythonizer's <Map> tagsDavid Sommerseth2009-04-292-12/+78
* Updated xmlpythonizer to support boolean type and dynamic XPath keysDavid Sommerseth2009-04-292-37/+88
* Added generic XML -> Python parserDavid Sommerseth2009-04-294-1/+590
* Only consider XML nodes which is of XML_ELEMENT_NODE when finding a specific ...David Sommerseth2009-04-291-1/+2
* Don't return NULL in dmixml_GetContent(...)David Sommerseth2009-04-291-1/+1
* Fixed compiler error due to API changesDavid Sommerseth2009-04-291-1/+1
* More XML cleanupDavid Sommerseth2009-04-291-11/+9
* Cleaned up the XML dataDavid Sommerseth2009-04-293-374/+79
* Do not add XML values if input is "(null)"David Sommerseth2009-04-291-3/+10
* Added right trim of xml dataDavid Sommerseth2009-04-291-0/+7
* Fixed wrong string handling of DMI data, which caused SEGVDavid Sommerseth2009-04-291-4/+4
* Added more XML functionsDavid Sommerseth2009-04-292-0/+58
* Added missing copyright detailsDavid Sommerseth2009-04-292-2/+8
* Removed all Python dependencies in dmidecode.[ch]David Sommerseth2009-04-294-35/+34
* Made it compileDavid Sommerseth2009-04-292-18/+18
* Ported most functions to XML interfaceDavid Sommerseth2009-04-293-1282/+1321
* Checked in a work in progress - Python dict -> XMLDavid Sommerseth2009-04-292-1124/+1248
* Fixed wrong xmlAttrNode type to xmlAttrDavid Sommerseth2009-04-291-1/+2
* Modified setup.py to compile in dmixml.c and link against libxml2David Sommerseth2009-04-291-2/+4