Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur... | Rainer Gerhards | 2009-04-23 | 5 | -20/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-04-23 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | improving debugging info a bit | Rainer Gerhards | 2009-04-23 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | now batches are handed down to the actual consumer | Rainer Gerhards | 2009-04-22 | 2 | -18/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | first attempt at dequeueing multiple batches inside the queue | Rainer Gerhards | 2009-04-22 | 7 | -79/+149 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-04-22 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | some cleanup | Rainer Gerhards | 2009-04-17 | 1 | -39/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: missing initialization during timestamp creationv4.5.0 | Rainer Gerhards | 2009-07-03 | 2 | -0/+5 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | 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 |