summaryrefslogtreecommitdiffstats
path: root/plugins/imsolaris
Commit message (Collapse)AuthorAgeFilesLines
* adopted imsolaris to the new v5 semanticsRainer Gerhards2010-04-211-8/+17
| | | | | | It now supports the new cancel-free termination mode. This is important to get a really reliable solution in all cases. This concludes the initial implementation of imsolaris for v5.
* fixed broken mergeRainer Gerhards2010-04-201-1/+0
|
* finalized work on imsolarisRainer Gerhards2010-04-201-110/+126
| | | | | | | | Did a couple of clean-ups and made the module more robust. Among others, improved performance and structure, fixed the recovery handler (which did not correctly work before) and straightend out some minor issues. Doc and some platform tests are still missing, but other than that this version looks pretty good.
* improved quality of imsolaris codeRainer Gerhards2010-04-194-131/+163
| | | | including refctoring for a more simple solution
* changed imsolaris to use submitMsg() APIRainer Gerhards2010-04-191-16/+4
| | | | | This includes a modification to the rsyslog engine so that messages without PRI inside the message can properly be handled.
* some more cleanupRainer Gerhards2010-04-193-29/+11
|
* minor cleanup (cosmetic)Rainer Gerhards2010-04-151-68/+51
|
* first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-154-0/+824
more cleanup required, but things now basically work