summaryrefslogtreecommitdiffstats
path: root/obj-types.h
Commit message (Expand)AuthorAgeFilesLines
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-11/+43
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-0/+1
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-3/+3
* some cleanupRainer Gerhards2008-03-071-3/+1
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-1/+1
* converted conf.c to an abstract classRainer Gerhards2008-02-291-3/+24
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-39/+28
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-12/+22
* - added sysvar classRainer Gerhards2008-02-251-3/+4
* simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-0/+13
* some more interface changesRainer Gerhards2008-02-211-0/+18
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-1/+9
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-0/+59
* used new classes in expr.cRainer Gerhards2008-02-201-0/+20
* added vmop class (stage for expression execution)Rainer Gerhards2008-02-201-2/+6
* created var class out of property_tRainer Gerhards2008-02-201-25/+3
* created new class ctok_tokenRainer Gerhards2008-02-201-2/+3
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-1/+1
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-2/+3
* - added doc on how expressions will workRainer Gerhards2008-02-191-2/+3
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-3/+49
* fixed bug in release buildRainer Gerhards2008-01-291-2/+2
* implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-291-12/+7
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-11/+14
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-4/+9
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-5/+33
* queue is now able to restore persisted state on startup (but still someRainer Gerhards2008-01-161-1/+1
* begin disk assisted queue memory queue modes (not fully implemented yet)Rainer Gerhards2008-01-141-2/+2
* - implemented config file handlers forRainer Gerhards2008-01-141-2/+3
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-0/+1
* added function to de-serialize a property bag (untested as other code isRainer Gerhards2008-01-111-2/+2
* support for object property bags addedRainer Gerhards2008-01-111-1/+2
* file stream objects are now persistet on immediate queue shutdown (queueRainer Gerhards2008-01-111-1/+24
* made queue file names better readableRainer Gerhards2008-01-101-0/+30
* needed to create obj-types.h to break circular referencesRainer Gerhards2008-01-101-0/+117