pranomostro
pranomostro
From sigaction(2): SA_NODEFER Do not prevent the signal from being received from within its own signal handler. This flag is meaningful only when establishing a signal handler. SA_NOMASK is an...
This commit removes the a2x dependency and the fulgurate-man script. It adds handwritten manpages. Rationale: By removing the dependency, this commit increases stability and portability. It also makes fulgurate more...
Conference calls do not seem stable enough in the API yet: /** * NOTE Compatibility with old toxav group calls. TODO(iphydf): remove */ But when this is sorted out, conference...
When another client calls ratox, but hangs up before ratox can accept the call, ratox crashes. valgrind shows faulty memory accesses in callback_end(). Noteworthy: there are no faulty memory accesses...