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 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
*
- changed part of the CStr interface so that better error tracking is
Rainer Gerhards
2007-09-05
1
-0
/
+2
*
applied patches which will be released under 1.19.1, changed doc for 1.19.1
v1-19-1
Michael Meckelein
2007-08-22
1
-3
/
+5
*
optimized select handling, after select polling cycle is now finished when
Rainer Gerhards
2007-08-08
1
-0
/
+1
*
- I found out that we finally have problems with the (somewhat recursive)
Rainer Gerhards
2007-08-03
1
-0
/
+1
*
- added CODE_STD_FINALIZERparseSelectorAct to module-generation macros
Rainer Gerhards
2007-08-03
1
-0
/
+1
*
- some more code cleanup
Rainer Gerhards
2007-08-01
1
-0
/
+1
*
- got the basic code in place to create an in-memory list of cfsysline
Rainer Gerhards
2007-07-31
1
-0
/
+3
*
prepared cfsysline.c for integration into output modules
Rainer Gerhards
2007-07-31
1
-2
/
+0
*
added some more functions to linkedList class
Rainer Gerhards
2007-07-31
1
-0
/
+2
*
added a generic linked list object (files linkedlist.h/c)
Rainer Gerhards
2007-07-31
1
-0
/
+1
[next]