summaryrefslogtreecommitdiffstats
path: root/obj.c
Commit message (Expand)AuthorAgeFilesLines
* moved files to the runtimeRainer Gerhards2008-04-161-1342/+0
* Merge branch 'beta'Rainer Gerhards2008-04-151-1/+2
|\
| * applied patch from Tiziano Müller to remove some compiler warningsRainer Gerhards2008-04-111-1/+2
| * bugfix: zero-length strings were not supported in object deserializerRainer Gerhards2008-04-041-2/+2
| * bugfix: some memory leak when queue is runing in disk modeRainer Gerhards2008-04-031-2/+10
* | some cleanupRainer Gerhards2008-04-111-2/+1
* | bugfix: zero-length strings were not supported in object deserializerRainer Gerhards2008-04-041-2/+2
* | changed command line processing. -v, -M, -c options are now parsed andRainer Gerhards2008-04-041-4/+3
* | bugfix: some memory leak when queue is runing in disk modeRainer Gerhards2008-04-031-2/+10
|/
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-0/+7
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-9/+147
* some cleanupRainer Gerhards2008-03-071-4/+0
* fixed potential infinite loop condition when module load failed on startupRainer Gerhards2008-03-071-4/+5
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-3/+19
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-1/+2
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-1/+10
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-10/+13
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-1/+7
* - added class tcpsRainer Gerhards2008-03-021-1/+0
* converted conf.c to an abstract classRainer Gerhards2008-02-291-4/+16
* corrected invalid function definitionRainer Gerhards2008-02-291-1/+1
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-53/+202
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-18/+112
* - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was justRainer Gerhards2008-02-271-1/+7
* bugfix: object property deserializer did not handle negative numbersRainer Gerhards2008-02-271-1/+15
* bugfix: queue disk file were not properly persisted when immediately afterRainer Gerhards2008-02-271-1/+3
* simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-37/+33
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-6/+16
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-211-0/+6
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
* used new classes in expr.cRainer Gerhards2008-02-201-2/+0
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-1/+1
* created var class out of property_tRainer Gerhards2008-02-201-30/+26
* - added doc on how expressions will workRainer Gerhards2008-02-191-4/+2
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-0/+15
* added ability to re-enqueue objects into the queue when a worker thread isRainer Gerhards2008-01-291-1/+3
* implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-291-1/+61
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-18/+18
* worker shutdown sequence enhanced to try different ways to shut down andRainer Gerhards2008-01-141-1/+0
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-2/+10
* partial ability to read a disk queue back in (not completed, but would likeRainer Gerhards2008-01-111-3/+51
* added function to de-serialize a property bag (untested as other code isRainer Gerhards2008-01-111-19/+80
* queue can now persist disk queue information on immediate shutdownRainer Gerhards2008-01-111-1/+1
* support for object property bags addedRainer Gerhards2008-01-111-14/+40
* file stream objects are now persistet on immediate queue shutdown (queueRainer Gerhards2008-01-111-3/+5
* changed some config parameters and some cleanupRainer Gerhards2008-01-101-1/+1
* - added write functions for several types to stream classRainer Gerhards2008-01-101-78/+57
* some cleanup on object modelRainer Gerhards2008-01-091-29/+30
* completed object deserializerRainer Gerhards2008-01-081-15/+46
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-9/+73