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
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
added omuxsock, which permits to write message to local Unix sockets
Rainer Gerhards
2010-08-06
1
-0
/
+1
*
Merge branch 'v4-stable' into v4-devel
Rainer Gerhards
2010-08-05
1
-1
/
+1
|
\
|
*
Merge branch 'v3-stable' into v4-stable
Rainer Gerhards
2010-08-05
1
-1
/
+1
|
|
\
|
|
*
program name filter ! in the configuration cannot be reset
Kiss Gabor (Bitman)
2010-08-05
1
-2
/
+1
*
|
|
Merge branch 'v4-stable' into v4-devel
Rainer Gerhards
2010-07-05
1
-0
/
+1
|
\
|
|
|
*
|
bugfix: segfault on HUP when "HUPIsRestart" was set to "on"
varmojfekoj
2010-07-05
1
-0
/
+1
|
*
|
temporary bugfix replaced by permanent one for...
Rainer Gerhards
2010-03-31
2
-9
/
+9
*
|
|
bugfix: problems with atomic operations emulation
Rainer Gerhards
2010-04-27
15
-226
/
+125
*
|
|
minor fix: invalid duplicated include of config.h
Rainer Gerhards
2010-04-23
1
-2
/
+0
*
|
|
fixed typo ... that caused compilation to fail on non-Solaris
Rainer Gerhards
2010-04-22
1
-1
/
+1
*
|
|
solved alignment errors on Solaris Sparc
Rainer Gerhards
2010-04-22
3
-17
/
+21
*
|
|
removed some complier warnings
Rainer Gerhards
2010-04-21
2
-4
/
+16
*
|
|
improved quality of imsolaris code
Rainer Gerhards
2010-04-19
2
-1
/
+3
*
|
|
changed flag value for v5-compatibility
Rainer Gerhards
2010-04-19
1
-1
/
+1
*
|
|
changed imsolaris to use submitMsg() API
Rainer Gerhards
2010-04-19
2
-12
/
+18
*
|
|
first version of imsolaris created, cleanup for solaris done
Rainer Gerhards
2010-04-15
1
-0
/
+2
*
|
|
slightly improved/cleaned up debugging system
Rainer Gerhards
2010-04-14
1
-3
/
+16
*
|
|
Merge branch 'v4-stable-solaris' into v4-devel
Rainer Gerhards
2010-04-12
19
-144
/
+498
|
\
\
\
|
*
|
|
bugfix: the T/P/E config size specifiers did not work properly under call 32-...
Rainer Gerhards
2010-04-07
1
-3
/
+5
|
*
|
|
enhanced nettester tool so that it re-uses it's callers environment
Rainer Gerhards
2010-04-07
2
-9
/
+9
|
*
|
|
Merge branch 'v4-stable' into v4-stable-solaris
Rainer Gerhards
2010-03-25
3
-7
/
+33
|
|
\
|
|
|
|
*
|
bugfix(temporary): message-induced off-by-one error (potential segfault)
Rainer Gerhards
2010-03-25
1
-0
/
+6
|
|
*
|
bugfix: race condition during directory creation
Rainer Gerhards
2010-03-25
1
-6
/
+26
|
|
*
|
streamline dynafile cache entry deletion a bit
Rainer Gerhards
2010-03-23
1
-1
/
+1
|
*
|
|
forgot to add file with last commit
Rainer Gerhards
2010-03-23
1
-0
/
+70
|
*
|
|
added replacements for atomic instructions on systems that do not support them.
Rainer Gerhards
2010-03-23
3
-0
/
+132
|
*
|
|
Merge branch 'v4-stable' into v4-stable-solaris
Rainer Gerhards
2010-03-23
7
-58
/
+129
|
|
\
|
|
|
|
*
|
bugfix(minor): BSD_SO_COMPAT query function had some global vars not properly...
Rainer Gerhards
2010-03-22
1
-2
/
+2
|
|
*
|
fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fix
temp.4.6.1.10
Rainer Gerhards
2010-03-19
1
-0
/
+3
|
|
*
|
bugfix: invalid buffer write in (file) stream class
Rainer Gerhards
2010-03-19
1
-1
/
+2
|
|
*
|
bugfix: potential hang condition during filestream close
Rainer Gerhards
2010-03-19
1
-4
/
+6
|
|
*
|
bugfix: improper synchronization when "$OMFileFlushOnTXEnd on" was used
Rainer Gerhards
2010-03-19
1
-11
/
+35
|
|
*
|
some cleanup, some additional comments and a bit more debug output
Rainer Gerhards
2010-03-18
1
-2
/
+11
|
|
*
|
bugfix(cosmetic): tried to close non-open fd, resulting in close(-1)
Rainer Gerhards
2010-03-16
1
-2
/
+7
|
|
*
|
reduced runtime requirements of inactive debug code a slight bit
Rainer Gerhards
2010-03-16
1
-10
/
+10
|
|
*
|
enhanced dbgoprint() buffer size
Rainer Gerhards
2010-03-16
1
-1
/
+1
|
|
*
|
bugfix(minor): handling of extremely large strings in dbgprintf() fixed
Rainer Gerhards
2010-03-15
1
-0
/
+9
|
|
*
|
added more tests to testbench and improved testing tools
Rainer Gerhards
2010-03-11
1
-1
/
+1
|
|
*
|
Merge branch 'v4-stable' into v4-stable-next
Rainer Gerhards
2010-03-10
2
-5
/
+11
|
|
|
\
\
|
|
|
*
|
fixed regression introduced with previous commit
Rainer Gerhards
2010-03-10
2
-5
/
+11
|
|
*
|
|
some cosmetic changes
Rainer Gerhards
2010-03-10
1
-9
/
+9
|
|
|
/
/
|
|
*
|
bugfixes and testbench improvement
Rainer Gerhards
2010-03-10
1
-8
/
+9
|
|
*
|
bugfix: potential problem (loop, abort) when file write error occured
Rainer Gerhards
2010-03-09
1
-0
/
+1
|
|
*
|
added new property replacer option "date-rfc3164-buggyday"
Rainer Gerhards
2010-03-08
3
-7
/
+17
|
*
|
|
enabled compilation by using "racy" replacements for atomic instructions
Rainer Gerhards
2010-03-05
1
-0
/
+3
|
|
/
/
|
*
|
Fix Large File Support (LFS) support (bug #182)
Yann Droneaud
2010-03-04
1
-9
/
+0
|
*
|
Includes "config.h" before any other header.
Yann Droneaud
2010-03-04
1
-1
/
+1
|
*
|
Merge branch 'v3-stable' into v4-stable
Rainer Gerhards
2010-03-01
1
-7
/
+30
|
|
\
|
|
|
*
bugfix: comment char ('#') in literal terminated script parsing
Rainer Gerhards
2010-03-01
1
-7
/
+30
|
*
|
cleanup: removed debug messages that accidently made it into the commit
Rainer Gerhards
2010-03-01
2
-2
/
+1
[next]