index
:
python-dmidecode.git
master
dsommers' working copy of upstream python-dmideccode
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issue with unterminated list in dmidecode_xmlapi()
David Sommerseth
2009-06-18
1
-1
/
+1
*
Added dmidump utility
David Sommerseth
2009-06-18
1
-0
/
+13
*
Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate files
David Sommerseth
2009-06-18
9
-169
/
+320
*
Commented in the Debian workaround for `xml2mod'
Nima Talebi
2009-06-17
2
-0
/
+2
*
Added new function: dmixml_FindNodeByAttr_NoCase(...)
David Sommerseth
2009-06-15
3
-7
/
+46
*
Fixed wrong behavivour in pythonizeXMLnode() when no key value is found
David Sommerseth
2009-06-15
1
-23
/
+22
*
Fixed wrong int->hex string conversion
David Sommerseth
2009-06-15
1
-1
/
+1
*
Fixed error in dumping DMI/SMBIOS data to disk
David Sommerseth
2009-06-12
1
-2
/
+4
*
Fixed another XML formatting error in dmidecode.c
David Sommerseth
2009-06-12
1
-1
/
+1
*
Fixed an XML formatting issue - dmispec attribute was duplicated in <OEMstrings>
David Sommerseth
2009-06-11
1
-1
/
+0
*
Pick the version info from version.h
David Sommerseth
2009-06-11
2
-2
/
+4
*
Make get_version() look for version.h one more place
David Sommerseth
2009-06-11
1
-1
/
+5
*
Improved setup.py/setup-dbg.py even more
David Sommerseth
2009-06-11
4
-11
/
+128
*
Updated setup-dbg.py to be in sync with setup.py
David Sommerseth
2009-06-11
1
-3
/
+9
*
Made sure copyright is in place and right people get their deserved credit
David Sommerseth
2009-06-11
8
-5
/
+265
*
Implemented new dmidecode function - QueryTypeId(...)
David Sommerseth
2009-06-11
1
-0
/
+4
*
Implemented new dmidecode function - QuerySection(...)
David Sommerseth
2009-06-11
1
-0
/
+16
*
Renamed <description> to <DMIdescription> to avoid confusion with the <Descri...
David Sommerseth
2009-06-11
1
-1
/
+1
*
Added mapping to retrieve all DMI/SMBIOS types dmidecode can decode
David Sommerseth
2009-06-11
1
-0
/
+46
*
Fixed crashes and unexpected behaviour on unknown DMI/SMBIOS types
David Sommerseth
2009-06-11
3
-20
/
+48
*
Fixed error in XML data for dmi_temperature_probe_location(...)
David Sommerseth
2009-06-11
1
-1
/
+1
*
Cleaned up and fetch libdir from Python settings instead
David Sommerseth
2009-06-10
1
-2
/
+5
*
Added missing include file
David Sommerseth
2009-06-10
1
-0
/
+249
*
Discovered another issue with Python and imports
David Sommerseth
2009-06-10
2
-3
/
+3
*
Fixed missing include and disabled printing errors from stderr
David Sommerseth
2009-06-10
1
-2
/
+2
*
Fixed import issues with dmidecode
David Sommerseth
2009-06-10
3
-66
/
+5
*
Implemented native libxml2 XML API for dmidecode
David Sommerseth
2009-06-10
3
-16
/
+180
*
Forgot to remove a comment in dmierror.c
David Sommerseth
2009-06-09
1
-1
/
+1
*
Remember to compile in dmierror.c ;-)
David Sommerseth
2009-06-09
2
-0
/
+2
*
Improved error handling and fixed last unit-test failures
David Sommerseth
2009-06-09
1
-64
/
+33
*
Don't set exceptions when it should already be set
David Sommerseth
2009-06-09
1
-4
/
+16
*
Moved xmlpythonizer.c over to new error functions
David Sommerseth
2009-06-09
1
-59
/
+48
*
Added new error handling code, to simplify error handling
David Sommerseth
2009-06-09
2
-0
/
+133
*
Fixed SEGV when setting new devive file
David Sommerseth
2009-06-09
1
-2
/
+4
*
Implemented dmidecode.type(int) function properly
David Sommerseth
2009-06-09
1
-19
/
+66
*
Pass typeid as int internally to the dmiMAP_ParseMappingXML_TypeID(...)
David Sommerseth
2009-06-09
2
-4
/
+8
*
Big rewrite again, simplified the usage of opt->type
David Sommerseth
2009-06-09
5
-111
/
+135
*
Renamed _dmiMAP_GetRootElement(...) to dmiMAP_GetRootElement(...) and exporte...
David Sommerseth
2009-06-09
2
-3
/
+4
*
Implemented fix making python-dmidecode work with Python v2.3
David Sommerseth
2009-06-05
2
-0
/
+44
*
More cleanup
David Sommerseth
2009-06-04
1
-17
/
+0
*
Fixed compiling issues after commit 2cf4f28f6fc671478003b31c03b93e070eee9942
David Sommerseth
2009-06-04
3
-15
/
+3
*
Further removal of deprecated functions
Nima Talebi
2009-06-05
4
-67
/
+14
*
Avoid passing the option struct to dmidecode.c functions
David Sommerseth
2009-06-04
4
-32
/
+38
*
Moved options global_options to a more suitable place. Added a comment
David Sommerseth
2009-06-04
1
-2
/
+4
*
Resurrected struct _dmi_codes_major
David Sommerseth
2009-06-04
1
-0
/
+7
*
Removal of more deprecated/unused code.
Nima Talebi
2009-06-04
2
-24
/
+0
*
Rewrote bigger parts to avoid global variables as much as possible
David Sommerseth
2009-06-03
5
-121
/
+152
*
Added missing file section for Doxygen parsing
David Sommerseth
2009-06-03
1
-3
/
+12
*
Added Doxygent comments, fixed missing copyright
David Sommerseth
2009-06-03
1
-22
/
+91
*
Removed some dead code
David Sommerseth
2009-06-03
5
-124
/
+0
[next]