index
:
rsyslog
master
v3-stable
v3-stable-kaz
Modifications to rsyslog---see v3-stable-kaz branch
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
preparing for 5.8.13 release
v5.8.13
Rainer Gerhards
2012-08-22
3
-3
/
+3
*
nit: forward-compatible default ruleset name as used in next version
Rainer Gerhards
2012-08-22
1
-1
/
+1
*
bugfix: multiple main queues with same queue file name were not detected
Rainer Gerhards
2012-08-22
3
-3
/
+48
*
nitfix: remove quirck in new debug message code
Rainer Gerhards
2012-08-01
1
-4
/
+2
*
more elaborate debug logging for object deserializer
Rainer Gerhards
2012-08-01
1
-0
/
+39
*
undo last queue patch - caused a regression
Rainer Gerhards
2012-08-01
2
-5
/
+1
*
bugfix: potential abort if output plugin logged message during shutdown
Rainer Gerhards
2012-08-01
2
-7
/
+28
*
bugfix: DA queue fixed handling of bad queue files.
Andre Lorbach
2012-07-31
2
-1
/
+5
*
bugfix: strm class could abort under some circumstances
Rainer Gerhards
2012-07-24
1
-6
/
+4
*
bugfix: DA queue could cause abort
Rainer Gerhards
2012-07-24
2
-3
/
+6
*
bugfix: randomized IP option header in omudpspoof caused problems
Rainer Gerhards
2012-06-15
2
-13
/
+5
*
adding pkgconfigdir definition to Makefile.am to help build properly
Abby Edwards
2012-06-13
1
-0
/
+2
*
bugfix "$PreserveFQDN on" was not honored in some modules
Rainer Gerhards
2012-06-12
2
-0
/
+3
*
bugfix: "last message repeated n times" message was missing hostname
Rainer Gerhards
2012-06-11
3
-5
/
+13
*
preparing for 5.8.12
v5.8.12
Rainer Gerhards
2012-06-06
3
-3
/
+3
*
bugfix: property PROCID was empty instead of proper nilvalue if not present
Rainer Gerhards
2012-06-06
2
-1
/
+5
*
bugfix: potential hang due to mutex deadlock
Rainer Gerhards
2012-06-06
4
-33
/
+18
*
fixing memleak in recent group resolve patch
Rainer Gerhards
2012-06-06
2
-3
/
+9
*
call getgrnam_r repeatedly to get all group members.
Alec Warner
2012-06-06
1
-3
/
+12
*
add small delay (50ms) after sending shutdown message
Rainer Gerhards
2012-06-04
2
-0
/
+9
*
some better code to handle queue congestion
Rainer Gerhards
2012-06-01
1
-10
/
+15
*
bugfix: delayble source could block action queue, ...
Rainer Gerhards
2012-06-01
2
-1
/
+8
*
cosmetic: slightly improved debug output
Rainer Gerhards
2012-05-31
1
-2
/
+2
*
bugfix: if debug message could end up in log file when forking
Tomas Heinrich
2012-05-29
4
-3
/
+13
*
bugfix/omudpspoof: problems, including abort, happend when run on multiple th...
Rainer Gerhards
2012-05-14
2
-0
/
+14
*
bugfix: disk queue was not persisted on shutdown, regression of fix to
Rainer Gerhards
2012-05-10
2
-12
/
+12
*
bugfix/tcpflood: sending small test files did not work correctly
Rainer Gerhards
2012-05-10
2
-2
/
+5
*
cleanup: removing no longer needed macros
Rainer Gerhards
2012-05-04
2
-14
/
+1
*
preparing for 5.8.11 release
v5.8.11
Rainer Gerhards
2012-05-03
3
-3
/
+3
*
ommysql: added support for new mysql_library_[init/exit]
Rainer Gerhards
2012-05-03
2
-1
/
+27
*
bugfix: ommysql did not properly init/exit the mysql runtime library
Rainer Gerhards
2012-05-03
2
-1
/
+14
*
bugfix: rsyslog did not terminate when delayable inputs were blocked
Rainer Gerhards
2012-05-03
2
-5
/
+47
*
bugfix: inside queue.c, some thread cancel states were not correctly reset.
Rainer Gerhards
2012-05-03
2
-5
/
+8
*
debug: slightly improved debug info for input module startup
Rainer Gerhards
2012-05-03
1
-0
/
+1
*
bugfix: active input in "light delay state" could block rsyslog termination
Rainer Gerhards
2012-04-27
2
-0
/
+6
*
doc: correcting sample section of omudpspoof
Rainer Gerhards
2012-04-20
1
-8
/
+8
*
doc: omudpspoof doc had invalid directives
Rainer Gerhards
2012-04-20
1
-2
/
+2
*
doc: added last bugfix to ChangeLog
Rainer Gerhards
2012-04-19
1
-0
/
+2
*
bugfix: imptcp input name could not be set
Rainer Gerhards
2012-04-19
1
-2
/
+2
*
fixed compile bug
Rainer Gerhards
2012-04-18
1
-1
/
+1
*
bugfix: assigned ruleset was lost when using disk queues
Rainer Gerhards
2012-04-18
4
-8
/
+45
*
imuxsock: do not cache hostname
Rainer Gerhards
2012-04-12
2
-11
/
+5
*
Free also LocalDomain in glbl class destructor
Marius Tomaschewski
2012-04-11
1
-0
/
+1
*
Allocate LocalDomain as new string
Marius Tomaschewski
2012-04-11
1
-0
/
+3
*
doc: credits update for last bugfix
Rainer Gerhards
2012-04-11
1
-1
/
+2
*
bugfix: hostname was not requeried on HUP
Rainer Gerhards
2012-04-11
5
-125
/
+161
*
preparing for 5.8.10
v5.8.10
Rainer Gerhards
2012-04-07
3
-3
/
+3
*
bugfix: segfault on startup if $actionqueuefilename was missing for disk queu...
Tomas Heinrich
2012-04-05
2
-1
/
+5
*
doc: noted disk queue format change from v4->v5
Rainer Gerhards
2012-04-05
1
-0
/
+5
*
bugfix: segfault if disk-queue was started up with old queue file
Tomas Heinrich
2012-04-05
2
-3
/
+8
[next]