Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | some cleanup | Rainer Gerhards | 2008-02-18 | 1 | -16/+0 | |
| | ||||||
* | - changed interface "printchopped()" so that it looks more like a generic | Rainer Gerhards | 2008-02-18 | 8 | -25/+38 | |
| | | | | | | | message submission interface. Part of the ongoing modularization effort. - bugfix: invalid kernel log format -- see bug http://bugzilla.adiscon.com/show_bug.cgi?id=1 | |||||
* | improved man page a bit for the novice user | Rainer Gerhards | 2008-02-16 | 2 | -3/+3 | |
| | ||||||
* | improved man page a bit for the novice user | Rainer Gerhards | 2008-02-16 | 1 | -10/+9 | |
| | ||||||
* | adopted omlibdbi to use new version of libdbi | Rainer Gerhards | 2008-02-16 | 1 | -0/+20 | |
| | ||||||
* | fixed small doc problem; thank to Jon Conran fro bringing this to our | Rainer Gerhards | 2008-02-16 | 1 | -1/+1 | |
| | | | | attention. | |||||
* | bumped version number | Rainer Gerhards | 2008-02-16 | 2 | -1/+3 | |
| | ||||||
* | syslog-ng posted a feature sheet, I began to update mine | Rainer Gerhards | 2008-02-15 | 1 | -16/+11 | |
| | ||||||
* | preparing for 3.11.2v3-11-2 | Rainer Gerhards | 2008-02-15 | 4 | -42/+45 | |
| | ||||||
* | added link to syslog-ng feature sheet (just appeared) | Rainer Gerhards | 2008-02-15 | 1 | -6/+12 | |
| | ||||||
* | made the rsyslog/syslog-ng comparison a bit more readable | Rainer Gerhards | 2008-02-15 | 1 | -76/+86 | |
| | ||||||
* | - implemented $ActionLibdbiDriverDirectory config directive | Rainer Gerhards | 2008-02-15 | 10 | -225/+374 | |
| | | | | | - some cleanup - doc improvements | |||||
* | cleaned up omlibdbi - works now | Rainer Gerhards | 2008-02-15 | 2 | -4/+15 | |
| | ||||||
* | the libdbi problem was actually related to libdbi/distro packages; fixed | Rainer Gerhards | 2008-02-15 | 2 | -12/+2 | |
| | | | | | that by installing from source, now omlibdbi basically works removed some debug code | |||||
* | did some more work on omlibdbi, but did not yet get libdbi working. I guess | Rainer Gerhards | 2008-02-15 | 4 | -3/+24 | |
| | | | | its a compile problem, but have not found it so far. | |||||
* | created an initial version of omlibdbi (does not yet work) | Rainer Gerhards | 2008-02-14 | 4 | -135/+142 | |
| |