Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'regex' | Rainer Gerhards | 2009-04-02 | 2 | -6/+35 |
|\ | |||||
| * | fully integrated regex patch | Rainer Gerhards | 2009-04-02 | 2 | -30/+14 |
| * | streamlined regex patch | Rainer Gerhards | 2009-04-02 | 2 | -26/+39 |
| * | improved performance of regexp-based filters | Rainer Gerhards | 2009-04-02 | 2 | -0/+32 |
* | | clean compile on solaris | Rainer Gerhards | 2009-04-02 | 2 | -2/+7 |
|/ | |||||
* | added O_CLOEXEC to open() calls | Rainer Gerhards | 2009-04-02 | 1 | -1/+1 |
* | added new "csv" property replacer option | Rainer Gerhards | 2009-04-02 | 1 | -0/+34 |
* | Merge branch 'master' into tests | Rainer Gerhards | 2009-03-26 | 5 | -6/+98 |
|\ | |||||
| * | Merge branch 'dapatch' | Rainer Gerhards | 2009-03-25 | 5 | -6/+98 |
| |\ | |||||
| | * | bugfix: potential abort with DA queue after high watermark is reached | Rainer Gerhards | 2009-03-25 | 5 | -6/+98 |
* | | | improved testing support | Rainer Gerhards | 2009-03-19 | 1 | -1/+1 |
|/ / | |||||
* | | bugfix: removed (newly introduced) memory leaks | Rainer Gerhards | 2009-03-13 | 2 | -6/+3 |
* | | better readability for compiled VMPrg output | Rainer Gerhards | 2009-03-12 | 2 | -24/+29 |
* | | initial implementation of RainerScript functions & strlen() | Rainer Gerhards | 2009-03-10 | 7 | -10/+142 |
* | | fixed a platform issue the prevented building on solaris | Rainer Gerhards | 2009-03-06 | 1 | -0/+5 |
* | | integrated various patches for solaris | Rainer Gerhards | 2009-03-05 | 9 | -238/+262 |
* | | fixed newly introduced memory leak | Rainer Gerhards | 2009-03-04 | 1 | -1/+4 |
* | | some optimization on regex code | Rainer Gerhards | 2009-03-04 | 1 | -26/+1 |
* | | added ERE support in filter conditions | Rainer Gerhards | 2009-03-04 | 3 | -11/+37 |
* | | Merge branch 'beta' | Rainer Gerhards | 2009-02-24 | 1 | -9/+9 |
|\ \ | |||||
| * | | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 1 | -9/+9 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-01-30 | 1 | -0/+7 |
|\| | | |||||
| * | | added info if atomic ops are available to rsyslogd -v output | Rainer Gerhards | 2009-01-30 | 1 | -0/+7 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-01-30 | 1 | -0/+2 |
|\| | | |||||
| * | | Merge branch 'v3-stable' into beta, conclude fix for race | Rainer Gerhards | 2009-01-30 | 2 | -2/+6 |
| |\| | |||||
| | * | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-01-30 | 1 | -12/+7 |
| | * | bugfix: invalid mutex access in msg.c | Rainer Gerhards | 2009-01-30 | 2 | -2/+6 |
| * | | bugfix: inconsistent use of mutex/atomic operations could cause segfault | Rainer Gerhards | 2009-01-30 | 2 | -7/+8 |
* | | | Merge branch 'drd-testing' | Rainer Gerhards | 2009-01-29 | 2 | -2/+8 |
|\ \ \ | |||||
| * | | | bugfix: unitialized mutex was used in msg.c:getPRI | Rainer Gerhards | 2009-01-26 | 2 | -2/+8 |
* | | | | fixed atomic operations | Rainer Gerhards | 2009-01-29 | 2 | -7/+6 |
* | | | | Merge branch 'beta' | Rainer Gerhards | 2009-01-27 | 1 | -0/+29 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-01-27 | 1 | -0/+29 |
| |\| | |||||
| | * | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-01-12 | 1 | -0/+29 |
* | | | bufgix: $PreserveFQDN was not properly handled for locally emitted messages | Rainer Gerhards | 2008-12-20 | 2 | -1/+27 |
* | | | resolved compile problem, e.g. on FreeBSD | Rainer Gerhards | 2008-12-08 | 2 | -3/+3 |
* | | | added $PreserveFQDN config file directive | Rainer Gerhards | 2008-12-08 | 4 | -3/+12 |
* | | | fixed some compiler warnings | Rainer Gerhards | 2008-12-05 | 1 | -0/+1 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-12-04 | 10 | -26/+142 |
|\| | | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-12-04 | 8 | -3/+88 |
| |\| | |||||
| | * | bugfix: memory leaks in gtls netstream driver | Rainer Gerhards | 2008-12-03 | 2 | -1/+11 |
| | * | minor: net.c did not compile if GSSAPI support was disabled | Rainer Gerhards | 2008-12-03 | 1 | -0/+2 |
| | * | added interface function to nsd_gtls needed for ACL control | Rainer Gerhards | 2008-12-01 | 1 | -0/+15 |
| | * | bugfix: $AllowedSender handled invalidly for plain TCP transport | Rainer Gerhards | 2008-11-29 | 5 | -2/+60 |
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-29 | 3 | -23/+54 |
| |\| | |||||
| | * | security bugfix: $AllowedSender was not honored, | Rainer Gerhards | 2008-11-29 | 3 | -23/+54 |
* | | | some cleanup (forgotten...) | Rainer Gerhards | 2008-12-03 | 1 | -4/+1 |
* | | | bugfix: code did not compile without zlib | Rainer Gerhards | 2008-12-03 | 1 | -1/+5 |
* | | | enhanced legacy syslog parser to detect year if part of the timestampv4.1.0 | Rainer Gerhards | 2008-11-18 | 1 | -0/+19 |
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-11-18 | 2 | -3/+20 |
|\| | |