summaryrefslogtreecommitdiffstats
path: root/plugins/omuxsock
Commit message (Collapse)AuthorAgeFilesLines
* undoing v6.1 config scoping interface, part II (now finished)Rainer Gerhards2012-01-191-3/+3
| | | | | | This concludes the removal of the new scoping interface, at least as far as pre v6-plugins are affected. Full code cleanup will happen in the v6.3 branch.
* Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-141-21/+14
|\ | | | | | | | | Conflicts: plugins/imtcp/imtcp.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-21/+14
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-21/+14
| | | | | | | | | | | | after carful check for copyright holder
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| |/ | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* / Merge branch 'master' into tmpRainer Gerhards2010-08-111-14/+25
|/ | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omudpspoof/omudpspoof.c runtime/rsyslog.h also updated omuxsock and imptcp to new interfaces
* added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-062-0/+323
this is the counterpart to imuxsock, enabling fast local forwarding