Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | now put the new property-based methods to good use | Rainer Gerhards | 2009-07-01 | 4 | -40/+100 | |
* | | | | RcvFromIP now also a property | Rainer Gerhards | 2009-07-01 | 2 | -34/+69 | |
* | | | | removed a debugging-left-over, caused compilation failure on some platforms | Rainer Gerhards | 2009-07-01 | 1 | -1/+0 | |
* | | | | introduced a new way of handling the RcvFrom property | Rainer Gerhards | 2009-06-30 | 9 | -50/+137 | |
* | | | | finished transition to using inputName property | Rainer Gerhards | 2009-06-30 | 3 | -106/+180 | |
* | | | | introduced the idea of detached properties | Rainer Gerhards | 2009-06-29 | 9 | -37/+152 | |
* | | | | separate willRun and runInput calls for input modules | Michael Terry | 2009-06-29 | 2 | -0/+2 | |
* | | | | optimization: propert names are now internally identified by integers | Rainer Gerhards | 2009-06-26 | 7 | -137/+296 | |
* | | | | some optimization, declared some frequently called small stringbuf functions ... | Rainer Gerhards | 2009-06-26 | 2 | -60/+62 | |
* | | | | got rid of the recursive requirement for msg_t mutex (finally!) | Rainer Gerhards | 2009-06-26 | 5 | -168/+121 | |
* | | | | some more stringbuffer optimization | Rainer Gerhards | 2009-06-25 | 3 | -68/+30 | |
* | | | | bugfix: msg_t mutex was sometimes initialized twice | Rainer Gerhards | 2009-06-25 | 1 | -1/+0 | |
* | | | | backported "clean" increment of memory trim counter (not protected by mutex) | Rainer Gerhards | 2009-06-25 | 2 | -3/+6 | |
* | | | | named queue worker threads | Rainer Gerhards | 2009-06-25 | 1 | -0/+6 | |
* | | | | cleanup (removed now-unused parameters) | Rainer Gerhards | 2009-06-25 | 3 | -17/+17 | |
* | | | | bugfix: subtle potential issue during queue shutdown | Rainer Gerhards | 2009-06-25 | 1 | -1/+1 | |
* | | | | improvements/fixes in queue termination timeout handling | Rainer Gerhards | 2009-06-25 | 2 | -3/+7 | |
* | | | | some memory accesses are now explicitely atomic | Rainer Gerhards | 2009-06-25 | 3 | -10/+24 | |
* | | | | Merge branch 'beta' | Rainer Gerhards | 2009-06-24 | 1 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-24 | 1 | -0/+2 | |
| |\| | | | | |/ / | |/| | | ||||||
| | * | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-06-24 | 1 | -0/+2 | |
| | |\| | ||||||
| | | * | bugfix: invalid mutex release in msg.c | Rainer Gerhards | 2009-06-24 | 1 | -0/+2 | |
* | | | | optimized TAG handling | Rainer Gerhards | 2009-06-23 | 3 | -55/+40 | |
* | | | | optimized hostname processing | Rainer Gerhards | 2009-06-23 | 3 | -11/+7 | |
* | | | | more strict parsing of the hostname in rfc3164 mode | Rainer Gerhards | 2009-06-23 | 2 | -5/+9 | |
* | | | | prevented unneccessary apc calls | Rainer Gerhards | 2009-06-23 | 3 | -9/+18 | |
* | | | | restored repeated message reduction processing | Rainer Gerhards | 2009-06-23 | 4 | -25/+60 | |
* | | | | fix: previous patch aborted in release mode | Rainer Gerhards | 2009-06-23 | 1 | -1/+3 | |
* | | | | some more optimizations | Rainer Gerhards | 2009-06-23 | 5 | -19/+70 | |
* | | | | optimized processing of TAG message field | Rainer Gerhards | 2009-06-22 | 3 | -22/+7 | |
* | | | | some more optimizations of the msg_t object (minor) | Rainer Gerhards | 2009-06-22 | 4 | -45/+40 | |
* | | | | reduced memory footprint / "memory leak" | Rainer Gerhards | 2009-06-22 | 1 | -0/+18 | |
* | | | | optimized template string generation | Rainer Gerhards | 2009-06-19 | 3 | -8/+5 | |
* | | | | removed pthread_testcancel() as it is no longer necessary | Rainer Gerhards | 2009-06-19 | 1 | -22/+0 | |
* | | | | removed uniprocessor optimization | Rainer Gerhards | 2009-06-19 | 6 | -40/+8 | |
* | | | | typo fix | Rainer Gerhards | 2009-06-19 | 1 | -1/+1 | |
* | | | | some cleanup | Rainer Gerhards | 2009-06-19 | 1 | -11/+6 | |
* | | | | fully optimized datetime module and enhanced test suite | Rainer Gerhards | 2009-06-19 | 1 | -78/+88 | |
* | | | | optimized rfc3339 timestamp string generation | Rainer Gerhards | 2009-06-19 | 1 | -30/+73 | |
* | | | | fixed abort condition with oversize tags | Rainer Gerhards | 2009-06-18 | 2 | -23/+11 | |
* | | | | optimized handling of MSG part in msg object | Rainer Gerhards | 2009-06-18 | 2 | -11/+24 | |
* | | | | slight optimization of template generation | Rainer Gerhards | 2009-06-18 | 3 | -4/+12 | |
* | | | | some optimization in the property replacer | Rainer Gerhards | 2009-06-18 | 1 | -40/+48 | |
* | | | | optimized TAG handling in msg object | Rainer Gerhards | 2009-06-18 | 2 | -47/+78 | |
* | | | | cleaned up/optimized raw message handling in msg object | Rainer Gerhards | 2009-06-18 | 3 | -65/+64 | |
* | | | | Merge branch 'master' into newmsg | Rainer Gerhards | 2009-06-18 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Merge branch 'beta' | Rainer Gerhards | 2009-06-18 | 1 | -1/+1 | |
| |\| | | ||||||
| | * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-06-18 | 1 | -1/+1 | |
| | |\| | ||||||
| | | * | some minor bugfixes | Rainer Gerhards | 2009-06-18 | 1 | -1/+1 | |
* | | | | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 10 | -94/+113 |