854 Commits

Author SHA1 Message Date
Rainer Gerhards
cb0fa751b7 Merge branch 'master' into tmp
Conflicts:
	tests/Makefile.am
2009-05-19 09:24:03 +02:00
Michael Biebl
735a02c656 Cleanup and typo fixes
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2009-05-19 07:31:22 +02:00
Rainer Gerhards
fe5bea77ac removed queue's UngetObj() call
... which is no longer needed thanks to the new queue design.
2009-05-18 18:39:52 +02:00
Rainer Gerhards
93f873277b t-delete list implemented, queue store drivers updated...
... on the way to the ultra-reliable queue modes (redesign doc). This
version does not really work, but is a good commit point. Next comes
queue size calculation. DA mode does not yet work.
2009-05-18 17:28:34 +02:00
Rainer Gerhards
b81311ac70 worked more on the design document 2009-05-15 16:39:27 +02:00
Rainer Gerhards
20d4eb3b47 worked on rsyslog design document (queue design enhancement) 2009-05-14 18:52:55 +02:00
Rainer Gerhards
21b7f7e603 Merge branch 'master' into multi-dequeue
Conflicts:
	runtime/rsyslog.h
2009-05-12 09:18:04 +02:00
Rainer Gerhards
d1985c4a65 doc: given some concrete advise on the common %hostname% content problem 2009-05-11 22:00:48 +02:00
Rainer Gerhards
8e430258fd added capability to draw configuration graphs
- added $GenerateConfigGraph configuration command which can be used
  to generate nice-looking (and very informative) rsyslog configuration
  graphs.
- added $ActionName configuration directive (currently only used for
  graph generation, but may find other uses)
2009-05-11 17:38:33 +02:00
Rainer Gerhards
1e4f374d7d doc: added "overall picture" of what rsyslog is 2009-05-11 09:38:29 +02:00
Rainer Gerhards
2ca67f83aa worked on rsyslog design internals paper 2009-05-08 17:56:16 +02:00
Rainer Gerhards
9a41bcee58 added design document 2009-05-08 10:43:35 +02:00
Rainer Gerhards
bbb0d7c9d1 added action processing message state diagram 2009-04-30 19:59:32 +02:00
Rainer Gerhards
10bab38993 begin implementation of new transactional output module interface
code is not complete, error cases are not handled.
2009-04-27 15:40:54 +02:00
Rainer Gerhards
5c0aeae8ab added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configuration directives 2009-04-23 12:50:07 +02:00
Rainer Gerhards
251e48a34c preparing for 4.1.7 2009-04-22 08:52:13 +02:00
Rainer Gerhards
029218df5b another typo fix... 2009-04-22 08:38:25 +02:00
Rainer Gerhards
1f08d919fd typo fix (important typo) 2009-04-21 17:32:51 +02:00
Rainer Gerhards
8f1fc598c7 doc status update & typo fixes 2009-04-21 17:01:29 +02:00
Rainer Gerhards
6e410a76f6 preparing for 3.22.0 (move to stable) 2009-04-21 16:49:46 +02:00
Rainer Gerhards
aa43d7f831 doc: added (hopefully) easier to grasp queue explanation 2009-04-21 16:32:33 +02:00
Rainer Gerhards
09ca443377 update project status & cleanup
removed some warning in imklog compilation, but may not have
solved a lurking issue (but placed comment so that we know if
something surfaces)
2009-04-17 15:10:06 +02:00
Rainer Gerhards
9348f8b9c2 preparing for 4.3.0 release 2009-04-17 14:33:14 +02:00
Rainer Gerhards
4beff8dab6 Merge branch 'nextmaster' into oracle
Conflicts:
	runtime/rsyslog.h
