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
/
srUtils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved files to the runtime
Rainer Gerhards
2008-04-16
1
-506
/
+0
*
fixed file permissions
Rainer Gerhards
2008-04-07
1
-0
/
+0
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-8
/
+17
*
- bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just
Rainer Gerhards
2008-02-27
1
-1
/
+1
*
implemented data type conversion
Rainer Gerhards
2008-02-25
1
-8
/
+2
*
- added new facility and severity syntaxes to cfsysline handler
Rainer Gerhards
2008-02-14
1
-4
/
+4
*
moved decoding of syslog names to a more appropriate place
Rainer Gerhards
2008-02-14
1
-2
/
+80
*
- fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-0
/
+31
*
implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-0
/
+16
*
some more testing and cleanup with the queue class (pretty stable now)
Rainer Gerhards
2008-01-28
1
-6
/
+6
*
fixed queue termination in case bSaveOnShutdown is 0
Rainer Gerhards
2008-01-27
1
-1
/
+10
*
fixed a cosmetic issue in timeoutValue calculation (just used for
Rainer Gerhards
2008-01-27
1
-18
/
+2
*
fixed worker timeout which was accidently not set (and thus 0)
Rainer Gerhards
2008-01-25
1
-1
/
+5
*
disk-assisted queue mode finally begins to look good ;)
Rainer Gerhards
2008-01-25
1
-3
/
+3
*
restructured queue shutdown so that the queue timeout is properly applied
Rainer Gerhards
2008-01-25
1
-1
/
+33
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-1
/
+3
*
fixed compile-time error
Rainer Gerhards
2008-01-22
1
-0
/
+1
*
added some mutex-support to srUtils
Rainer Gerhards
2008-01-21
1
-0
/
+30
*
made queue file names better readable
Rainer Gerhards
2008-01-10
1
-3
/
+30
*
changed queue file name generation (to be more generic)
Rainer Gerhards
2008-01-10
1
-10
/
+6
*
- fixed a bug with integer conversion in srUtils.c
Rainer Gerhards
2008-01-06
1
-3
/
+4
*
begun working on disk queueing (not completed, do not use this mode!)
Rainer Gerhards
2008-01-03
1
-1
/
+50
*
changed license to GPLv3 (for what is to become rsyslog v3)
Rainer Gerhards
2007-12-14
1
-7
/
+8
*
added Bartosz Kuzma patches for better compatibility with NetBSD - many
Rainer Gerhards
2007-12-03
1
-1
/
+1
*
applied patch by varmojfekoj to change signal handling to the new sigaction
Rainer Gerhards
2007-09-11
1
-2
/
+9
*
changed rsyslog.h include order to solve debian sid zlib inlcude issue
Michael Meckelein
2007-08-08
1
-1
/
+1
*
changed function name dprintf() to dbgprintf() as it conflicts with the
Rainer Gerhards
2007-08-08
1
-2
/
+2
*
moved doBinaryOption() and doGetGUID() to cfsysline.c
Rainer Gerhards
2007-07-30
1
-0
/
+22
*
continued working on modularization; begun to create interface for
Rainer Gerhards
2007-07-23
1
-2
/
+2
*
replaced system() calls with something more reasonable. Please note that
Rainer Gerhards
2007-07-20
1
-2
/
+54
*
code cleanup (removed compiler warnings
Rainer Gerhards
2007-07-18
1
-7
/
+8
*
applied cleanup patch by Peter Vrabec
Rainer Gerhards
2007-07-18
1
-0
/
+1
*
added $FailOnChownFailure config parameter
Rainer Gerhards
2007-07-17
1
-2
/
+6
*
added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup
Rainer Gerhards
2007-07-17
1
-3
/
+17
*
basic support for creating directories with dynaFiles added
Rainer Gerhards
2007-07-17
1
-103
/
+141
*
moving towards autotools build system - config.h include forgotten & now
Rainer Gerhards
2007-07-11
1
-0
/
+2
*
re-enabled the "last message repeated n times" feature
Rainer Gerhards
2007-07-10
1
-31
/
+32
*
prepared for new parse object; now removed allmost all liblogging borrowed
Rainer Gerhards
2005-09-15
1
-3
/
+4
*
MsgObjNearlyCompleted
Rainer Gerhards
2004-11-18
1
-0
/
+99