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
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved files to the runtime
Rainer Gerhards
2008-04-16
1
-43
/
+20
*
moved runtime files into their own directory
Rainer Gerhards
2008-04-16
1
-37
/
+0
*
made everything compile with the new runtime subdirectory
Rainer Gerhards
2008-04-16
1
-8
/
+8
*
made runtime include directory available to rest of rsyslog
Michael Biebl
2008-04-16
1
-5
/
+4
*
begin building runtime convenience library (does not build!)
Rainer Gerhards
2008-04-15
1
-4
/
+2
*
Merge branch 'bsd-port'
Rainer Gerhards
2008-04-15
1
-1
/
+1
|
\
|
*
Rename ENABLE_IMKLOGD to ENABLE_IMKLOG
Michael Biebl
2008-04-10
1
-1
/
+1
*
|
Merge branch 'beta'
Rainer Gerhards
2008-04-15
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-04-15
1
-0
/
+1
|
|
\
|
|
*
changed some files to grant LGPLv3 extended persmissions on top of GPLv3
Rainer Gerhards
2008-04-15
1
-0
/
+1
|
|
*
disabled atomic operations for the time being because they introduce some
Rainer Gerhards
2008-04-02
1
-5
/
+0
|
|
*
- bugfix: rsyslogd was no longer build by default; man pages are only
Rainer Gerhards
2008-04-01
1
-2
/
+5
|
*
|
file relputil.c deleted, not actually neeeded
Rainer Gerhards
2008-04-02
1
-11
/
+0
|
*
|
relputil is no longer needed
Rainer Gerhards
2008-04-01
1
-5
/
+5
|
*
|
- bugfix: rsyslogd was no longer build by default; man pages are only
Rainer Gerhards
2008-04-01
1
-2
/
+5
|
|
/
*
|
begun work on mail output plugin (open questions on TLS, so I see if I can
Rainer Gerhards
2008-04-04
1
-0
/
+4
*
|
removed no longer needed file relptuil.c/.h
Rainer Gerhards
2008-04-02
1
-11
/
+0
*
|
added librelp check via PKG_CHECK thanks to Michael Biebl's patch
Rainer Gerhards
2008-04-02
1
-2
/
+2
*
|
- bugfix: rsyslogd was no longer build by default; man pages are only
Rainer Gerhards
2008-04-01
1
-2
/
+5
|
/
*
added a --enable/disable-rsyslogd configure option so that source-based
Rainer Gerhards
2008-03-31
1
-3
/
+12
*
added initial support for atomic operations
Rainer Gerhards
2008-03-31
1
-1
/
+2
*
cleaned up new relp code files to make them suitable for implementation
Rainer Gerhards
2008-03-13
1
-5
/
+5
*
added initial set of RELP support (i/omrelp) - not working yet, just stage
Rainer Gerhards
2008-03-13
1
-0
/
+15
*
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
1
-11
/
+22
*
renamed library module file names to lm*, so that they match the overall
Rainer Gerhards
2008-03-07
1
-15
/
+15
*
fixed potential infinite loop condition when module load failed on startup
Rainer Gerhards
2008-03-07
1
-5
/
+5
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
1
-0
/
+11
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-2
/
+11
*
bugfix: gssutil was not linked against gss libs
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
applied patch from Michael Biebl to clean up build system
Rainer Gerhards
2008-03-06
1
-6
/
+6
*
fixed bug in build process
Rainer Gerhards
2008-03-05
1
-4
/
+1
*
fixed problem in autoconf
Rainer Gerhards
2008-03-05
1
-1
/
+4
*
moved date/time handling functions to their own object
Rainer Gerhards
2008-03-05
1
-0
/
+2
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-7
/
+17
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-4
/
+12
*
- added class tcps
Rainer Gerhards
2008-03-02
1
-0
/
+4
*
split off imgssapi from imtcp, but still with a lot of dependency
Rainer Gerhards
2008-02-26
1
-1
/
+1
*
applied Michael Biebl's fix for building rsyslog core without gssapi
Rainer Gerhards
2008-02-26
1
-5
/
+9
*
- added sysvar class
Rainer Gerhards
2008-02-25
1
-0
/
+2
*
begun implementing rsyslog virtual machine (vm class)
Rainer Gerhards
2008-02-22
1
-0
/
+2
*
added empty vmstk class
Rainer Gerhards
2008-02-21
1
-0
/
+2
*
created initial vmprg class
Rainer Gerhards
2008-02-20
1
-0
/
+2
*
added vmop class (stage for expression execution)
Rainer Gerhards
2008-02-20
1
-0
/
+2
*
created var class out of property_t
Rainer Gerhards
2008-02-20
1
-0
/
+2
*
created new class ctok_token
Rainer Gerhards
2008-02-20
1
-0
/
+2
*
- added ctok class (the config tokenizer)
Rainer Gerhards
2008-02-19
1
-0
/
+2
*
- moved config file code to its own file
Rainer Gerhards
2008-02-19
1
-0
/
+2
*
- added doc on how expressions will work
Rainer Gerhards
2008-02-19
1
-0
/
+1
*
created a bare template for omlibdbi (dbi output action)
Rainer Gerhards
2008-02-14
1
-0
/
+4
*
very quickly hacked a rought outline of the file monitor (without any
Rainer Gerhards
2008-02-01
1
-0
/
+4
[next]