2009-04-16 17:28:29 +02:00
Rainer Gerhards
3c886026be added some doc for omoracle 2009-04-16 16:55:25 +02:00
Rainer Gerhards
ccd426e0da prepared for 2.0.7 & corrected default for $DirCreatemode
bugfix: the default for $DirCreateMode was 0644, and as such wrong.
It has now been changed to 0700. For some background, please see
http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
2009-04-14 15:36:23 +02:00
Rainer Gerhards
8d65a9cdd4 updated project status 2009-04-14 14:55:37 +02:00
Rainer Gerhards
85ccd6e9b7 Merge branch 'omprog' into nextmaster
Conflicts:
	ChangeLog
	runtime/rsyslog.h
2009-04-14 14:49:01 +02:00
Rainer Gerhards
01e5d51c57 added doc for $MaxOpenFiles directive 2009-04-14 14:36:50 +02:00
Rainer Gerhards
829385ce40 Merge branch 'beta'
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	doc/rsyslog_conf.html
2009-04-07 14:58:58 +02:00
Rainer Gerhards
9103817f9f added (some) developer documentation for output plugin interface 2009-04-03 15:48:55 +02:00
Rainer Gerhards
0550512b28 preparing for 3.21.11 2009-04-03 15:06:15 +02:00
Rainer Gerhards
ec0e2c3e7d added a new way how output plugins may be passed parameters.
This is more efficient for some outputs. They new can receive fields not only
as a single string but rather in an array where each string is seperated.
2009-04-03 12:51:02 +02:00
Rainer Gerhards
c250c50633 Merge branch 'v3-stable' into beta
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
2009-04-02 14:49:04 +02:00
Rainer Gerhards
01adeab0cb preparing for 3.20.5 release 2009-04-02 14:41:32 +02:00
Rainer Gerhards
85c09e0c44 add csv support to feature sheet 2009-04-02 12:57:37 +02:00
Rainer Gerhards
3954f2e166 added new "csv" property replacer option
to enable simple creation of CSV-formatted outputs (format
from RFC4180 is used)
2009-04-02 12:48:07 +02:00
Rainer Gerhards
59d4a52c28 initial work on omprog, an output module to send messages to another program 2009-04-01 16:31:41 +02:00
Rainer Gerhards
a66b69533e begining touches for putting rsyslog on spaceships 2009-04-01 14:41:32 +02:00
Rainer Gerhards
7269efe60a Merge branch 'omfile-errHandler'
Conflicts:
	ChangeLog
2009-03-24 16:25:54 +01:00
Rainer Gerhards
de3341a641 added "rsyslog family tree" graph of rsyslog versions and branches 2009-03-23 18:24:44 +01:00
Rainer Gerhards
27a639ed88 omfile bugfixing
- fixed a bug that caused action retries not to work correctly
  situation was only cleared by a restart
- bugfix: closed dynafile was potentially never written until another
  dynafile name was generated - potential loss of messages
2009-03-18 17:55:15 +01:00
Rainer Gerhards
446a982c2b some more information on rainerscript imlementation
(taken from old rscript branch, which is now obsolete)
2009-03-16 16:05:15 +01:00
Rainer Gerhards
e23e2e391c added link to online tutorial on the web 2009-03-16 10:20:41 +01:00
Rainer Gerhards
89b0868553 added link to (new) online video tutorials to manual set 2009-03-11 20:40:35 +01:00
Rainer Gerhards
4df8bb4e6b Merge branch 'beta'
Conflicts:
	doc/omrelp.html
2009-03-11 15:16:57 +01:00
Rainer Gerhards
ae7a01e137 Merge branch 'v3-stable' into beta
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
2009-03-11 15:15:34 +01:00
Rainer Gerhards
dd19c937c1 updated project status, version 2009-03-11 15:12:33 +01:00
Rainer Gerhards
837b2b8d26 preparing for 4.1.5 release 2009-03-11 15:06:18 +01:00
Rainer Gerhards
7f43af08fe doc enhance: enhance ommysql documentation
provide standard template for MySQL module and instructions
on how to modify schema
2009-03-06 15:12:29 +01:00