| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
tests/diag.sh
|
| |
| |
| |
| |
| |
| | |
This had no real consequences, as it happend exactly
once during the runtime, so the OS cleaned up. However, it
broke the valgrind testbench.
|
|\|
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
action.c
plugins/imudp/imudp.c
runtime/glbl.c
|
| |
| |
| |
| |
| |
| | |
circumstances
also fixed some cosmetic nits
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
ChangeLog
runtime/parser.c
runtime/queue.c
runtime/wtp.c
template.c
threads.c
tools/syslogd.c
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
parser now supports $Begin action, $End action, $StrictScoping,
but not yet the actual semantics.
|
|/ /
| |
| |
| | |
first step: adding object-type specifier to config statement table
|
|/
|
|
| |
32-bit platforms
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
runtime/msg.h
tcps_sess.c
tcpsrv.c
tools/syslogd.c
|
| | |
|
|/
|
|
| |
... as well as added multi-ruleset support for imtcp
|
| |
|
|
|
|
|
|
|
|
| |
Conflicts:
ChangeLog
configure.ac
doc/manual.html
|
|
|
|
|
| |
Also added redirector to web description of error codes
closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
|
|
|
|
|
|
|
| |
Conflicts:
ChangeLog
rfc3195d.c
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
plugins/imklog/linux.c
runtime/cfsysline.c
runtime/ctok.c
runtime/linkedlist.c
runtime/sysvar.c
|
|
|
|
| |
(thanks to Michael Biebl for noticing)
|
|
|
|
|
|
|
|
|
|
| |
- added the ability to specify an error log function for the
runtime
- removed dependency of core runtime on dirty.h
Note that it is "better" modularity, not perfect. There is still
work to do, but I think we can for the time being proceed with
other things.
|
|
cleanup + created an abstract class for global data
items and moved glblGetWorkDir to it
|