index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
obj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: zero-length strings were not supported in object deserializer
Rainer Gerhards
2008-04-04
1
-2
/
+2
*
bugfix: some memory leak when queue is runing in disk mode
Rainer Gerhards
2008-04-03
1
-2
/
+10
*
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
1
-0
/
+7
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-9
/
+147
*
some cleanup
Rainer Gerhards
2008-03-07
1
-4
/
+0
*
fixed potential infinite loop condition when module load failed on startup
Rainer Gerhards
2008-03-07
1
-4
/
+5
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
1
-3
/
+19
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-1
/
+2
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-1
/
+10
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-10
/
+13
*
fixed newly introduced bugs in imgssapi and imtcp and their helpers now
Rainer Gerhards
2008-03-03
1
-1
/
+7
*
- added class tcps
Rainer Gerhards
2008-03-02
1
-1
/
+0
*
converted conf.c to an abstract class
Rainer Gerhards
2008-02-29
1
-4
/
+16
*
corrected invalid function definition
Rainer Gerhards
2008-02-29
1
-1
/
+1
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-53
/
+202
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
1
-18
/
+112
*
- bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just
Rainer Gerhards
2008-02-27
1
-1
/
+7
*
bugfix: object property deserializer did not handle negative numbers
Rainer Gerhards
2008-02-27
1
-1
/
+15
*
bugfix: queue disk file were not properly persisted when immediately after
Rainer Gerhards
2008-02-27
1
-1
/
+3
*
simplified var object, now only supports strings and numbers as a single
Rainer Gerhards
2008-02-22
1
-37
/
+33
*
first steps in implementing object interfaces (stage work for later dynamic
Rainer Gerhards
2008-02-21
1
-6
/
+16
*
cleanup for 3.11.4
v3-11-4
Rainer Gerhards
2008-02-21
1
-0
/
+6
*
changed rsCStrObj name to cstr_t, which is more inline with the rest of
Rainer Gerhards
2008-02-21
1
-4
/
+4
*
used new classes in expr.c
Rainer Gerhards
2008-02-20
1
-2
/
+0
*
changed rsCStrDestruct() to use the new interface conventions
Rainer Gerhards
2008-02-20
1
-1
/
+1
*
created var class out of property_t
Rainer Gerhards
2008-02-20
1
-30
/
+26
*
- added doc on how expressions will work
Rainer Gerhards
2008-02-19
1
-4
/
+2
*
- renamed Msg object to usual all-lowercase object name (else we ran into
Rainer Gerhards
2008-01-30
1
-0
/
+15
*
added ability to re-enqueue objects into the queue when a worker thread is
Rainer Gerhards
2008-01-29
1
-1
/
+3
*
implemented naming for all objects (mostly as a debug aid, but you never
Rainer Gerhards
2008-01-29
1
-1
/
+61
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-18
/
+18
*
worker shutdown sequence enhanced to try different ways to shut down and
Rainer Gerhards
2008-01-14
1
-1
/
+0
*
support for reading back persistet queue information completed
Rainer Gerhards
2008-01-13
1
-2
/
+10
*
partial ability to read a disk queue back in (not completed, but would like
Rainer Gerhards
2008-01-11
1
-3
/
+51
*
added function to de-serialize a property bag (untested as other code is
Rainer Gerhards
2008-01-11
1
-19
/
+80
*
queue can now persist disk queue information on immediate shutdown
Rainer Gerhards
2008-01-11
1
-1
/
+1
*
support for object property bags added
Rainer Gerhards
2008-01-11
1
-14
/
+40
*
file stream objects are now persistet on immediate queue shutdown (queue
Rainer Gerhards
2008-01-11
1
-3
/
+5
*
changed some config parameters and some cleanup
Rainer Gerhards
2008-01-10
1
-1
/
+1
*
- added write functions for several types to stream class
Rainer Gerhards
2008-01-10
1
-78
/
+57
*
some cleanup on object model
Rainer Gerhards
2008-01-09
1
-29
/
+30
*
completed object deserializer
Rainer Gerhards
2008-01-08
1
-15
/
+46
*
- first implementation of "disk" queue mode finished. It still needs some
Rainer Gerhards
2008-01-08
1
-9
/
+73
*
implemented queue disk reader to switch to multiple files
Rainer Gerhards
2008-01-08
1
-2
/
+1
*
worked a bit more on the queue, disk dequeing part (not complete yet)
Rainer Gerhards
2008-01-07
1
-0
/
+2
*
- MsgSetProperty() implemented
Rainer Gerhards
2008-01-07
1
-7
/
+275
*
implemented class type registry
Rainer Gerhards
2008-01-07
1
-0
/
+32
*
implemented disk queue as far as I could without an object de-serializer
Rainer Gerhards
2008-01-07
1
-2
/
+2
*
performance-tuned stringbuf class
Rainer Gerhards
2008-01-07
1
-4
/
+11
*
worked on object header (now also contains the size)
Rainer Gerhards
2008-01-06
1
-30
/
+54
[next]