summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updating project statusRainer Gerhards2010-04-221-4/+4
|
* cleanup of some compiler warningsRainer Gerhards2010-04-212-5/+17
|
* Merge branch 'v4-devel'Rainer Gerhards2010-04-213-0/+7
|\
| * bugfix: some race condition in testbench on Solaris/SparcSuper-User2010-04-213-0/+7
| |
* | adopted imsolaris to the new v5 semanticsRainer Gerhards2010-04-211-8/+17
| | | | | | | | | | | | It now supports the new cancel-free termination mode. This is important to get a really reliable solution in all cases. This concludes the initial implementation of imsolaris for v5.
* | fixed broken mergeRainer Gerhards2010-04-201-1/+0
| |
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-2010-118/+343
|\| | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * doc for imsolaris addedRainer Gerhards2010-04-203-0/+49
| |
| * saved old copy of Java DiagTalker toolRainer Gerhards2010-04-202-0/+3
| |
| * testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-204-8/+165
| |
| * finalized work on imsolarisRainer Gerhards2010-04-201-110/+126
| | | | | | | | | | | | | | | | Did a couple of clean-ups and made the module more robust. Among others, improved performance and structure, fixed the recovery handler (which did not correctly work before) and straightend out some minor issues. Doc and some platform tests are still missing, but other than that this version looks pretty good.
* | Merge branch 'v4-devel'Rainer Gerhards2010-04-196-132/+166
|\| | | | | | | | | | | | | Conflicts: runtime/msg.h runtime/rsyslog.h runtime/stream.c
| * improved quality of imsolaris codeRainer Gerhards2010-04-196-132/+166
| | | | | | | | including refctoring for a more simple solution
| * changed flag value for v5-compatibilityRainer Gerhards2010-04-191-1/+1
| |
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-194-29/+24
|\| | | | | | | | | Conflicts: runtime/msg.h
| * changed imsolaris to use submitMsg() APIRainer Gerhards2010-04-193-28/+22
| | | | | | | | | | This includes a modification to the rsyslog engine so that messages without PRI inside the message can properly be handled.
| * minor cleanupRainer Gerhards2010-04-193-3/+3
| |
* | some cleanupRainer Gerhards2010-04-195-5/+25
| |
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-1925-1122/+929
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c
| * some more cleanupRainer Gerhards2010-04-193-29/+11
| |
| * some platforms seem to need time.h inside msleep.cPeter Bray2010-04-191-0/+1
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * minor cleanup (cosmetic)Rainer Gerhards2010-04-152-70/+52
| |
| * first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-1511-620/+420
| | | | | | | | more cleanup required, but things now basically work
| * preparing for 4.7.0v4.7.0Rainer Gerhards2010-04-141-1/+1
| |
| * Merge branch 'v4-devel' of git+ssh://git.adiscon.com/git/rsyslog into v4-develRainer Gerhards2010-04-143-49/+23
| |\
| | * some cleanup of solaris imklogRainer Gerhards2010-04-123-49/+23
| | |
| * | slightly improved/cleaned up debugging systemRainer Gerhards2010-04-141-3/+16
| |/
| * Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-129-12/+36
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| | * solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-126-9/+10
| | |
| | * added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-124-2/+27
| | | | | | | | | | | | testbench
| * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-2/+2
| |\|
| | * doc bugfix: $OMFileFlushOnTXEnd wrongly documentedRainer Gerhards2010-04-071-2/+2
| | |
| * | bugfix/testbench: nettester did not work reliably under SolarisRainer Gerhards2010-04-121-21/+49
| | |
| * | mentioned new Solaris support in ChangeLogRainer Gerhards2010-04-121-0/+1
| | |
| * | adopted rsf_getenv.sh test case to new tcpflood calling conventionsRainer Gerhards2010-04-121-1/+1
| | |
| * | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-12128-350/+5388
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * \ \ Merge branch 'v4-beta' into tmpRainer Gerhards2010-01-2611-31/+79
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | | | bugfix: netstream ptcp support class was not correctly build on systems ↵Rainer Gerhards2010-04-193-1/+9
| | | | | | | | | | | | | | | | | | | | without epoll() support
* | | | | updating project statusRainer Gerhards2010-04-141-5/+5
| | | | |
* | | | | (minor) some improvements to syncdemoRainer Gerhards2010-04-141-21/+20
| | | | |
* | | | | added tool to demo/evaluate various sync methodsRainer Gerhards2010-04-131-0/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tool is primarily meant as an aid during concept development, NOT as a usable end-user tool to be built (thus it is not inside the build system)
* | | | | updating project statusRainer Gerhards2010-04-121-7/+7
| | | | |
* | | | | preparing for 5.5.3 releasev5.5.3Rainer Gerhards2010-04-098-12/+15
| | | | |
* | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-0998-210/+4072
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-0934-78/+2474
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-04-072-4/+9
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tests/tcpflood.c
| | | * | | bugfix: default for $OMFileFlushOnTXEnd was wrong ("off").Rainer Gerhards2010-04-072-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This, in default mode, caused buffered writing to be used, what means that it looked like no output were written or partial lines. Thanks to Michael Biebl for pointing out this bug.
| | | * | | improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-017-36/+284
| | | | | | | | | | | | | | | | | | | | | | | | to test robustness
| | | * | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-315-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
| | * | | | bugfix: the T/P/E config size specifiers did not work properly under call ↵Rainer Gerhards2010-04-072-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | 32-bit platforms