Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ultra-reliable | Rainer Gerhards | 2009-05-25 | 2 | -60/+58 |
|\ | |||||
| * | preparing for 4.3.1v4.3.1 | Rainer Gerhards | 2009-05-25 | 2 | -60/+58 |
| | | |||||
* | | Merge branch 'master' into ultra-reliable | Rainer Gerhards | 2009-05-22 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h tests/Makefile.am tools/syslogd.c | ||||
| * | added capability to run multiple tcp listeners (on different ports) | Rainer Gerhards | 2009-05-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes. | ||||
* | | Merge branch 'master' into tmp | Rainer Gerhards | 2009-05-19 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| * | Cleanup and typo fixes | Michael Biebl | 2009-05-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | removed queue's UngetObj() call | Rainer Gerhards | 2009-05-18 | 1 | -4/+4 |
| | | | | | | | | ... which is no longer needed thanks to the new queue design. | ||||
* | | t-delete list implemented, queue store drivers updated... | Rainer Gerhards | 2009-05-18 | 1 | -2/+4 |
| | | | | | | | | | | | | ... 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. | ||||
* | | worked more on the design document | Rainer Gerhards | 2009-05-15 | 5 | -29/+205 |
| | | |||||
* | | worked on rsyslog design document (queue design enhancement) | Rainer Gerhards | 2009-05-14 | 5 | -6/+218 |
| | | |||||
* | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-05-12 | 8 | -1/+331 |
|\| | | | | | | | | | Conflicts: runtime/rsyslog.h | ||||
| * | doc: given some concrete advise on the common %hostname% content problem | Rainer Gerhards | 2009-05-11 | 1 | -1/+8 |
| | | |||||
| * | added capability to draw configuration graphs | Rainer Gerhards | 2009-05-11 | 8 | -0/+323 |
| | | | | | | | | | | | | | | | | - 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) | ||||
* | | doc: added "overall picture" of what rsyslog is | Rainer Gerhards | 2009-05-11 | 1 | -5/+4 |
| | | |||||
* | | worked on rsyslog design internals paper | Rainer Gerhards | 2009-05-08 | 3 | -38/+197 |
| | | |||||
* | | added design document | Rainer Gerhards | 2009-05-08 | 1 | -0/+397 |
| | | |||||
* | | added action processing message state diagram | Rainer Gerhards | 2009-04-30 | 1 | -0/+33 |
| | | |||||
* | | begin implementation of new transactional output module interface | Rainer Gerhards | 2009-04-27 | 1 | -13/+166 |
| | | | | | | | | code is not complete, error cases are not handled. | ||||
* | | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize ↵ | Rainer Gerhards | 2009-04-23 | 2 | -0/+29 |
|/ | | | | configuration directives | ||||
* | another typo fix... | Rainer Gerhards | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | typo fix (important typo) | Rainer Gerhards | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | doc status update & typo fixes | Rainer Gerhards | 2009-04-21 | 2 | -24/+24 |
| | |||||
* | doc: added (hopefully) easier to grasp queue explanation | Rainer Gerhards | 2009-04-21 | 21 | -5/+284 |
| | |||||
* | update project status & cleanup | Rainer Gerhards | 2009-04-17 | 1 | -8/+8 |
| | | | | | | removed some warning in imklog compilation, but may not have solved a lurking issue (but placed comment so that we know if something surfaces) | ||||
* | preparing for 4.3.0 release | Rainer Gerhards | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-16 | 5 | -17/+51 |
|\ | | | | | | | | | Conflicts: runtime/rsyslog.h | ||||
| * | updated project status | Rainer Gerhards | 2009-04-14 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'omprog' into nextmaster | Rainer Gerhards | 2009-04-14 | 1 | -1/+0 |
| |\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h | ||||
| | * | initial work on omprog, an output module to send messages to another program | Rainer Gerhards | 2009-04-01 | 1 | -1/+0 |
| | | | |||||
| * | | added doc for $MaxOpenFiles directive | Rainer Gerhards | 2009-04-14 | 3 | -12/+47 |
| | | | |||||
* | | | added some doc for omoracle | Rainer Gerhards | 2009-04-16 | 4 | -5/+84 |
|/ / | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2009-04-07 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html | ||||
| * | | preparing for 3.21.11v3.21.11 | Rainer Gerhards | 2009-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-02 | 2 | -1/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | | preparing for 3.20.5 releasev3.20.5 | Rainer Gerhards | 2009-04-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | added link to online tutorial on the web | Rainer Gerhards | 2009-03-16 | 1 | -1/+5 |
| | | | | |||||
| | * | | added link to (new) online video tutorials to manual set | Rainer Gerhards | 2009-03-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | added (some) developer documentation for output plugin interface | Rainer Gerhards | 2009-04-03 | 3 | -7/+189 |
| | | | | |||||
* | | | | added a new way how output plugins may be passed parameters. | Rainer Gerhards | 2009-04-03 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | add csv support to feature sheet | Rainer Gerhards | 2009-04-02 | 1 | -0/+3 |
| | | | | |||||
* | | | | added new "csv" property replacer option | Rainer Gerhards | 2009-04-02 | 1 | -1/+13 |
| |_|/ |/| | | | | | | | | | | | to enable simple creation of CSV-formatted outputs (format from RFC4180 is used) | ||||
* | | | begining touches for putting rsyslog on spaceships | Rainer Gerhards | 2009-04-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'omfile-errHandler' | Rainer Gerhards | 2009-03-24 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | | omfile bugfixing | Rainer Gerhards | 2009-03-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | | | added "rsyslog family tree" graph of rsyslog versions and branches | Rainer Gerhards | 2009-03-23 | 1 | -0/+82 |
| | | | | |||||
* | | | | some more information on rainerscript imlementation | Rainer Gerhards | 2009-03-16 | 1 | -0/+2 |
|/ / / | | | | | | | | | | (taken from old rscript branch, which is now obsolete) | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2009-03-11 | 7 | -9/+21 |
|\| | | | | | | | | | | | | | | Conflicts: doc/omrelp.html | ||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-03-11 | 7 | -10/+22 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | doc enhance: enhance ommysql documentation | Rainer Gerhards | 2009-03-06 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema | ||||
| | * | doc typo fix | Rainer Gerhards | 2009-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | thanks to Trent W. Buck for alerting me. |