summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New feature release (log handling)v3.10.11Nima Talebi2010-02-163-2/+13
|
* Merge branch 'master' of git.autonomy.net.au:python-dmidecodeNima Talebi2010-02-160-0/+0
|\
| * New upstream release (v3.10.10)v3.10.10Nima Talebi2010-01-123-6/+16
| |
* | New upstream release (v3.10.10)Nima Talebi2010-02-163-6/+16
| |
* | Improved DMIerror message tag when decoding is not possibleDavid Sommerseth2010-02-051-6/+16
| | | | | | | | Plus some minor code style clean up
* | Removed not needed \n from log_append() entriesDavid Sommerseth2010-02-056-14/+14
| |
* | Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-058-65/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Valid flags are: * LOGFL_NORMAL Log all messages to the log context, and send log message to stderr on errors * LOGFL_NODUPS Log only unique messages. Duplicated messages will be removed * LOGFL_NOSTDERR Don't write to stderr, even if errors occur
* | Ported fprintf() -> log_append() on XML functionsDavid Sommerseth2010-01-085-63/+74
| |
* | Update Python build rulesDavid Sommerseth2010-01-082-0/+2
| |
* | Port dmidump to use the new log APIDavid Sommerseth2010-01-082-6/+6
| | | | | | | | | | | | This port will not create a new log buffer (Log_t), but log_append() will print errors to stderr in this case, as the log buffer pointer is NULL.
* | More fprintf() -> log_append() portingDavid Sommerseth2010-01-087-34/+36
| |
* | Implement a global log buffer and start porting fprint() -> log_append()David Sommerseth2010-01-082-24/+75
| |
* | Don't print false error warning if logp == NULLDavid Sommerseth2010-01-081-1/+7
| |
* | Added a new log APIDavid Sommerseth2010-01-082-0/+266
|/
* Moved write_dump() over to dmidump.c, as this is the only user of this functionDavid Sommerseth2010-01-082-36/+38
|
* Removed struct dmi_minor. It was not used anywhere.David Sommerseth2010-01-081-8/+0
|
* Make sure const char *filename is not a wild pointerDavid Sommerseth2010-01-071-1/+1
|
* Removed not needed informationDavid Sommerseth2010-01-071-1/+0
|
* Forgot to update versioning informationv3.10.9Nima Talebi2010-01-072-2/+5
| | | | | (Despite dazo automating the process with a script, it was obviously still too difficult).
* Added bug idNima Talebi2010-01-061-1/+1
|
* New upstream releaseNima Talebi2010-01-061-0/+1
|
* Applied patch from Scott KittermanNima Talebi2010-01-063-3/+14
|
* Closes Bug#561904Nima Talebi2010-01-062-1/+8
|
* Changes necessary to keep Debian packages saneNima Talebi2010-01-062-2/+8
| | | | | | | | Both setup.py and setup-dbg.py install the same file, namely: /usr/share/pyshared/dmidecode.py This generated Bug#561904. This commit closes this bug.
* Updated for 3.10.8v3.10.8Nima Talebi2010-01-061-0/+9
|
* Improved set_dev() functionDavid Sommerseth2009-12-171-5/+17
| | | | | | | | | This function would often fail during the unit test. Most probably because the complete error checking was a bit odd. Rewritten the error checks to be a bit more sane. Also improved error situations, where it will now throw an exception with an error message instead of just returning False.
* Endian-aware codeNima Talebi2009-12-151-1/+2
|
* Improved some log linesDavid Sommerseth2009-12-151-5/+5
|
* Removed yet another dmidecode.dump() test when running as non-rootDavid Sommerseth2009-12-151-3/+4
|
* Updated utils/set_version to be more intelligent with the .spec fileDavid Sommerseth2009-12-141-6/+33
| | | | | - Reset the Release variable in the .spec file to 1 - Add a changelog entry with the new version
* Fixed errornous log lineDavid Sommerseth2009-12-141-1/+1
|
* Do not try to dump DMI data if test hardware do not support itDavid Sommerseth2009-12-141-7/+14
|
* Take endinanness into consideration when compilingDavid Sommerseth2009-12-143-2/+14
|
* Added WARN as an alternative to soft failuresNima Talebi2009-12-141-4/+17
|
* Run unit tests with more verbose infoDavid Sommerseth2009-12-141-1/+1
|
* Fixed missing quotes, which lead all tests to failDavid Sommerseth2009-12-141-1/+1
|
* Now takes flags for color and verbosityNima Talebi2009-12-141-230/+303
| | | | | Default is no color, and no verbosity, exiting with a 0 on no failures, and 1 otherwise.
* Any Python version should doNima Talebi2009-12-141-1/+1
|
* Spelling fixesNima Talebi2009-12-142-2/+2
| | | | Thanks Lintian! You're a champ!
* Adding the other memory dumps tooNima Talebi2009-12-1417-0/+0
|
* Merge branch 'master' of git.autonomy.net.au:python-dmidecodeNima Talebi2009-12-140-0/+0
|\ | | | | | | | | Conflicts: debian/changelog
| * CleanupNima Talebi2009-12-132-1/+7
| |
| * Catch up to the latestNima Talebi2009-12-121-3/+2
| |
| * Added note on closing bugNima Talebi2009-09-281-2/+2
| |
| * Added libxml2 dependencies.Nima Talebi2009-09-282-1/+8
| |
* | New release for Debian preparedNima Talebi2009-12-141-0/+10
| |
* | CleanupNima Talebi2009-12-142-1/+7
| |
* | Catch up to the latestNima Talebi2009-12-141-3/+2
| |
* | Added note on closing bugNima Talebi2009-12-141-2/+2
| |
* | Added libxml2 dependencies.Nima Talebi2009-12-142-1/+8
| |