summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2009-04-021-0/+69
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+69
| | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
* | some more threading cleanupRainer Gerhards2008-09-261-2/+13
| | | | | | | | | | | | - removed newly-introduced potential deadlock in debug system - removed unnecessary pthread_cond_signal - a bit general cleanup
* | cleaned up internal debug system code and made it behave better in regard to ↵Rainer Gerhards2008-09-261-129/+79
| | | | | | | | multi-threading
* | ignoring an (acceptable) race in debug systemRainer Gerhards2008-09-181-0/+16
|/
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+4
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-2/+0
|
* moved files to the runtimeRainer Gerhards2008-04-161-0/+1332
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.