summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | tweaked omgssapi a bit to use our regular calling conventionsRainer Gerhards2008-02-291-4/+4
| |
* | changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-2921-87/+246
| | | | | | | | interface structure
* | some stage work on rsyslog loaderRainer Gerhards2008-02-292-5/+11
| |
* | fixed document titleRainer Gerhards2008-02-291-1/+1
| |
* | added "help" command to runtime debug flagsRainer Gerhards2008-02-283-2/+22
| |
* | bumped version numberRainer Gerhards2008-02-281-1/+1
| |
* | bugfix: removed debugging code that I forgot to remove before releasingRainer Gerhards2008-02-282-17/+4
| | | | | | | | 3.12.0 (does not cause harm and happened only during startup)
* | enabled debug-support to pull runtime options from environment (bug 18)Rainer Gerhards2008-02-282-26/+95
| |
* | implemented environment-settable debug optionsRainer Gerhards2008-02-284-42/+142
| |
* | prepared for 3.12.0v3-12-0Rainer Gerhards2008-02-282-4/+8
| |
* | preparing for 3.12.0Rainer Gerhards2008-02-282-83/+119
| |
* | - wrote doc on how to use the expression engineRainer Gerhards2008-02-2813-78/+238
| | | | | | | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations
* | worked a bit on the rsyslog/syslog-ng comparsion - slowly gets in betterRainer Gerhards2008-02-282-162/+354
| | | | | | | | shape ;)
* | updated "mysql paper" to include information for other databases, tooRainer Gerhards2008-02-281-16/+25
| |
* | bumped version number (again... let's see if we finally get to 3.12.0 ;))Rainer Gerhards2008-02-272-1/+3
| |
* | prepared for 3.11.6v3-11-6Rainer Gerhards2008-02-272-6/+6
| |
* | - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was justRainer Gerhards2008-02-277-28/+83
| | | | | | | | | | | | | | | | | | initiated but not fully initialized (a race condition) - bugfix: queue properties sizeOnDisk, bytesRead were persisted to disk with wrong data type (long instead of int64) - could cause problems on 32 bit machines - fixed a problem introduced today, on-disk queue size was now wrongly calculated (but not in any released version)
* | bugfix: object property deserializer did not handle negative numbersRainer Gerhards2008-02-273-2/+18
| |
* | bugfix: during queue shutdown, an assert invalidly triggered when theRainer Gerhards2008-02-274-4/+23
| | | | | | | | | | | | primary queue's DA worker was terminated while the DA queue's regular worker was still executing. This could result in a segfault during shutdown. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=41
* | removed TODO that was long implementedRainer Gerhards2008-02-271-13/+0
| |
* | bugfix: queue disk file were not properly persisted when immediately afterRainer Gerhards2008-02-274-3/+14
| | | | | | | | | | | | | | | | | | closing an output file rsyslog was stopped or huped (the new output file open must NOT have happend at that point) - this lead to a sparse and invalid queue file which could cause several problems to the engine (unpredictable results). This situation should have happened only in very rare cases. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=40
* | bugfix: imfile could abort under extreme stress conditions (when it wasRainer Gerhards2008-02-271-3/+7
| | | | | | | | terminated before it could open all of its to be monitored files)
* | bugfix: queue cancel cleanup handler could be called with invalid pointerRainer Gerhards2008-02-275-15/+25
| | | | | | | | if dequeue failed
* | worked on queue stabilityRainer Gerhards2008-02-266-16/+56
| |
* | - fixed wrong pointer in imgssapi config codingRainer Gerhards2008-02-262-10/+6
| | | | | | | | - added $InputGSSServerMaxSessions config directive
* | fixed wrong pointer in imgssapi config codingRainer Gerhards2008-02-261-1/+1
| |
* | some stage work for library modulesRainer Gerhards2008-02-262-12/+6
| |
* | bugfix: rsyslogd segfaulted on second SIGHUP tracker:Rainer Gerhards2008-02-263-11/+49
| | | | | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=38
* | removed left-over dbgprintf which could even cause multi-threading troublesRainer Gerhards2008-02-261-1/+0
| |
* | shuffled some more code, added comments varmojfekoj sent me a while ago toRainer Gerhards2008-02-262-21/+45
| | | | | | | | imgssapi
* | split off imgssapi from imtcp, but still with a lot of dependencyRainer Gerhards2008-02-269-302/+380
| |
* | implemented STARTSWITH vm instructionRainer Gerhards2008-02-264-12/+34
| |
* | declared some things in imtcp.c static so that they don't conflict ifRainer Gerhards2008-02-261-5/+5
| | | | | | | | loaded as imtcp and imgssapi
* | added some user doc on RainerScriptRainer Gerhards2008-02-264-31/+99
| |
* | applied patch from varmojfekoj to fix an issue with compatibility mode andRainer Gerhards2008-02-262-2/+11
| | | | | | | | default module directories (many thanks!)
* | applied Michael Biebl's fix for building rsyslog core without gssapiRainer Gerhards2008-02-265-9/+18
| | | | | | | | support
* | fixed segfault when pure string values were tried to be addedRainer Gerhards2008-02-252-12/+14
| |
* | added string concatenation operator & to RainerScriptRainer Gerhards2008-02-259-4/+44
| |
* | improved class diagramRainer Gerhards2008-02-251-0/+0
| |
* | - added sysvar classRainer Gerhards2008-02-257-6/+270
| | | | | | | | - added PUSHSYSVAR operation to vm
* | - added PUSHMSGVAR operationRainer Gerhards2008-02-259-22/+213
| | | | | | | | - included expression support in filter module (and it works ;))
* | - added some temporary testing aids to conf.c, so that we can debugRainer Gerhards2008-02-257-13/+104
| | | | | | | | | | | | expression support as it is implemented - fixed a couple of bugs in expression system - added more operations to virtual machine - now works well with constants
* | implemented majority of comparison operationsRainer Gerhards2008-02-253-25/+138
| |
* | bumped version numberRainer Gerhards2008-02-252-2/+4
| |
* | preparing for 3.11.5v3-11-5Rainer Gerhards2008-02-252-5/+5
| |
* | implemented data type conversionRainer Gerhards2008-02-256-44/+131
| |
* | - added some thoughts on RainerScriptRainer Gerhards2008-02-248-35/+170
| | | | | | | | - worked a bit on conversion functions
* | worked a bit on var_t data type conversionRainer Gerhards2008-02-223-17/+78
| |
* | simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-229-104/+107
| | | | | | | | type
* | worked a bit on type conversion (specified the interface)Rainer Gerhards2008-02-223-0/+85
| |