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
/
conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed no longer needed things
Rainer Gerhards
2008-04-16
1
-1
/
+0
*
some more cleanup
Rainer Gerhards
2008-04-16
1
-1
/
+6
*
moved files to the runtime
Rainer Gerhards
2008-04-16
1
-0
/
+1
*
properties are now case-insensitive everywhere (script, filters, templates)
Rainer Gerhards
2008-04-03
1
-2
/
+2
*
bugfix: memory leaks in script engine
Rainer Gerhards
2008-04-03
1
-0
/
+6
*
added more meaningful error messages to rsyslogd (when some errors happens
Rainer Gerhards
2008-04-02
1
-1
/
+1
*
- changed default file output format to include high-precision timestamps
Rainer Gerhards
2008-03-28
1
-2
/
+4
*
bugfix: some slightly invalid memory accesses
Rainer Gerhards
2008-03-20
1
-2
/
+14
*
bugfix: not properly initialized data could cause several segfaults if
Rainer Gerhards
2008-03-12
1
-0
/
+1
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-0
/
+14
*
fixed forgotten library file name change
Rainer Gerhards
2008-03-10
1
-1
/
+1
*
some cleanup
Rainer Gerhards
2008-03-07
1
-1
/
+0
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-1
/
+3
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-17
/
+20
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-63
/
+8
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-0
/
+11
*
- added class tcps
Rainer Gerhards
2008-03-02
1
-1
/
+0
*
converted conf.c to an abstract class
Rainer Gerhards
2008-02-29
1
-13
/
+40
*
corrected invalid function definition
Rainer Gerhards
2008-02-29
1
-5
/
+0
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-4
/
+9
*
bugfix: removed debugging code that I forgot to remove before releasing
Rainer Gerhards
2008-02-28
1
-17
/
+0
*
- added PUSHMSGVAR operation
Rainer Gerhards
2008-02-25
1
-2
/
+11
*
- added some temporary testing aids to conf.c, so that we can debug
Rainer Gerhards
2008-02-25
1
-0
/
+19
*
fixed bug in duplicate module load detection
Rainer Gerhards
2008-02-22
1
-3
/
+7
*
applied patch by varmojfekoj to allow gssapi functionality to be build as a
Rainer Gerhards
2008-02-22
1
-3
/
+14
*
some more interface changes
Rainer Gerhards
2008-02-21
1
-8
/
+11
*
first steps in implementing object interfaces (stage work for later dynamic
Rainer Gerhards
2008-02-21
1
-3
/
+13
*
changed rsCStrObj name to cstr_t, which is more inline with the rest of
Rainer Gerhards
2008-02-21
1
-4
/
+4
*
changed rsCStrDestruct() to use the new interface conventions
Rainer Gerhards
2008-02-20
1
-1
/
+1
*
- basic implementation of expression parser parsing done
Rainer Gerhards
2008-02-20
1
-3
/
+12
*
- begun implementation of expression parsing logic
Rainer Gerhards
2008-02-19
1
-0
/
+4
*
- added ctok class (the config tokenizer)
Rainer Gerhards
2008-02-19
1
-41
/
+95
*
- moved config file code to its own file
Rainer Gerhards
2008-02-19
1
-0
/
+1085