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
/
rsyslog.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-0
/
+10
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-0
/
+3
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
1
-0
/
+2
*
some minor things in regard to portability
Rainer Gerhards
2008-03-06
1
-0
/
+1
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-1
/
+3
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-0
/
+4
*
- changed module interface to support querying obj interface (stage work)
Rainer Gerhards
2008-03-04
1
-0
/
+2
*
fixed newly introduced bugs in imgssapi and imtcp and their helpers now
Rainer Gerhards
2008-03-03
1
-0
/
+1
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-0
/
+2
*
bugfix: object property deserializer did not handle negative numbers
Rainer Gerhards
2008-02-27
1
-1
/
+2
*
- added sysvar class
Rainer Gerhards
2008-02-25
1
-0
/
+5
*
- added some thoughts on RainerScript
Rainer Gerhards
2008-02-24
1
-1
/
+3
*
worked a bit on type conversion (specified the interface)
Rainer Gerhards
2008-02-22
1
-0
/
+1
*
begun implementing rsyslog virtual machine (vm class)
Rainer Gerhards
2008-02-22
1
-0
/
+1
*
completed initial vmstk implementation
Rainer Gerhards
2008-02-22
1
-0
/
+2
*
first steps in implementing object interfaces (stage work for later dynamic
Rainer Gerhards
2008-02-21
1
-0
/
+1
*
- begun implementation of expression parsing logic
Rainer Gerhards
2008-02-19
1
-0
/
+3
*
implemented initial tokenizer (stage work for expr parser)
Rainer Gerhards
2008-02-19
1
-0
/
+1
*
- implemented $ActionLibdbiDriverDirectory config directive
Rainer Gerhards
2008-02-15
1
-0
/
+1
*
did some more work on omlibdbi, but did not yet get libdbi working. I guess
Rainer Gerhards
2008-02-15
1
-0
/
+1
*
error handling and cleanup in imfile
Rainer Gerhards
2008-02-14
1
-0
/
+2
*
done some more work on omsnmp to bring it fully in line with recent rsyslog
Rainer Gerhards
2008-02-11
1
-2
/
+2
*
bugfix: having fun with 32/64 bit portability - after 15 years, I finally
Rainer Gerhards
2008-01-31
1
-0
/
+5
*
cleanup to prepare for release
Rainer Gerhards
2008-01-28
1
-0
/
+1
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-5
/
+6
*
fixed sync issue on shutdown process if need to persist pure memory queue
Rainer Gerhards
2008-01-17
1
-1
/
+1
*
worked on threading
Rainer Gerhards
2008-01-17
1
-1
/
+1
*
implemented dynamic startup and shutdown of worker threads based on current
Rainer Gerhards
2008-01-16
1
-0
/
+1
*
- implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logic
Rainer Gerhards
2008-01-14
1
-0
/
+1
*
worker shutdown sequence enhanced to try different ways to shut down and
Rainer Gerhards
2008-01-14
1
-0
/
+1
*
support for reading back persistet queue information completed
Rainer Gerhards
2008-01-13
1
-1
/
+5
*
partial ability to read a disk queue back in (not completed, but would like
Rainer Gerhards
2008-01-11
1
-0
/
+2
*
support for de-serializing strm objects added
Rainer Gerhards
2008-01-11
1
-0
/
+1
*
added function to de-serialize a property bag (untested as other code is
Rainer Gerhards
2008-01-11
1
-0
/
+1
*
some cleanup
Rainer Gerhards
2008-01-10
1
-4
/
+4
*
changed queue class to use stream class
Rainer Gerhards
2008-01-09
1
-1
/
+1
*
implemented queue object method to set the file name prefix
Rainer Gerhards
2008-01-09
1
-0
/
+1
*
- implemented new GetSize() handler for config files
Rainer Gerhards
2008-01-09
1
-0
/
+1
*
- MsgSetProperty() implemented
Rainer Gerhards
2008-01-07
1
-0
/
+9
*
implemented class type registry
Rainer Gerhards
2008-01-07
1
-0
/
+1
*
implemented buffered read calls for the queue file
Rainer Gerhards
2008-01-07
1
-0
/
+2
*
queue is now a full object and handles threading by itself
Rainer Gerhards
2008-01-03
1
-0
/
+1
*
took TCPSend() apart and made it generic via function pointers
Rainer Gerhards
2007-12-28
1
-0
/
+4
*
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-4
/
+0
*
- implemented afterRun input module interface function
Rainer Gerhards
2007-12-17
1
-0
/
+1
*
implemented $MarkMessagePeriod config directive
Rainer Gerhards
2007-12-17
1
-0
/
+1
*
moved thread termination code out to threads.c
Rainer Gerhards
2007-12-17
1
-0
/
+1
*
changed license to GPLv3 (for what is to become rsyslog v3)
Rainer Gerhards
2007-12-14
1
-0
/
+19
*
- added an identifier to command handler table - need to identify which
Rainer Gerhards
2007-11-21
1
-0
/
+1
*
split the function cvthname() for clarity. Also changed to using the
Rainer Gerhards
2007-09-18
1
-0
/
+3
[next]