summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Broken commit - change in XML mapping designNima Talebi2009-05-244-313/+359
| * Completed preliminary reimplementation of type()Nima Talebi2009-05-248-21/+72
| * Reimplementing the type() function - WIPNima Talebi2009-05-235-6/+35
| * Reimplementing support for the type() method - WIPNima Talebi2009-05-231-0/+21
| * Expanding the test case to include the POC demoNima Talebi2009-05-239-0/+718
| * Cleanup of test caseNima Talebi2009-05-231-37/+43
| * More work on test caseNima Talebi2009-05-231-30/+49
| * Completed test caseNima Talebi2009-05-233-30/+41
| * More cleanupNima Talebi2009-05-236-36/+66
| * Updating Debian-specificsNima Talebi2009-05-237-835/+2347
| * Added missing doc filesNima Talebi2009-05-232-2/+2
| * Final cleanupNima Talebi2009-05-233-4/+13
| * Fixed minor bug which prevented debug buildsNima Talebi2009-05-232-2/+4
| * UpdateNima Talebi2009-05-231-5/+6
| * GPLv3 changed to GPLv2Nima Talebi2009-05-233-653/+353
| * Reversioned, relicensed, and rejiggedNima Talebi2009-05-2211-63/+152
| * Update copyright noticeNima Talebi2009-05-222-6/+14
| * Bringing setup files upto dateNima Talebi2009-05-222-9/+12
| * Fixed a bug, and preparing to dupload to DebianNima Talebi2009-05-222-1/+10
| * Changed the node content of /dmidecode/ProcessorInfo/CPUCore/cpu_flags/flag t...David Sommerseth2009-05-201-30/+30
| * Fixed the bios field mapping to use relative XPathsDavid Sommerseth2009-05-201-23/+23
| * Added field mapping for dmidecode.connectors()David Sommerseth2009-05-201-0/+22
| * Added field mapping for dmidecode.slots()David Sommerseth2009-05-201-0/+22
| * Use correct index value for /dmidecode/SystemSlots/SlotCharacteristics/Charac...David Sommerseth2009-05-201-1/+1
| * Added field mapping for dmidecode.baseboard()David Sommerseth2009-05-201-0/+28
| * Added field mapping for the dmidecode.system() sectionDavid Sommerseth2009-05-201-3/+52
| * Added support for value type 'list:dict' for field mappingDavid Sommerseth2009-05-202-14/+80
| * Added field python dict mapping for CacheInfoDavid Sommerseth2009-05-201-0/+36
| * Fixed some errors in the XML layout on CacheInfoDavid Sommerseth2009-05-201-3/+3
| * Added a few missing commentsDavid Sommerseth2009-05-201-0/+8
| * Fixed some ugly, unattractive and unhealthy codeNima Talebi2009-05-201-12/+0
| * 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