Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented majority of comparison operations | Rainer Gerhards | 2008-02-25 | 3 | -25/+138 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-02-25 | 2 | -2/+4 |
| | |||||
* | preparing for 3.11.5v3-11-5 | Rainer Gerhards | 2008-02-25 | 2 | -5/+5 |
| | |||||
* | implemented data type conversion | Rainer Gerhards | 2008-02-25 | 6 | -44/+131 |
| | |||||
* | - added some thoughts on RainerScript | Rainer Gerhards | 2008-02-24 | 8 | -35/+170 |
| | | | | - worked a bit on conversion functions | ||||
* | worked a bit on var_t data type conversion | Rainer Gerhards | 2008-02-22 | 3 | -17/+78 |
| | |||||
* | simplified var object, now only supports strings and numbers as a single | Rainer Gerhards | 2008-02-22 | 9 | -104/+107 |
| | | | | type | ||||
* | worked a bit on type conversion (specified the interface) | Rainer Gerhards | 2008-02-22 | 3 | -0/+85 |
| | |||||
* | begun implementing rsyslog virtual machine (vm class) | Rainer Gerhards | 2008-02-22 | 5 | -1/+285 |
| | |||||
* | completed initial vmstk implementation | Rainer Gerhards | 2008-02-22 | 3 | -1/+23 |
| | |||||
* | added some doc for imgssapi and imtcp input modules | Rainer Gerhards | 2008-02-22 | 7 | -7/+118 |
| | |||||
* | updated compatibility notes doc | Rainer Gerhards | 2008-02-22 | 2 | -23/+13 |
| | |||||
* | corrected config doc - IETF no longer intends to add facilities | Rainer Gerhards | 2008-02-22 | 1 | -22/+14 |
| | |||||
* | added some information on old-style config to ABNF (probably useful in | Rainer Gerhards | 2008-02-22 | 1 | -1/+1 |
| | | | | getting us to a new config format) | ||||
* | fixed bug in duplicate module load detection | Rainer Gerhards | 2008-02-22 | 1 | -3/+7 |
| | |||||
* | removed no longer needed code | Rainer Gerhards | 2008-02-22 | 1 | -8/+0 |
| | |||||
* | applied patch by varmojfekoj to allow gssapi functionality to be build as a | Rainer Gerhards | 2008-02-22 | 7 | -1024/+1176 |
| | | | | | | separate plugin (so that gssapi and plain tcp functionality can be individually distributed). Also inclulded some other enhancements, most importantly initial compatibility mode system | ||||
* | integrated patch from Peter Vrabec to change the build process to produce | Rainer Gerhards | 2008-02-22 | 2 | -3/+14 |
| | | | | | imtcp.so and imgssapi.so from imtcp.c (in support of new gassapi input module) - many thanks, Peter! | ||||
* | begin to add ABNF for config file as whole | Rainer Gerhards | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | changed version number so that we can release a version specific to gss-api | Rainer Gerhards | 2008-02-22 | 1 | -1/+1 |
| | | | | patch | ||||
* | defined some entry points in vmstk | Rainer Gerhards | 2008-02-21 | 2 | -0/+34 |
| | |||||
* | added empty vmstk class | Rainer Gerhards | 2008-02-21 | 3 | -0/+151 |
| | |||||
* | - modified parser and tokenizer to support slight ABNF modifications from | Rainer Gerhards | 2008-02-21 | 7 | -30/+86 |
| | | | | | | | yesterday - change in ABNF was wrong - made a slightly different change - fixed bugs in tokenizer - expression compiler finished (except bugs, of course ;)) | ||||
* | modified ABNF to meet practical needs | Rainer Gerhards | 2008-02-21 | 1 | -4/+2 |
| | |||||
* | changed tokenizer to utilize var class instead of scalar types | Rainer Gerhards | 2008-02-21 | 5 | -30/+50 |
| | |||||
* | some more interface changes | Rainer Gerhards | 2008-02-21 | 12 | -110/+222 |
| | |||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 13 | -67/+215 |
| | | | | class loading) | ||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 5 | -18/+123 |
| | | | | class loading) | ||||
* | made man page even more beginners-safe ;) | Rainer Gerhards | 2008-02-21 | 1 | -5/+5 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-02-21 | 2 | -2/+3 |
| | |||||
* | cleanup for 3.11.4v3-11-4 | Rainer Gerhards | 2008-02-21 | 9 | -319/+349 |
| | |||||
* | fixed some doc errors - thanks to Michael Biebl for pointing them out | Rainer Gerhards | 2008-02-21 | 2 | -35/+31 |
| | |||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 22 | -248/+247 |
| | | | | rsyslog (now) and also much easier to type | ||||
* | begun expr compile process, first steps done | Rainer Gerhards | 2008-02-20 | 8 | -24/+212 |
| | |||||
* | more precisely described offered professional services | Rainer Gerhards | 2008-02-20 | 1 | -3/+20 |
| | |||||
* | used new classes in expr.c | Rainer Gerhards | 2008-02-20 | 9 | -12/+89 |
| | |||||
* | forgotten header added - thanks to Michael Biebel for alerting me | Rainer Gerhards | 2008-02-20 | 1 | -0/+49 |
| | |||||
* | created initial vmprg class | Rainer Gerhards | 2008-02-20 | 5 | -0/+163 |
| | |||||
* | - added "contains" and "startwith" comparison operations | Rainer Gerhards | 2008-02-20 | 4 | -4/+36 |
| | | | | - defined initial set of opcodes | ||||
* | added vmop class (stage for expression execution) | Rainer Gerhards | 2008-02-20 | 6 | -5/+160 |
| | |||||
* | bugfix: message object was not properly synchronized when the main queue | Rainer Gerhards | 2008-02-20 | 2 | -0/+10 |
| | | | | had a single thread and non-direct action queues were used | ||||
* | $MainMessageQueueDiscardSeverity can now also handle textual severities | Rainer Gerhards | 2008-02-20 | 4 | -72/+61 |
| | | | | (previously only integers) | ||||
* | changed rsCStrDestruct() to use the new interface conventions | Rainer Gerhards | 2008-02-20 | 12 | -43/+44 |
| | |||||
* | created var class out of property_t | Rainer Gerhards | 2008-02-20 | 13 | -81/+197 |
| | |||||
* | added more detail on expression evaluation | Rainer Gerhards | 2008-02-20 | 1 | -0/+0 |
| | |||||
* | added support for C-like inline comments (/* comment... */) | Rainer Gerhards | 2008-02-20 | 2 | -91/+127 |
| | |||||
* | - basic implementation of expression parser parsing done | Rainer Gerhards | 2008-02-20 | 6 | -26/+132 |
| | | | | - improved ABNF a bit | ||||
* | created new class ctok_token | Rainer Gerhards | 2008-02-20 | 8 | -42/+210 |
| | |||||
* | created some notes on powertop and imfile | Rainer Gerhards | 2008-02-20 | 1 | -4/+8 |
| | |||||
* | implemented function in tokenizer | Rainer Gerhards | 2008-02-19 | 3 | -33/+32 |
| |