Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | named queue worker threads | Rainer Gerhards | 2009-06-25 | 2 | -1/+7 | |
* | | | | 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 | 4 | -5/+14 | |
* | | | | some memory accesses are now explicitely atomic | Rainer Gerhards | 2009-06-25 | 4 | -10/+25 | |
* | | | | Merge branch 'beta' | Rainer Gerhards | 2009-06-24 | 2 | -0/+4 | |
|\| | | | ||||||
| * | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-24 | 2 | -0/+4 | |
| |\| | | ||||||
| | * | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-06-24 | 2 | -0/+4 | |
| | |\| | ||||||
| | | * | bugfix: invalid mutex release in msg.c | Rainer Gerhards | 2009-06-24 | 2 | -0/+4 | |
* | | | | bugfix: abort when using multiple mainMsgQueue worker threads | Rainer Gerhards | 2009-06-24 | 1 | -16/+9 | |
* | | | | Merge branch 'omfile' | Rainer Gerhards | 2009-06-24 | 116 | -2379/+5219 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fixed a race condition: generated msg string store must be mutex protected | Rainer Gerhards | 2009-06-23 | 1 | -11/+13 | |
| * | | | optimized TAG handling | Rainer Gerhards | 2009-06-23 | 5 | -60/+44 | |
| * | | | optimized hostname processing | Rainer Gerhards | 2009-06-23 | 6 | -49/+20 | |
| * | | | more strict parsing of the hostname in rfc3164 mode | Rainer Gerhards | 2009-06-23 | 4 | -79/+57 | |
| * | | | prevented unneccessary apc calls | Rainer Gerhards | 2009-06-23 | 4 | -11/+19 | |
| * | | | restored repeated message reduction processing | Rainer Gerhards | 2009-06-23 | 6 | -39/+69 | |
| * | | | 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 | 4 | -38/+17 | |
| * | | | 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 | 2 | -1/+19 | |
| * | | | optimized template string generation | Rainer Gerhards | 2009-06-19 | 7 | -91/+125 | |
| * | | | switched default to keep in line with traditional syslogd behaviour | Rainer Gerhards | 2009-06-19 | 2 | -4/+7 | |
| * | | | optimized action.c a bit | Rainer Gerhards | 2009-06-19 | 2 | -24/+21 | |
| * | | | 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 | 7 | -42/+8 | |
| * | | | typo fix | Rainer Gerhards | 2009-06-19 | 1 | -1/+1 | |
| * | | | some cleanup | Rainer Gerhards | 2009-06-19 | 2 | -11/+14 | |
| * | | | fully optimized datetime module and enhanced test suite | Rainer Gerhards | 2009-06-19 | 31 | -110/+298 | |
| * | | | optimized rfc3339 timestamp string generation | Rainer Gerhards | 2009-06-19 | 1 | -30/+73 | |
| * | | | fixed abort condition with oversize tags | Rainer Gerhards | 2009-06-18 | 5 | -23/+16 | |
| * | | | optimized handling of MSG part in msg object | Rainer Gerhards | 2009-06-18 | 6 | -16/+33 | |
| * | | | slight optimization of template generation | Rainer Gerhards | 2009-06-18 | 4 | -7/+15 | |
| * | | | 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 | 5 | -52/+85 | |
| * | | | cleaned up/optimized raw message handling in msg object | Rainer Gerhards | 2009-06-18 | 12 | -84/+77 | |
| * | | | Merge branch 'master' into newmsg | Rainer Gerhards | 2009-06-18 | 3 | -5/+22 | |
| |\ \ \ | ||||||
| * | | | | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 13 | -105/+126 | |
| * | | | | some more optimization in msg object string handling | Rainer Gerhards | 2009-06-17 | 2 | -56/+35 | |
| * | | | | further optimized message object | Rainer Gerhards | 2009-06-17 | 6 | -137/+234 | |
| * | | | | added basic plumbing to support message properties separate from message | Rainer Gerhards | 2009-06-16 | 4 | -0/+175 | |
| * | | | | some cleanup | Rainer Gerhards | 2009-06-16 | 1 | -6/+4 | |
| * | | | | implemented first version of multi-enqueue support, queue side | Rainer Gerhards | 2009-06-16 | 3 | -2/+128 | |
| * | | | | milestone: input-side multiSubmit capability | Rainer Gerhards | 2009-06-16 | 4 | -11/+64 | |
| * | | | | fixing problems that occurred during the last merge | Rainer Gerhards | 2009-06-16 | 2 | -293/+0 | |
| * | | | | minor cleanup | Rainer Gerhards | 2009-06-16 | 2 | -3/+0 | |
| * | | | | Merge branch 'master' into omfile | Rainer Gerhards | 2009-06-16 | 29 | -502/+699 | |
| |\ \ \ \ | ||||||
| * | | | | | cleaned up small nit | Rainer Gerhards | 2009-06-16 | 1 | -1/+1 | |
| * | | | | | omfile buffers are now synchronized after inactivity | Rainer Gerhards | 2009-06-15 | 9 | -43/+559 |