summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* modified ABNF to meet practical needsRainer Gerhards2008-02-211-4/+2
|
* changed tokenizer to utilize var class instead of scalar typesRainer Gerhards2008-02-215-30/+50
|
* some more interface changesRainer Gerhards2008-02-2112-110/+222
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-2113-67/+215
| | | | class loading)
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-215-18/+123
| | | | class loading)
* made man page even more beginners-safe ;)Rainer Gerhards2008-02-211-5/+5
|
* bumped version numberRainer Gerhards2008-02-212-2/+3
|
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-219-319/+349
|
* fixed some doc errors - thanks to Michael Biebl for pointing them outRainer Gerhards2008-02-212-35/+31
|
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-2122-248/+247
| | | | rsyslog (now) and also much easier to type
* begun expr compile process, first steps doneRainer Gerhards2008-02-208-24/+212
|
* more precisely described offered professional servicesRainer Gerhards2008-02-201-3/+20
|
* used new classes in expr.cRainer Gerhards2008-02-209-12/+89
|
* forgotten header added - thanks to Michael Biebel for alerting meRainer Gerhards2008-02-201-0/+49
|
* created initial vmprg classRainer Gerhards2008-02-205-0/+163
|
* - added "contains" and "startwith" comparison operationsRainer Gerhards2008-02-204-4/+36
| | | | - defined initial set of opcodes
* added vmop class (stage for expression execution)Rainer Gerhards2008-02-206-5/+160
|
* bugfix: message object was not properly synchronized when the main queueRainer Gerhards2008-02-202-0/+10
| | | | had a single thread and non-direct action queues were used
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-204-72/+61
| | | | (previously only integers)
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-2012-43/+44
|
* created var class out of property_tRainer Gerhards2008-02-2013-81/+197
|
* added more detail on expression evaluationRainer Gerhards2008-02-201-0/+0
|
* added support for C-like inline comments (/* comment... */)Rainer Gerhards2008-02-202-91/+127
|
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-206-26/+132
| | | | - improved ABNF a bit
* created new class ctok_tokenRainer Gerhards2008-02-208-42/+210
|
* created some notes on powertop and imfileRainer Gerhards2008-02-201-4/+8
|
* implemented function in tokenizerRainer Gerhards2008-02-193-33/+32
|
* - begun implementation of expression parsing logicRainer Gerhards2008-02-197-105/+364
| | | | - implemented, simpstr, var, number in tokenizer
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-196-713/+1172
|
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-199-90/+253
| | | | - done stage work to begin implement tokenizer
* begun with documenting classes (will be a long and ongoing effort...)Rainer Gerhards2008-02-191-0/+0
|
* some include file cleanupRainer Gerhards2008-02-191-3/+0
|
* cleanupRainer Gerhards2008-02-192-7/+1
|
* - moved config file code to its own fileRainer Gerhards2008-02-197-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 workRainer Gerhards2008-02-1919-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 needRainer Gerhards2008-02-194-5/+133
| | | | to have in order to be an alternative to syslog-ng)
* fixed forgotten file - thanks to Michael BieblRainer Gerhards2008-02-181-0/+1
|
* bumping version numberRainer Gerhards2008-02-182-1/+3
|
* preparing for 3.11.3v3-11-3Rainer Gerhards2008-02-182-31/+39
|
* documented at least a bit about the debug settingsRainer Gerhards2008-02-182-38/+134
|
* - removed no longer necessary signal from threads.cRainer Gerhards2008-02-183-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 specifiedRainer Gerhards2008-02-181-1/+1
| | | | - http://bugzilla.adiscon.com/show_bug.cgi?id=6
* applied patch from Michael Biebl to auto-detect new libdbi versionRainer Gerhards2008-02-183-9/+11
|
* bugfix: fixed abort when invalid template was provided to an action bug:Rainer Gerhards2008-02-182-1/+6
| | | | http://bugzilla.adiscon.com/show_bug.cgi?id=4
* some cleanupRainer Gerhards2008-02-181-16/+0
|
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-188-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 userRainer Gerhards2008-02-162-3/+3
|
* improved man page a bit for the novice userRainer Gerhards2008-02-161-10/+9
|
* adopted omlibdbi to use new version of libdbiRainer Gerhards2008-02-161-0/+20
|
* fixed small doc problem; thank to Jon Conran fro bringing this to ourRainer Gerhards2008-02-161-1/+1
| | | | attention.