summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* optimized processing of TAG message fieldRainer Gerhards2009-06-221-21/+6
* some more optimizations of the msg_t object (minor)Rainer Gerhards2009-06-221-20/+17
* reduced memory footprint / "memory leak"Rainer Gerhards2009-06-221-0/+18
* fixed abort condition with oversize tagsRainer Gerhards2009-06-181-22/+11
* optimized handling of MSG part in msg objectRainer Gerhards2009-06-181-9/+21
* slight optimization of template generationRainer Gerhards2009-06-181-2/+8
* some optimization in the property replacerRainer Gerhards2009-06-181-40/+48
* optimized TAG handling in msg objectRainer Gerhards2009-06-181-45/+72
* cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-11/+32
* going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-10/+10
* some more optimization in msg object string handlingRainer Gerhards2009-06-171-44/+26
* further optimized message objectRainer Gerhards2009-06-171-115/+230
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-99/+71
|\
| * removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-50/+50
| * done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-24/+6
| * some performance optimizationsRainer Gerhards2009-06-161-34/+23
* | completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+11
|/
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-64/+40
* bugfix: solved potential memory leak in msg processingRainer Gerhards2009-04-081-1/+3
* added new "csv" property replacer optionRainer Gerhards2009-04-021-0/+34
* Merge branch 'beta'Rainer Gerhards2009-01-301-0/+2
|\
| * Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-301-2/+5
| |\
| | * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-301-12/+7
| | * bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-301-2/+5
| * | bugfix: inconsistent use of mutex/atomic operations could cause segfaultRainer Gerhards2009-01-301-6/+7
* | | Merge branch 'drd-testing'Rainer Gerhards2009-01-291-2/+7
|\ \ \
| * | | bugfix: unitialized mutex was used in msg.c:getPRIRainer Gerhards2009-01-261-2/+7
* | | | fixed atomic operationsRainer Gerhards2009-01-291-6/+5
|/ / /
* | | Merge branch 'beta'Rainer Gerhards2008-11-181-1/+9
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-111-1/+9
| |\|
| | * enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-0/+2
| | * improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-111-1/+7
* | | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-1/+0
* | | fixing segfault caused by all inputs but imudpRainer Gerhards2008-10-091-0/+1
* | | cleanup of output timestamp generationRainer Gerhards2008-10-071-0/+4
* | | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-6/+9
* | | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-14/+58
* | | Merge branch 'master' into perfRainer Gerhards2008-10-061-0/+9
|\| |
| * | consolidated time calls during msg object creationRainer Gerhards2008-10-021-0/+9
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-10-021-1/+1
|\| |
| * | bugfix: segfault when main queue was in direct modeRainer Gerhards2008-10-011-1/+1
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-261-5/+9
|\| |
| * | atomic memory access calls re-enabled in msg.cRainer Gerhards2008-09-231-5/+5
| * | bugfix: proper synchronization on message destructionRainer Gerhards2008-09-191-0/+4
* | | minor things, mostly improved debug infoRainer Gerhards2008-09-181-2/+2
|/ /
* | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-0/+37
* | added new capability to property replacer.Zhuang Yuyao2008-09-101-0/+5
|/
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+26
* bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-141-6/+10
* Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-141-2/+29