summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 6.1.3v6.1.3Rainer Gerhards2011-02-013-3/+5
|
* fixed some regressions in imptcpRainer Gerhards2011-02-011-2/+11
| | | | from new changes, so far unreleased versions
* Merge branch 'v5-devel'Rainer Gerhards2011-02-0119-80/+769
|\ | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/imudp/imudp.c plugins/ommysql/ommysql.c
| * added doc for new ommysql directivesAriel P2011-02-011-0/+12
| |
| * added pmaixforwardedfrom message parserDavid Lang2011-02-014-0/+194
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * added $OMMySQLConfigFile/$OMMySQLConfigSection config directivesAriel P2011-01-312-0/+41
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * Merge branch 'v5-stable' into v5-develRainer Gerhards2011-01-262-11/+29
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * preparing for v5.6.3v5.6.3Rainer Gerhards2011-01-263-3/+4
| | |
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-01-262-10/+26
| | |\
| | | * imfile bugfix: potential duplication of log contentRainer Gerhards2011-01-102-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | Under some circumstances an invalid truncation was detected. This code has now been removed, a file change (and thus resent) is only detected if the inode number changes.
| | | * forgot the actual patch with the last commit :(Rainer Gerhards2010-12-171-1/+1
| | | |
| | | * bugfix: imfile potentially duplicates linesRainer Gerhards2010-12-172-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen when 0 bytes are read from the input file, and some writer appends data to the file BEFORE we check if a rollover happens. The check for rollover uses the inode and size as a criterion. So far, we checked for equality of sizes, which is not given in this scenario, but that does not indicate a rollover. From the source code comments: Note that when we check the size, we MUST NOT check for equality. The reason is that the file may have been written right after we did try to read (so the file size has increased). That is NOT in indicator of a rollover (this is an actual bug scenario we experienced). So we need to check if the new size is smaller than what we already have seen!
| * | | Merge branch 'v5-devel-david-imfile' into v5-develRainer Gerhards2011-01-265-29/+101
| |\ \ \
| | * | | enhanced imfile to support multi-line messagesDavid Lang2011-01-255-29/+101
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | pmciscomsg: fixed some problemsDavid Lang2011-01-251-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | integrated pmciscomsg into the build systemRainer Gerhards2011-01-132-0/+19
| | | | |
| * | | | added pmcisconames (uncompiled & untested)David Lang2011-01-132-0/+161
| |/ / / | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | Merge branch 'v5.6.2-newimudp' into v5-devel-newimudpRainer Gerhards2011-01-108-4/+212
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imudp/imudp.c threads.c
| | * | | improved imudp real-time scheduling support & bugfixDražen Kačar2011-01-108-3/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original code had quite some issues, which are fixed by this commit. Also we do more error checking now. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | Merge branch 'v4-devel' into v5-devel-newimudpRainer Gerhards2011-01-101-42/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c
| | * | | | imudp: removing new scheduling priority setting codeRainer Gerhards2011-01-102-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as it had too many implications. This will now be part of v5 only.
| | * | | | added support for systems without epoll_create1()Rainer Gerhards2010-12-172-2/+20
| | | | | |
* | | | | | experimental support for monogodb addedVictor Pereira2011-01-315-0/+335
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | cleanup of imptcp; doc added; config statement for workers addedRainer Gerhards2011-01-313-23/+24
| | | | | |
* | | | | | added multi-threading support to imptcpRainer Gerhards2011-01-281-47/+182
| | | | | |
* | | | | | small speedup to imptcp: read more than one events in epoll callRainer Gerhards2011-01-281-1/+2
| | | | | |
* | | | | | imptcp now supports non-cancel termination mode, a plus in stabilityRainer Gerhards2011-01-282-15/+14
| | | | | |
* | | | | | interim commit: refactored epoll processingRainer Gerhards2011-01-267-20/+90
| | | | | | | | | | | | | | | | | | | | | | | | this is a perquisite for multi-threading the input handler
* | | | | | tcpflood: time display was invalid due to wrong formatRainer Gerhards2011-01-262-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there was a systematic error in that decimals were 1/10th to small. No problem if you knew that, but otherwise a biggie... This is a bug in a recently introduced non-released feature.
* | | | | | improved tcpsrv performance by enabling multiple-entry epollRainer Gerhards2011-01-256-28/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so far, we always pulled a single event from the epoll interface. Now 128, what should result in performance improvement (less API calls) on busy systems. Most importantly affects imtcp.
* | | | | | abandon imttcp, concept failed, explanation comment added to moduleRainer Gerhards2011-01-241-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but will leave the module inside source tree as it may be useful for further testing ... maybe... ;)
* | | | | | thread leak fixed (but not in a clean way)Rainer Gerhards2011-01-241-2/+10
| | | | | |
* | | | | | added first (very experimental) version of imttcpRainer Gerhards2011-01-244-1/+1109
| | | | | |
* | | | | | minor: typo fixRainer Gerhards2011-01-181-1/+1
| | | | | |
* | | | | | fixed regression in tcpfloodRainer Gerhards2011-01-101-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | multiple rounds in single-threaded mode did not work
* | | | | | tcpflood test tool: cleaned up sender multithreadingRainer Gerhards2011-01-102-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we now properly wait for startup of all threads before actually beginning to send data (and start the timers).
* | | | | | enhanced tcpflood to run multithreadedRainer Gerhards2010-12-182-31/+108
| | | | | |
* | | | | | doc: minor typo fixRainer Gerhards2010-12-171-1/+1
| | | | | |
* | | | | | added minimal doc for new imudp config statementsRainer Gerhards2010-12-171-0/+6
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-12-1730-216/+330
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c
| * | | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-12-179-82/+130
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html doc/manual.html plugins/imudp/imudp.c runtime/msg.h tools/syslogd.c
| | * | | | added $IMUDPSchedulingPolicy and $IMUDPSchedulingPriority config settingsRainer Gerhards2010-12-173-0/+44
| | | | | |
| | * | | | added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-166-14/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| | * | | | cleanup of cosmetic nit (result of clang static code analyser run)Rainer Gerhards2010-12-161-1/+1
| | | | | |
| | * | | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-1618-39/+28
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | Conflicts: runtime/parser.c
| | * | | | Fix the build system to build outisde CERN.Luis Fernando Muñoz Mejías2010-11-301-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should build against Oracle 11, too. Depending on the user's installation, either a single ORACLE_HOME environment variable or ORACLE_LIB_PATH and ORACLE_INCLUDE_PATH environment variables will be needed.
| | * | | | Fix a potential missing '\0' on too long strings.Luis Fernando Muñoz Mejías2010-11-302-48/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By implementing a trivial strlcpy it's much easier to detect string truncations and react to them. This also gives a noticeable speedup in buffer handling (can be HUGE), since strlcpy() doesn't clear all the buffer entry before writing data. Converted all uses of strncpy() into strlcpy(). Also, we don't need to check for some null pointers, as there are no malloc-like operations in the doAction loop.
| | * | | | bugfix: atomic increment for msg object may not work correct on all platforms.Chris Metcalf2010-11-252-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | added forgotten testcase filesv4.7.3Rainer Gerhards2010-11-252-0/+25
| | | | | |
| | * | | | preparing for 4.7.3Rainer Gerhards2010-11-253-3/+3
| | | | | |