summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * More cleanupDavid Sommerseth2009-06-041-17/+0
| * Fixed compiling issues after commit 2cf4f28f6fc671478003b31c03b93e070eee9942David Sommerseth2009-06-043-15/+3
| * Further removal of deprecated functionsNima Talebi2009-06-054-67/+14
| * Avoid passing the option struct to dmidecode.c functionsDavid Sommerseth2009-06-044-32/+38
| * Moved options global_options to a more suitable place. Added a commentDavid Sommerseth2009-06-041-2/+4
| * Resurrected struct _dmi_codes_majorDavid Sommerseth2009-06-041-0/+7
| * Removal of more deprecated/unused code.Nima Talebi2009-06-042-24/+0
| * Rewrote bigger parts to avoid global variables as much as possibleDavid Sommerseth2009-06-035-121/+152
| * Added missing file section for Doxygen parsingDavid Sommerseth2009-06-031-3/+12
| * Added Doxygent comments, fixed missing copyrightDavid Sommerseth2009-06-031-22/+91
| * Removed some dead codeDavid Sommerseth2009-06-035-124/+0
| * Renamed *_set_version() functions to a more proper *_get_version() function n...David Sommerseth2009-06-034-15/+15
| * Updated comments for all functions in xmlpythonizer.c in Doxygen formatDavid Sommerseth2009-06-021-27/+171
| * Replaced all 'for' iterations on xmlNodes with 'foreach_xmlnode'David Sommerseth2009-06-021-9/+9
| * Removed no longer needed function - is_int()David Sommerseth2009-06-022-10/+0
| * Rewrote the dmiMAP_ParseMappingXML(...) function and split it upDavid Sommerseth2009-06-022-78/+124
| * Rewrote dmixml_FindNodeByAttr(...) function to also use TagNameDavid Sommerseth2009-06-022-21/+19
| * Added a simple helper macro to simplify xmlNode traversingDavid Sommerseth2009-05-291-0/+2
| * Removed unneeded section (already commented out)David Sommerseth2009-05-271-5/+1
| * Fixed WIP from last night (with notes)Nima Talebi2009-05-271-12/+16
| * WIP commitNima Talebi2009-05-2710-580/+563
| * Small update, added FIXME tags and commentsNima Talebi2009-05-241-28/+31
| * Added placeholder for most `type'sNima Talebi2009-05-241-147/+258
| * RenameNima Talebi2009-05-241-0/+0
| * Update URINima Talebi2009-05-241-1/+1
| * Added new target `unit'Nima Talebi2009-05-241-0/+3
| * Follow-up on recent XML config file renameNima Talebi2009-05-244-5/+5
| * CleanupNima Talebi2009-05-243-4/+7
| * Renamed XML config files to better match codeNima Talebi2009-05-242-0/+0
| * Update header file for new function declarationNima Talebi2009-05-241-1/+1
| * AutoheaderedNima Talebi2009-05-241-42/+113
| * Return earlier when possibleNima Talebi2009-05-241-4/+4
| * Loading in the new the new `type' XML fileNima Talebi2009-05-242-2/+13