Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - begun implementation of expression parsing logic | Rainer Gerhards | 2008-02-19 | 7 | -105/+364 |
| | | | | - implemented, simpstr, var, number in tokenizer | ||||
* | implemented initial tokenizer (stage work for expr parser) | Rainer Gerhards | 2008-02-19 | 6 | -713/+1172 |
| | |||||
* | - added ctok class (the config tokenizer) | Rainer Gerhards | 2008-02-19 | 9 | -90/+253 |
| | | | | - done stage work to begin implement tokenizer | ||||
* | begun with documenting classes (will be a long and ongoing effort...) | Rainer Gerhards | 2008-02-19 | 1 | -0/+0 |
| | |||||
* | some include file cleanup | Rainer Gerhards | 2008-02-19 | 1 | -3/+0 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-02-19 | 2 | -7/+1 |
| | |||||
* | - moved config file code to its own file | Rainer Gerhards | 2008-02-19 | 7 | -1112/+1214 |
| | | | | | | - finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor) | ||||
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 19 | -242/+157 |
| | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros | ||||
* | added professional support options to doc set (also somthing that we need | Rainer Gerhards | 2008-02-19 | 4 | -5/+133 |
| | | | | to have in order to be an alternative to syslog-ng) | ||||
* | fixed forgotten file - thanks to Michael Biebl | Rainer Gerhards | 2008-02-18 | 1 | -0/+1 |
| | |||||
* | bumping version number | Rainer Gerhards | 2008-02-18 | 2 | -1/+3 |
| | |||||
* | preparing for 3.11.3v3-11-3 | Rainer Gerhards | 2008-02-18 | 2 | -31/+39 |
| | |||||
* | documented at least a bit about the debug settings | Rainer Gerhards | 2008-02-18 | 2 | -38/+134 |
| | |||||
* | - removed no longer necessary signal from threads.c | Rainer Gerhards | 2008-02-18 | 3 | -34/+18 |
| | | | | | - changed debug output request signal to SIGUSR2 (as originally intented), restored SIGUSR1 semantics | ||||
* | bugfix: default port was not used on $UDPServerRun when none was specified | Rainer Gerhards | 2008-02-18 | 1 | -1/+1 |
| | | | | - http://bugzilla.adiscon.com/show_bug.cgi?id=6 | ||||
* | applied patch from Michael Biebl to auto-detect new libdbi version | Rainer Gerhards | 2008-02-18 | 3 | -9/+11 |
| | |||||
* | bugfix: fixed abort when invalid template was provided to an action bug: | Rainer Gerhards | 2008-02-18 | 2 | -1/+6 |
| | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=4 |