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
*
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
*
- changed interface "printchopped()" so that it looks more like a generic
Rainer Gerhards
2008-02-18
1
-0
/
+3
*
changed interface of logmsg() to make it more straightforward
Rainer Gerhards
2008-02-13
1
-1
/
+1
*
- renamed Msg object to usual all-lowercase object name (else we ran into
Rainer Gerhards
2008-01-30
1
-1
/
+1
*
- improved debug support a bit (assertions)
Rainer Gerhards
2008-01-29
1
-3
/
+3
*
- fixed a bug that caused a segfault on startup when no $WorkDir directive
v3-10-1a
Rainer Gerhards
2008-01-10
1
-1
/
+0
*
added --enable-mudflap ./configure option
Rainer Gerhards
2008-01-08
1
-2
/
+2
*
- MsgSetProperty() implemented
Rainer Gerhards
2008-01-07
1
-8
/
+2
*
fixed old references to rklogd - thanks to Michael Biebl for spotting them.
Rainer Gerhards
2008-01-03
1
-2
/
+2
*
applied Michael Biebl's patch to clean up the makefiles
Rainer Gerhards
2008-01-03
1
-4
/
+2
*
some cleanup
Rainer Gerhards
2007-12-27
1
-1
/
+1
*
changed termination sync type
Rainer Gerhards
2007-12-20
1
-1
/
+1
*
- implemented $klogUseSyscallInterface config directive
Rainer Gerhards
2007-12-20
1
-10
/
+19
*
- working on a potential race condition on the new input module interface.
Rainer Gerhards
2007-12-20
1
-3
/
+5
*
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-2
/
+2
[next]