aboutsummaryrefslogtreecommitdiffstats
path: root/src/sosreport
Commit message (Expand)AuthorAgeFilesLines
* version bumped to 1.7-6pre0shnavid2007-08-031-3/+5
* catch exceptions even for copyStuff()shnavid2007-08-021-7/+11
* added changelog entries to spec fileshnavid2007-08-021-2/+5
* Merged navid-dev r306 into the trunkshnavid2007-08-021-41/+68
* Merged navid-dev r276 into the trunkshnavid2007-07-311-156/+96
* merged navid-devel branch r248shnavid2007-07-291-51/+100
* * added color output for increased readabilityshnavid2007-07-181-5/+13
* * added preliminary problem diagnosis supportshnavid2007-07-181-82/+106
* * initial language localization supportshnavid2007-07-141-23/+28
* * bumped releaseshnavid2007-07-131-4/+4
* * resized progressbar to 40 charsshnavid2007-07-131-16/+22
* * fixed doExitCode() calling thread.wait() instead of join()shnavid2007-07-131-35/+66
* * cosmetic fixes.shnavid2007-07-121-4/+4
* * bumped version to 1.7r1.7shnavid2007-07-121-71/+95
* * allow non-users to run with --help or --list-plugins (-l)shnavid2007-07-101-5/+6
* * added --enableplugin (-e) option to enable plugins which were inactiveshnavid2007-07-101-24/+47
* * plugin.defaultenabled() decides whether a plugin will be automatically loa...shnavid2007-07-101-1/+4
* * Added command line option to set plugin options (ie. to enable "rpm -Va": s...shnavid2007-07-021-1/+17
* Beautified output of --list-plugins.shnavid2007-06-271-4/+7
* * [BZ#241282] initial port to RHEL4 :) sos core now runs happily, plugins wi...shnavid2007-06-151-13/+18
* * remove temporary xmlreport debugging lines.shnavid2007-06-151-1/+0
* * Initial commit of XML reporting to gather details about commands executed ...shnavid2007-06-151-2/+78
* Exceptions in plugin.analyse() were not catched allowing a bad plugin to brea...shnavid2007-06-151-1/+5
* typosconklin2007-04-241-1/+1
* Fixed an error in option handling - when fast options weresconklin2007-04-241-0/+2
* Cosmetic fix.shnavid2007-03-301-1/+2
* Disable the progress-bar if verbosity is enabled.shnavid2007-03-291-0/+1
* Another small fix to logging.shnavid2007-03-291-2/+2
* Improved logging and small fix to checkenabled()shnavid2007-03-291-15/+16
* Added a checkenabled() function which can be used to disable a plugin at run-...shnavid2007-03-291-0/+3
* Better logging using python's logging module.shnavid2007-03-271-18/+35
* Fixed a typo.shnavid2007-03-231-1/+1
* Small fix to progress barshnavid2007-03-151-1/+2
* Small fix for progressbar to work properly when running multithreaded.shnavid2007-03-151-2/+5
* Implemented a progress bar (RFE BZ#219672) which can be disabled from the com...shnavid2007-03-151-0/+68
* fixed BZ#219877 (ncurses "Cancel" button makes sosreport exit)shnavid2007-03-141-2/+8
* Allow passing multiple comma-separated plugin names to -n (--noplugin) and -o...shnavid2007-03-071-4/+17
* Exit if no valid plugin was selected (rather than building an empty sosreport).shnavid2007-02-201-0/+4
* Added --onlyplugin option (-o) to selectively choose which plugins to load (c...shnavid2007-02-201-3/+9
* First stage interrupt / ^C handlingjwbernin2007-02-171-1/+4
* Fixed another unterminated string.shnavid2007-02-161-1/+1
* Fixed a small typo (unterminated string).shnavid2007-02-161-2/+2
* Bit further towards proper interrupt handlingjwbernin2007-02-151-3/+11
* Basic KeyboardInterrupt / SIGTERM handling, still needs more developmentjwbernin2007-01-291-12/+17
* Starting attempt at handling SIGTERM, SIGKILL gracefully via signal()jwbernin2007-01-271-1/+25
* Fixed a problem if when no plugins specified to be skipped.sconklin2007-01-121-4/+4
* Don't load a plugin when it's excluded - we don't want to deal with it at alljwbernin2006-12-161-1/+1
* Removed spurious messages, fixed file permissions to improve security,sconklin2006-12-151-14/+19
* Starting to revamp how we send data up to make it more modular and isolate it...jwbernin2006-10-181-2/+6
* Added alerts for tainted kernel and some well-known tainting modules.sconklin2006-09-071-4/+5