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
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
made queue file names better readable
Rainer Gerhards
2008-01-10
1
-0
/
+2
*
created a generic stream class (for file access)
Rainer Gerhards
2008-01-09
1
-0
/
+2
*
added --enable-mudflap ./configure option
Rainer Gerhards
2008-01-08
1
-2
/
+2
*
- begun some work on Msg Object serializiation
Rainer Gerhards
2008-01-04
1
-0
/
+2
*
removed reference to rklogd - thanks Michael Biebl for bringing this to my
Rainer Gerhards
2008-01-03
1
-1
/
+1
*
moved queue code to its own module (finally)
Rainer Gerhards
2008-01-03
1
-0
/
+2
*
created omtesting, a debug and development aid output module. This is stage
Rainer Gerhards
2007-12-31
1
-1
/
+1
*
omgssapi created
Rainer Gerhards
2007-12-28
1
-0
/
+4
*
prepared for imudp
Rainer Gerhards
2007-12-21
1
-1
/
+1
*
begun work on imtcp
Rainer Gerhards
2007-12-21
1
-1
/
+1
*
begun moving unix socket code to its own module
Rainer Gerhards
2007-12-20
1
-1
/
+1
*
begun imklog, replacing klogd.c (finally we get rid of it...)
Rainer Gerhards
2007-12-17
1
-12
/
+5
*
moved core threading helpers out of syslogd.c
Rainer Gerhards
2007-12-14
1
-0
/
+2
*
begin work on on immark, the first input module. In the long term this will
Rainer Gerhards
2007-12-14
1
-0
/
+2
*
fixed a potential race condition, see link for details:
Rainer Gerhards
2007-12-11
1
-0
/
+2
*
added expr.c, which has some thoughts on expression implementation
Rainer Gerhards
2007-12-11
1
-0
/
+1
*
applied patch from Michael Biebl for an even cleaner autotools config in
Rainer Gerhards
2007-12-04
1
-4
/
+1
*
added Bartosz Kuzma patches for better compatibility with NetBSD - many
Rainer Gerhards
2007-12-03
1
-1
/
+4
*
library defintion was missing in build line - thx to Michael Biebl for fix
Rainer Gerhards
2007-12-03
1
-1
/
+1
*
adding sur5r's postgres module - many thanks for providing it! There are a
Rainer Gerhards
2007-12-03
1
-0
/
+4
*
added compile-time switches for -pthread
Rainer Gerhards
2007-11-30
1
-2
/
+2
*
applied gssapi patch from varmojfekoj - gss-api is now supported
Rainer Gerhards
2007-11-19
1
-2
/
+4
*
- changed the build system to use a single source tarball again (but
Rainer Gerhards
2007-10-11
1
-8
/
+77
*
changed the threading to include one extra thread that runs the mainloop.
Rainer Gerhards
2007-10-08
1
-2
/
+2
*
created some support for distributing ommysql together with the main
Rainer Gerhards
2007-09-27
1
-1
/
+1
*
applied patch provided by varmojfekoj to support building ommysql in its
Rainer Gerhards
2007-09-26
1
-11
/
+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
-5
/
+6
*
- integrated patch from varmojfekoj to make the mysql module a loadable one
Rainer Gerhards
2007-08-14
1
-3
/
+11
*
- removed debian subdirectory by request of debian packager (this is a
Rainer Gerhards
2007-08-13
1
-1
/
+1
*
added new doc files to autotools for make dist
Rainer Gerhards
2007-08-09
1
-1
/
+1
*
added a database cleanup script based on a suggestion of Michael Mansour.
Rainer Gerhards
2007-08-08
1
-1
/
+1
*
moved action object out of syslogd.c to its own fileset (action.c/h)
Rainer Gerhards
2007-08-06
1
-1
/
+1
*
- I found out that we finally have problems with the (somewhat recursive)
Rainer Gerhards
2007-08-03
1
-1
/
+1
*
added a generic linked list object (files linkedlist.h/c)
Rainer Gerhards
2007-07-31
1
-1
/
+1
*
- added cfsysline objects - initial set of functions
Rainer Gerhards
2007-07-30
1
-1
/
+1
*
fixed a missing file bug - thanks to Andrea Montanari for reporting this
Rainer Gerhards
2007-07-28
1
-1
/
+1
*
- added omsr object (objomsr.c, objomsr.h) - template request for output
Rainer Gerhards
2007-07-27
1
-1
/
+1
*
changed output modules to use a template-based code generation system for
Rainer Gerhards
2007-07-25
1
-1
/
+1
*
moved discard functionality to an output module
Rainer Gerhards
2007-07-24
1
-1
/
+1
*
fixed a very nasty bug in structure creation of struct filed (caused
Rainer Gerhards
2007-07-23
1
-1
/
+1
*
moved file write output module to own set of code files
Rainer Gerhards
2007-07-22
1
-1
/
+1
*
moved some more modules to their own file sets
Rainer Gerhards
2007-07-22
1
-1
/
+1
*
moved mysql action to its own code files
Rainer Gerhards
2007-07-20
1
-1
/
+1
*
moved code for user and wall message action into its own files
Rainer Gerhards
2007-07-20
1
-1
/
+1
*
moved part of the shell action to its own module
Rainer Gerhards
2007-07-20
1
-1
/
+1
*
moved message object into its own set of files
Rainer Gerhards
2007-07-19
1
-1
/
+1
*
fixed a bug which caused install to install program under wrong name
Rainer Gerhards
2007-07-18
1
-5
/
+5
*
applied patch by redhat, Peter Vrabec
Rainer Gerhards
2007-07-16
1
-1
/
+1
*
added patch by mildew@gmail.com to support IPv6 in $AllowedSender
Rainer Gerhards
2007-07-16
1
-1
/
+1
*
added contributor page to doc set
Rainer Gerhards
2007-07-16
1
-1
/
+1
[next]