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 1.21.1
v1-21-1
Rainer Gerhards
2007-12-23
3
-6
/
+6
*
previous fix had a problem - corrected
Rainer Gerhards
2007-12-20
1
-2
/
+2
*
bugfix: memory leak in cfsysline.c/doGetWord() fixed
Rainer Gerhards
2007-12-20
2
-1
/
+11
*
bugfix: when compiled without network support, unix sockets were not
Rainer Gerhards
2007-12-20
2
-1
/
+3
*
bugfix: fixing memory leak when message queue is full and during parsing.
Rainer Gerhards
2007-12-20
2
-2
/
+10
*
bugfix: llDestroy() left the list with invalid root/last pointers
Rainer Gerhards
2007-12-19
2
-0
/
+4
*
added forward-compatibility fix, reserved -c command line option
Rainer Gerhards
2007-12-19
1
-1
/
+4
*
bumped version number
Rainer Gerhards
2007-12-19
2
-1
/
+4
*
fixed description, didn't remove now-irrelevant part
Rainer Gerhards
2007-12-19
1
-3
/
+2
*
updated $IncludeConfig directive
v1-21-0
Rainer Gerhards
2007-12-19
1
-0
/
+3
*
prepared for 1.21.0 release
Rainer Gerhards
2007-12-19
2
-2
/
+3
*
preparing for 1.21.0 release
Rainer Gerhards
2007-12-19
1
-1
/
+3
*
updated version number
Rainer Gerhards
2007-12-19
1
-2
/
+2
*
changed version number back to 1.21.1 because we have too many changes to
Rainer Gerhards
2007-12-19
1
-1
/
+1
*
applied gss-api enhancement form varmojfekoj
Rainer Gerhards
2007-12-19
7
-72
/
+253
*
cleaned up char/uchar issue
Rainer Gerhards
2007-12-19
1
-3
/
+3
*
applied some more cleanup provided by Michael Biebl
Rainer Gerhards
2007-12-19
5
-11
/
+6
*
applied Michael Biebl's patch to enhance $includeconfig to support wildcard
Rainer Gerhards
2007-12-18
2
-8
/
+35
*
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
2
-4
/
+2
*
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
5
-5
/
+9
*
restructured #include's somewhat thanks to Michael Biebl
Rainer Gerhards
2007-12-18
3
-2
/
+7
*
removed files from cvs that not belong there (thanks to Michael Biebl for
Rainer Gerhards
2007-12-18
3
-1108
/
+0
*
bumped version number
Rainer Gerhards
2007-12-18
1
-1
/
+1
*
fixed a potential race condition with enqueueMsg() - thanks to mildew for
Rainer Gerhards
2007-12-17
1
-10
/
+1
*
fixed problem when compiling for single threading, fixed bug when compiling
Rainer Gerhards
2007-12-14
1
-5
/
+5
*
bumped version number
Rainer Gerhards
2007-12-12
2
-1
/
+3
*
doc update for 1.20.1 release
v1-20-1
Rainer Gerhards
2007-12-12
1
-1
/
+1
*
prepared for 1.20.1 release
Rainer Gerhards
2007-12-12
1
-1
/
+3
*
some cleanup (very minor)
Rainer Gerhards
2007-12-12
2
-3
/
+7
*
handled selector flushing on termination (and hup) correctly. Could lose
Rainer Gerhards
2007-12-12
1
-8
/
+16
*
fix for memory leak with PostgreSQL date format was incomplete - corected
Rainer Gerhards
2007-12-12
1
-0
/
+2
*
optimized mutex macros
Rainer Gerhards
2007-12-11
2
-0
/
+12
*
removed debug code
Rainer Gerhards
2007-12-11
1
-2
/
+0
*
added recent changes
Rainer Gerhards
2007-12-11
1
-0
/
+10
*
fixed a potential race condition, see link for details:
Rainer Gerhards
2007-12-11
4
-24
/
+50
*
added synchronization class to handle mutex-operations in the most portable
Rainer Gerhards
2007-12-11
2
-0
/
+130
*
added expr.c, which has some thoughts on expression implementation
Rainer Gerhards
2007-12-11
2
-0
/
+41
*
corrected a debug setting that survived released. Caused TCP connections to
Rainer Gerhards
2007-12-11
1
-2
/
+1
*
fixed a small memory leak that happend when PostgreSQL date formatting was
Rainer Gerhards
2007-12-11
1
-0
/
+2
*
added new options to man page
Rainer Gerhards
2007-12-11
1
-1
/
+12
*
When a hostname ACL was provided and DNS resolution for that name failed,
Rainer Gerhards
2007-12-11
1
-12
/
+30
*
bumped version number
Rainer Gerhards
2007-12-07
1
-1
/
+1
*
removed debug aid
v1-20-0
Rainer Gerhards
2007-12-07
1
-1
/
+0
*
doc update for 1.20.0 release
Rainer Gerhards
2007-12-07
3
-7
/
+21
*
updated changelog
Rainer Gerhards
2007-12-07
1
-3
/
+6
*
code cleanup
Rainer Gerhards
2007-12-07
1
-0
/
+1
*
fixed some type conversion warnings that appeared on 64 bit machines -
Rainer Gerhards
2007-12-07
3
-9
/
+9
*
fixed some type warnings that appeared on 64 bit machines - these were in
Rainer Gerhards
2007-12-07
1
-1
/
+1
*
applied patch from Michael Biebl to finally fix the -ldl cross-platform
Rainer Gerhards
2007-12-07
1
-2
/
+9
*
corrected typo: -lrt -ldl were exchanged ;)
Rainer Gerhards
2007-12-05
1
-2
/
+2
[next]