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
/
modules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bsd-port'
Rainer Gerhards
2008-04-15
1
-0
/
+3
|
\
|
*
fixed build system for BSD
Rainer Gerhards
2008-04-09
1
-0
/
+3
*
|
Merge branch 'beta'
Rainer Gerhards
2008-04-09
1
-15
/
+12
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-04-09
1
-15
/
+12
|
|
\
|
|
*
improved detection of modules being loaded more than once
Rainer Gerhards
2008-04-09
1
-15
/
+12
|
*
|
added more meaningful error messages to rsyslogd (when some errors happens
Rainer Gerhards
2008-04-02
1
-5
/
+5
|
|
/
*
|
changed command line processing. -v, -M, -c options are now parsed and
Rainer Gerhards
2008-04-04
1
-0
/
+11
*
|
added more meaningful error messages to rsyslogd (when some errors happens
Rainer Gerhards
2008-04-02
1
-5
/
+5
|
/
*
worked a bit on atomic memory operations to support problem-free threading
Rainer Gerhards
2008-03-31
1
-1
/
+1
*
- bugfix: accidently set debug option in 3.12.5 reset to production This
Rainer Gerhards
2008-03-29
1
-3
/
+3
*
bugfix: $ModDir did invalid bounds checking, potential overlow in
Rainer Gerhards
2008-03-27
1
-13
/
+26
*
made relp modules use new relpengine-provided feature selection functions
Rainer Gerhards
2008-03-27
1
-1
/
+1
*
removing valgrind instrumentation for release
v3-12-4
Rainer Gerhards
2008-03-25
1
-1
/
+1
*
removed a now-longer needed callback from the output module interface.
Rainer Gerhards
2008-03-22
1
-1
/
+0
*
made librelp and rsyslog relp system send the first messages to the remote
Rainer Gerhards
2008-03-20
1
-1
/
+1
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
1
-1
/
+7
*
bugfix: potential segfault on module unload. Thanks to varmojfekoj for the
Rainer Gerhards
2008-03-19
1
-1
/
+3
*
added a clarification comment, which hopefully will be useful in the future
Rainer Gerhards
2008-03-18
1
-0
/
+4
*
bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch
Rainer Gerhards
2008-03-18
1
-9
/
+17
*
fixed problem in release build
v3-12-2
Rainer Gerhards
2008-03-13
1
-0
/
+2
*
bugfix: imgssapi segfaulted under some conditions; this fix is actually not
Rainer Gerhards
2008-03-13
1
-5
/
+0
*
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
1
-0
/
+12
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-58
/
+226
*
some cleanup
Rainer Gerhards
2008-03-07
1
-1
/
+0
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
1
-1
/
+0
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-0
/
+29
*
applied some bugfixes to new code supplied by varmojfekoj - thanks!
v3-12-1
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
bugfix (yesterday's bug): abort during hup if library module was loaded
Rainer Gerhards
2008-03-06
1
-4
/
+9
*
changed module loader to automatically add ".so" suffix if not specified
Rainer Gerhards
2008-03-05
1
-0
/
+21
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-10
/
+6
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-32
/
+150
*
- changed module interface to support querying obj interface (stage work)
Rainer Gerhards
2008-03-04
1
-4
/
+9
*
some stage work for library modules
Rainer Gerhards
2008-02-26
1
-11
/
+5
*
bugfix: rsyslogd segfaulted on second SIGHUP tracker:
Rainer Gerhards
2008-02-26
1
-10
/
+46
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-6
/
+6
*
- fixed a bug that caused a segfault on startup when no $WorkDir directive
v3-10-1a
Rainer Gerhards
2008-01-10
1
-3
/
+0
*
fixed typo
Rainer Gerhards
2007-12-25
1
-1
/
+1
*
removed single-threading support for sending TCP messages; caused
Rainer Gerhards
2007-12-20
1
-2
/
+0
*
- implemented afterRun input module interface function
Rainer Gerhards
2007-12-17
1
-0
/
+1
*
implemented $MarkMessagePeriod config directive
Rainer Gerhards
2007-12-17
1
-0
/
+1
*
graceful termination now supported
Rainer Gerhards
2007-12-14
1
-0
/
+3
*
added thread activation
Rainer Gerhards
2007-12-14
1
-0
/
+2
*
on the way to a real input module interface and threading class...
Rainer Gerhards
2007-12-14
1
-3
/
+9
*
- begun to create input module interface and macros
Rainer Gerhards
2007-12-14
1
-58
/
+44
*
changed license to GPLv3 (for what is to become rsyslog v3)
Rainer Gerhards
2007-12-14
1
-7
/
+8
*
removed debug aid
v1-20-0
Rainer Gerhards
2007-12-07
1
-1
/
+0
*
fixed some type conversion warnings that appeared on 64 bit machines -
Rainer Gerhards
2007-12-07
1
-5
/
+5
*
some cleanup
Rainer Gerhards
2007-11-21
1
-20
/
+6
*
- added an identifier to command handler table - need to identify which
Rainer Gerhards
2007-11-21
1
-1
/
+8
*
added an identifier to command handler table - need to identify which
Rainer Gerhards
2007-11-21
1
-1
/
+10
[next]