summaryrefslogtreecommitdiffstats
path: root/tools/omshell.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed regression from last commitRainer Gerhards2010-07-271-0/+1
| | | | config variables were not properly initialized
* milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-0/+10
| | | | | | | The output interface has been changed, but we do not yet utilize the new interface. Also, it looks like a regression was introduced. But before hunting it down, I'd like to make a commit (what also easys the regresion hunt).
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
| | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity.
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+1
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* some more cleanupRainer Gerhards2008-04-161-0/+148
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear