summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-111-1/+1
|\
| * Added MsgDup bugfix from v5-stable into v4-stable branchAndre Lorbach2011-08-111-1/+1
* | Merge branch 'v4-stable' into v4-betaAndre Lorbach2011-08-051-7/+7
|\|
| * Merge branch 'v3-stable' into v4-stableAndre Lorbach2011-08-051-7/+7
| |\
| | * bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-7/+7
* | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-161-3/+1
|\| |
| * | some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-3/+1
* | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-191-1/+1
|\| |
| * | fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-1/+1
| * | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+2
* | | bugfix: problems with atomic operations emulationRainer Gerhards2010-04-271-2/+11
* | | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+1
* | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-7/+2
|/ /
* | bugfix(temporary): message-induced off-by-one error (potential segfault)Rainer Gerhards2010-03-251-0/+6
* | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-3/+7
* | bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-3/+12
* | several bugfixes for the property replacerRainer Gerhards2010-02-081-44/+58
* | bugfix: hostname accidently set to IP address for some message sourcesRainer Gerhards2009-11-301-1/+1
* | fixed some minor portability issuesRainer Gerhards2009-09-141-1/+3
* | bugfix: repeated messages were incorrectly processedRainer Gerhards2009-09-101-3/+8
* | small performance improvement and cleanupRainer Gerhards2009-07-091-153/+166
* | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-1/+1
* | bugfix: property msg was lost when working with disk queuesRainer Gerhards2009-07-071-5/+12
* | bugfix: properties inputname, fromhost, fromhost-ip were lostRainer Gerhards2009-07-071-5/+3
* | bugfix: abort condition when RecvFrom was not set and message reduction was onRainer Gerhards2009-07-061-6/+12
* | now put the new property-based methods to good useRainer Gerhards2009-07-011-25/+33
* | RcvFromIP now also a propertyRainer Gerhards2009-07-011-31/+66
* | introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-38/+53
* | finished transition to using inputName propertyRainer Gerhards2009-06-301-97/+176
* | introduced the idea of detached propertiesRainer Gerhards2009-06-291-25/+66
* | optimization: propert names are now internally identified by integersRainer Gerhards2009-06-261-121/+235
* | got rid of the recursive requirement for msg_t mutex (finally!)Rainer Gerhards2009-06-261-156/+111
* | some more stringbuffer optimizationRainer Gerhards2009-06-251-6/+2
* | backported "clean" increment of memory trim counter (not protected by mutex)Rainer Gerhards2009-06-251-3/+5
* | cleanup (removed now-unused parameters)Rainer Gerhards2009-06-251-9/+9
* | Merge branch 'beta'Rainer Gerhards2009-06-241-0/+2
|\ \
| * \ Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-0/+2
| |\ \
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-06-241-0/+2
| | |\|
| | | * bugfix: invalid mutex release in msg.cRainer Gerhards2009-06-241-0/+2
| | * | Merge branch 'beta'Rainer Gerhards2009-04-091-0/+2
| | |\|
| | | * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+2
| | | |\
| | | | * Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+2
* | | | | optimized TAG handlingRainer Gerhards2009-06-231-52/+35
* | | | | optimized hostname processingRainer Gerhards2009-06-231-5/+5
* | | | | restored repeated message reduction processingRainer Gerhards2009-06-231-16/+54
* | | | | some more optimizationsRainer Gerhards2009-06-231-4/+47
* | | | | 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