Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | 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 | |
* | | | | | quick and dirty fix for one race condition | Rainer Gerhards | 2009-06-24 | 1 | -4/+4 | |
* | | | | | Merge branch 'master' into v5-devel | Rainer Gerhards | 2009-06-24 | 3 | -15/+17 | |
|\| | | | | ||||||
| * | | | | 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 | |
| * | | | | cleanup (removed left-over from backport)v4.3.2 | Rainer Gerhards | 2009-06-24 | 1 | -2/+0 | |
| * | | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-24 | 1 | -2/+2 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2009-06-24 | 1 | -2/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | minor doc bugfix: name of rsyslogd.pid corrected (was syslogd.pid) | Michael Biebl | 2009-06-24 | 1 | -2/+2 | |
| * | | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2009-06-24 | 3 | -3/+4 | |
| |\| | | | ||||||
| | * | | | finishing touches for 4.2.0v4.2.0 | Rainer Gerhards | 2009-06-22 | 1 | -0/+1 | |
| | * | | | preparing for v4-stable | Rainer Gerhards | 2009-06-22 | 3 | -3/+3 | |
| * | | | | minor: prepped ChangeLog for next beta | Rainer Gerhards | 2009-06-24 | 1 | -1/+1 | |
* | | | | | updated project status | Rainer Gerhards | 2009-06-24 | 3 | -11/+20 | |
* | | | | | Merge branch 'omfile' into v5-devel | Rainer Gerhards | 2009-06-23 | 16 | -231/+253 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | 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 | |
* | | | | | Merge branch 'omfile' into v5-devel | Rainer Gerhards | 2009-06-22 | 4 | -38/+17 | |
|\| | | | | ||||||
| * | | | | optimized processing of TAG message field | Rainer Gerhards | 2009-06-22 | 4 | -38/+17 | |
* | | | | | adapted (and improved) input batching to v5 engine | Rainer Gerhards | 2009-06-22 | 1 | -1/+2 | |
* | | | | | Merge branch 'omfile' into v5-devel | Rainer Gerhards | 2009-06-22 | 4 | -45/+40 | |
|\| | | | | ||||||
| * | | | | some more optimizations of the msg_t object (minor) | Rainer Gerhards | 2009-06-22 | 4 | -45/+40 | |
* | | | | | Merge branch 'omfile' into v5-devel | Rainer Gerhards | 2009-06-22 | 2 | -1/+19 | |
|\| | | | | ||||||
| * | | | | reduced memory footprint / "memory leak" | Rainer Gerhards | 2009-06-22 | 2 | -1/+19 | |
* | | | | | bugfix: huge memory leak in queue engine | Rainer Gerhards | 2009-06-22 | 2 | -0/+4 | |
* | | | | | some post-merge cleanup | Rainer Gerhards | 2009-06-22 | 2 | -7/+2 | |
* | | | | | Merge branch 'omfile' into tmp | Rainer Gerhards | 2009-06-22 | 71 | -798/+1551 | |
|\| | | | | ||||||
| * | | | | 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 | |
| |\| | | |