Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: potential race condition when adding messages to queue | Rainer Gerhards | 2008-09-18 | 1 | -1/+2 |
| | | | | | | | There was a wrong order of mutex lock operations. It is hard to believe that really caused problems, but in theory it could and with threading we often see that theory becomes practice if something is only used long enough on a fast enough machine with enough CPUs ;) | ||||
* | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -0/+146 |
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization. |