Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Solve a memory leak when freeing Oracle instances. | Luis Fernando Muñoz Mejías | 2009-04-09 | 1 | -1/+0 |
* | Make it work in batches of statements. | Luis Fernando Muñoz Mejías | 2009-04-09 | 1 | -11/+60 |
* | Merge branch 'oracle' into nextmaster | Rainer Gerhards | 2009-04-08 | 6 | -2/+419 |
|\ | |||||
| * | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-08 | 7 | -24/+130 |
| |\ | |||||
| * \ | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-07 | 41 | -80/+664 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into oracle | Rainer Gerhards | 2009-04-03 | 21 | -30/+259 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into oracle | Rainer Gerhards | 2009-04-02 | 5 | -4/+58 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into oracle | Rainer Gerhards | 2009-04-02 | 27 | -34/+767 |
| |\ \ \ \ \ | |||||
| * | | | | | | some small changes (as suggestion) | Rainer Gerhards | 2009-04-01 | 1 | -8/+6 |
| * | | | | | | Convert the module configuration to $Action... directives. | Luis Fernando Muñoz Mejías | 2009-04-01 | 1 | -23/+43 |
| * | | | | | | Add a SELinux policy that allows the module to load on RHEL5. | Luis Fernando Muñoz Mejías | 2009-04-01 | 1 | -0/+13 |
| * | | | | | | Make tryResume not to retry the last action, but just to reconnect. | Luis Fernando Muñoz Mejías | 2009-04-01 | 1 | -4/+1 |
| * | | | | | | added some (hopefully helpful) comments on the calling IF | Rainer Gerhards | 2009-03-25 | 1 | -0/+27 |
| * | | | | | | Remove useless dbgprintf and add documentation. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -2/+10 |
| * | | | | | | Add proper indentation (despite Emacs) and support for retrying. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -78/+90 |
| * | | | | | | Add the ability to actually run statements. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -17/+25 |
| * | | | | | | Add the ability to connect to the DB based on the config line. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -14/+44 |
| * | | | | | | Add handlers on modInit. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -9/+69 |
| * | | | | | | Add all other blocks (macros) needed to make this module work. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -13/+48 |
| * | | | | | | Include omoracle in the build system. | Luis Fernando Muñoz Mejías | 2009-03-25 | 3 | -3/+42 |
| * | | | | | | Start the output module for Oracle. | Luis Fernando Muñoz Mejías | 2009-03-25 | 3 | -0/+170 |
* | | | | | | | bugfix: solved potential memory leak in msg processing | Rainer Gerhards | 2009-04-08 | 2 | -1/+5 |
* | | | | | | | fixed some portability issues | Rainer Gerhards | 2009-03-16 | 5 | -5/+21 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | improved testbench, added tests for tcp-based reception | Rainer Gerhards | 2009-04-08 | 7 | -24/+130 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge branch 'master' into nextmaster | Rainer Gerhards | 2009-04-07 | 7 | -15/+34 |
|\ \ \ \ \ | |||||
| * | | | | | final touches for 4.1.6 releasev4.1.6 | Rainer Gerhards | 2009-04-07 | 1 | -0/+2 |
| * | | | | | Re-enable parsing host names from message. | Luis Fernando Muñoz Mejías | 2009-04-07 | 1 | -1/+1 |
| * | | | | | updating changelog for release | Rainer Gerhards | 2009-04-07 | 1 | -3/+5 |
| * | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-04-07 | 6 | -11/+26 |
| |\ \ \ \ \ | |||||
| | * | | | | | preparing for 3.21.11v3.21.11 | Rainer Gerhards | 2009-04-03 | 3 | -3/+3 |
| | * | | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-02 | 10 | -11/+126 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | preparing for 3.20.5 releasev3.20.5 | Rainer Gerhards | 2009-04-02 | 4 | -4/+12 |
| | | * | | | | | Merge branch 'dapatch' into v3-stable | Rainer Gerhards | 2009-04-02 | 6 | -6/+102 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | fixed bugs in RainerScript | varmojfekoj | 2009-03-16 | 3 | -3/+8 |
| | | * | | | | | | 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 |
* | | | | | | | | | testcase added (on user request) | Rainer Gerhards | 2009-04-06 | 1 | -0/+3 |
* | | | | | | | | | improved internal handling of RainerScript functions | Rainer Gerhards | 2009-04-06 | 12 | -32/+345 |
|/ / / / / / / / | |||||
* | | | | | | | | made sure udptester terminates only after rsyslgod it spawned | Rainer Gerhards | 2009-04-06 | 1 | -0/+2 |
* | | | | | | | | improved parser test suite | Rainer Gerhards | 2009-04-03 | 7 | -1/+19 |
* | | | | | | | | improved test suite and added test for new output module interface | Rainer Gerhards | 2009-04-03 | 14 | -25/+71 |
* | | | | | | | | added (some) developer documentation for output plugin interface | Rainer Gerhards | 2009-04-03 | 4 | -7/+190 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | added a new way how output plugins may be passed parameters. | Rainer Gerhards | 2009-04-03 | 10 | -10/+197 |
* | | | | | | | Merge branch 'regex' | Rainer Gerhards | 2009-04-02 | 5 | -8/+42 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fully integrated regex patch | Rainer Gerhards | 2009-04-02 | 4 | -35/+19 |
| * | | | | | | | streamlined regex patch | Rainer Gerhards | 2009-04-02 | 4 | -30/+43 |
| * | | | | | | | improved performance of regexp-based filters | Rainer Gerhards | 2009-04-02 | 4 | -2/+39 |
* | | | | | | | | clean compile on solaris | Rainer Gerhards | 2009-04-02 | 2 | -2/+7 |
|/ / / / / / / | |||||
* | | | | | | | added O_CLOEXEC to open() calls | Rainer Gerhards | 2009-04-02 | 5 | -10/+10 |
* | | | | | | | add csv support to feature sheet | Rainer Gerhards | 2009-04-02 | 1 | -0/+3 |
| |_|_|_|_|/ |/| | | | | |