Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: discard action caused segfault | Rainer Gerhards | 2009-07-30 | 5 | -3/+40 |
| | |||||
* | updated project status | Rainer Gerhards | 2009-07-28 | 1 | -4/+4 |
| | |||||
* | finishing touches for 5.1.3v5.1.3 | Rainer Gerhards | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | fixed testbench compile problem on some platforms | Rainer Gerhards | 2009-07-21 | 1 | -2/+1 |
| | |||||
* | disabling new input termination interface | Rainer Gerhards | 2009-07-20 | 1 | -0/+6 |
| | | | | | | a bug showed up during further testing. As this was a side-activity, I'll probably disable it for the time being and check what's going on somewhat later (I'll do it tomorrow if I can find it quickly) | ||||
* | moved check_JAVA as suggested by Michael Biebl - thx | Rainer Gerhards | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | internal: added ability to terminate input modules not via pthread_cancel... | Rainer Gerhards | 2009-07-20 | 15 | -13/+134 |
| | | | | | | | | ... but an alternate approach via pthread_kill. This is somewhat safer as we do not need to think about the cancel-safeness of all libraries we use. However, not all inputs can easily supported, so this now is a feature that can be requested by the input module (the most important ones request it). | ||||
* | minor: dbgprintf() converted to DBGPRINTF() | Rainer Gerhards | 2009-07-20 | 1 | -5/+5 |
| | |||||
* | re-structured tcpsrv.c a bit, no real change | Rainer Gerhards | 2009-07-20 | 1 | -38/+49 |
| | | | | | ... but this sets stage for potential future optimizations, especially the capability to use multiple reception threads. | ||||
* | cleanup & better debug message handling | Rainer Gerhards | 2009-07-20 | 1 | -66/+65 |
| | | | | | | the new handling will hopefully spare a few cycles, as function calls (and most importantly parameter generation!) or now only done when debug messages are actually active. | ||||
* | corrected some conditions & one more simplification | Rainer Gerhards | 2009-07-20 | 1 | -15/+3 |
| | |||||
* | simplified startup of queue DA mode | Rainer Gerhards | 2009-07-20 | 3 | -67/+9 |
| | |||||
* | bugfix: potential race condition in debug mode | Rainer Gerhards | 2009-07-20 | 1 | -1/+2 |
| | |||||
* | solved potential race condition and some cleanup | Rainer Gerhards | 2009-07-20 | 2 | -6/+13 |
| | | | | | | | code review brought up some few places where we may have run into a race. They have most probably been introduced during the recent set of changes. But I do not look at older versions because of the changed architecture, one can not simply backport this patch. | ||||
* | bugfix: minor static memory leak while reading configuration | Rainer Gerhards | 2009-07-20 | 6 | -24/+25 |
| | | | | | This did NOT leak based on message volume. Also, did some cleanup during the commit. | ||||
* | enhanced worker thread pool by atomic ops | Rainer Gerhards | 2009-07-20 | 3 | -32/+23 |
| | | | | | ... greater performance and was able to remove a potential troublespot in a cancel cleanup handler. | ||||
* | architecture change: queue now always has at least one worker thread | Rainer Gerhards | 2009-07-20 | 6 | -19/+35 |
| | | | | | | ...if not running in direct mode. Previous versions could run without any active workers. This simplifies the code at a very small expense. See v5 compatibility note document for more in-depth discussion. | ||||
* | more cleanup/simplification (forgot to remove one mutex lock) | Rainer Gerhards | 2009-07-20 | 3 | -36/+10 |
| | |||||
* | some more threading changes | Rainer Gerhards | 2009-07-20 | 4 | -44/+28 |
| | | | | ... as well as some cleanup | ||||
* | cleanup: removed no longer needed code | Rainer Gerhards | 2009-07-20 | 2 | -20/+0 |
| | |||||
* | removed mutex locks | Rainer Gerhards | 2009-07-17 | 4 | -34/+36 |
| | | | | | ... by utilizing that we need to modify a state variable only in a sequential way during shutdown. | ||||
* | further code simplification | Rainer Gerhards | 2009-07-17 | 6 | -176/+54 |
| | | | | | | | | | ... could even remove one mutex by using a better algorithm. I think I also spotted some situation in which a hang could have happened. As I can't fix it in v4 and less without moving to the new engine, I make no effort in testing this out. Hangs occur during shutdown, only (if at all). The code changes should also result in some mild performance improvement. Some bug potential, but overall the bug potential should have been greatly reduced. | ||||
* | more code simplification, should also bring some performance enhancement | Rainer Gerhards | 2009-07-17 | 8 | -91/+45 |
| | | | | reducing the number of thread cancellation state changes | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2009-07-16 | 3 | -5/+12 |
|\ | | | | | | | | | | | Conflicts: runtime/wti.c runtime/wtp.c | ||||
| * | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-07-16 | 4 | -7/+12 |
| |\ | |||||
| | * | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | This is for another prctl() call, not present in the beta version (looks like it would make sense to stick these into a utility function) | ||||
| | * | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
| | |\ | |||||
| | | * | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
| | | | | |||||
* | | | | some code simplification | Rainer Gerhards | 2009-07-16 | 4 | -14/+11 |
| | | | | |||||
* | | | | Merge branch 'detached' into master | Rainer Gerhards | 2009-07-15 | 6 | -210/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/nettester.c | ||||
| * | | | | further reduction in code size/complexity due to design change | Rainer Gerhards | 2009-07-08 | 5 | -41/+3 |
| | | | | | |||||
| * | | | | simplified worker thread handling | Rainer Gerhards | 2009-07-08 | 5 | -171/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | based on now working with detached threads. This is probably the biggest patch in this series and with large bug potential. | ||||
* | | | | | some more (very mild) cleanup | Rainer Gerhards | 2009-07-15 | 2 | -12/+1 |
| | | | | | |||||
* | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-15 | 2 | -4/+8 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-07-15 | 2 | -0/+8 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | documenting imported bugfix | Rainer Gerhards | 2009-07-15 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | v4-beta was so far unreleased, so it was a bug only here | ||||
| | * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | bugfix: memory leak with some input modules | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | some mild restart-type HUP cleanup | Rainer Gerhards | 2009-07-15 | 3 | -64/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ... only those things that were obvious (and puzzled people looking at the code without konwing the subtle issues of HUP ;)). | ||||
* | | | | | $HUPisRestart removed | Rainer Gerhards | 2009-07-15 | 4 | -24/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ... but the rest of the code is not yet cleaned-up. Will do that slowly over time... (huge potential, but must be done carefully) | ||||
* | | | | | cleaned up AUTHORS file and references | Rainer Gerhards | 2009-07-15 | 2 | -23/+15 |
| | | | | | | | | | | | | | | | | | | | | ... was not well maintained at all, now refering to git | ||||
* | | | | | updating service status | Rainer Gerhards | 2009-07-15 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-07-15 | 18 | -478/+157 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | | added v5 compatibility notes | Rainer Gerhards | 2009-07-15 | 3 | -2/+24 |
| |/ / / | |||||
| * | | | final touches for 4.5.1v4.5.1 | Rainer Gerhards | 2009-07-15 | 3 | -5/+5 |
| | | | | |||||
| * | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 16 | -473/+114 |
| |\| | | |||||
| | * | | CONFIG CHANGE: $HUPisRestart default is now "off". | Rainer Gerhards | 2009-07-15 | 6 | -13/+97 |
| | | | | | | | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken. | ||||
| | * | | removed outdated html version of man page | Rainer Gerhards | 2009-07-15 | 1 | -438/+0 |
| | | | | | | | | | | | | | | | | html doc is better | ||||
| | * | | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-07-15 | 10 | -22/+17 |
| | |\ \ | |||||
| | | * | | removed mentioning HUP as a way of restarting from the doc set | Rainer Gerhards | 2009-07-15 | 10 | -26/+21 |
| | | | | | | | | | | | | | | | | | | | | ... part of the deprecation effort for v5 |