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
/
plugins
/
imklog
Commit message (
Expand
)
Author
Age
Files
Lines
*
make all cflags and libs variables uppercase
Michael Biebl
2009-02-24
1
-1
/
+1
*
bugfix: imklog did not compile on freeBSD
Rainer Gerhards
2008-11-24
3
-3
/
+15
*
consolidated time calls during msg object creation
Rainer Gerhards
2008-10-02
1
-1
/
+0
*
added properties "inputname" and "$myhostname"
Rainer Gerhards
2008-09-10
1
-0
/
+2
*
removed compile time fixed message size limit (was 2K)
Rainer Gerhards
2008-09-02
1
-8
/
+29
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-07-25
1
-1
/
+1
|
\
|
*
Update man pages, fix a small typo
Michael Biebl
2008-07-21
1
-1
/
+1
*
|
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-07-18
1
-0
/
+1
|
\
|
|
*
bugfix: remove PRI part from kernel message if it is present
Rainer Gerhards
2008-07-18
1
-0
/
+1
*
|
Merge branch 'beta'
Rainer Gerhards
2008-06-12
2
-3
/
+2
|
\
|
|
*
changed default for i$KlogSymbolLookup to "off"
Rainer Gerhards
2008-06-12
2
-3
/
+2
*
|
Remove .cvsignore files, add .gitignore.
Michael Biebl
2008-06-11
1
-6
/
+0
*
|
Merge branch 'beta'
Rainer Gerhards
2008-05-21
1
-1
/
+1
|
\
|
|
*
bugfix: imklog went into an endless loop if a PRI value was inside
Rainer Gerhards
2008-05-21
1
-1
/
+1
*
|
added fromhost-ip properties and some bugfixes
Rainer Gerhards
2008-05-16
1
-0
/
+2
*
|
Merge branch 'beta'
Rainer Gerhards
2008-05-02
3
-5
/
+3
|
\
|
|
*
restored debug output
Rainer Gerhards
2008-05-02
2
-17
/
+17
|
*
bugfix: segfault in imklog
Rainer Gerhards
2008-04-30
1
-1
/
+0
|
*
uncommented dbgprintf's as I think these may be the trouble source
Rainer Gerhards
2008-04-29
3
-22
/
+21
|
*
perparing for klog debug
Rainer Gerhards
2008-04-28
2
-33
/
+32
*
|
preparation for bughunt
Rainer Gerhards
2008-04-28
2
-33
/
+32
*
|
completed better modularity of runtime
Rainer Gerhards
2008-04-17
1
-6
/
+2
*
|
moved host/domain-name related variables to global data pool
Rainer Gerhards
2008-04-17
1
-1
/
+5
*
|
Merge branch 'rfc3195'
Rainer Gerhards
2008-04-16
1
-1
/
+1
|
\
\
|
*
|
more or less finished im3195
Rainer Gerhards
2008-04-16
1
-1
/
+1
|
|
/
*
|
some more cleanup
Rainer Gerhards
2008-04-16
3
-3
/
+2
*
|
made everything compile with the new runtime subdirectory
Rainer Gerhards
2008-04-16
1
-1
/
+1
|
/
*
final work for release of v3.17.1
v3.17.1
Rainer Gerhards
2008-04-15
1
-1
/
+1
*
fix compiler warning on char/uchar
Rainer Gerhards
2008-04-14
1
-3
/
+3
*
cleanup of imklog + addtl. config directives
Rainer Gerhards
2008-04-14
6
-83
/
+108
*
provided ability to discard non-kernel messages present in the kernel msg buffer
Rainer Gerhards
2008-04-14
2
-37
/
+60
*
implemented high precision timestamps for the kernel log.
Rainer Gerhards
2008-04-12
1
-42
/
+35
*
removed trailing whitespace
Rainer Gerhards
2008-04-10
1
-1
/
+1
*
Add ENABLE_IMKLOG_LINUX
Michael Biebl
2008-04-10
1
-2
/
+3
*
Add missing include
Michael Biebl
2008-04-10
1
-0
/
+1
*
implemented klog driver for BSD
Rainer Gerhards
2008-04-09
4
-51
/
+68
*
fixed build system for BSD
Rainer Gerhards
2008-04-09
1
-4
/
+4
*
updated build system to detect correct klog driver
Rainer Gerhards
2008-04-09
1
-1
/
+10
*
pulled FreeBSD's klog functionality as a base
Rainer Gerhards
2008-04-09
1
-0
/
+151
*
changed imklog to a driver interface
Rainer Gerhards
2008-04-08
5
-482
/
+599
*
cleanup and bugfix in imklog
Rainer Gerhards
2008-04-08
5
-161
/
+87
*
bugfix: imklog did not work well with kernel 2.6+.
Rainer Gerhards
2008-04-08
3
-452
/
+345
*
bugfix: imklog leaked several hundered KB on each HUP. Thanks to
Rainer Gerhards
2008-03-19
4
-0
/
+17
*
added flow control options to other input sources
Rainer Gerhards
2008-03-19
1
-1
/
+1
*
some minor things in regard to portability
Rainer Gerhards
2008-03-06
1
-4
/
+10
*
added capability to ignore client-provided timestamp on unix sockets and
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
applied patch from Michael Biebl to clean up build system
Rainer Gerhards
2008-03-06
1
-2
/
+2
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-12
/
+0
*
- changed module interface to support querying obj interface (stage work)
Rainer Gerhards
2008-03-04
1
-1
/
+1
*
some cleanup
Rainer Gerhards
2008-02-18
1
-16
/
+0
[next]