Stefan Kaes
Stefan Kaes
On a system, where a gc.h file is available, the gem is compiled properly. Symptom: dyld: lazy symbol binding failed: Symbol not found: _RUBY_FREE_ENTER This is caused by finding a...
The semantics of write_string was changed in ffi 1.14.0 to add a NULL byte at the end of the target buffer. This causes buffer overflows in all programs that relied...
This PR build on the work of @ahorek (https://github.com/geminabox/geminabox/pull/353). To the best of my knowledge, it completely implements the bundler compact index. It fixes some problems of the original PR:...
The tests are green, but we need to study the interplay between the various new timeout options in the multi threaded bunny implementation. In addition, the new bunny insists on...
We log a message every 10 seconds from each beetle failover client, when we receive a status update message. Give a large number of client this can create quite a...
If I understand it correctly, version 3.0.0, when compiled against an openssl 1.1 library is supposed to work as before, Unfortunately it can not connect to host that use an...
It should be possible to have a live stream of a single controller action. However, creating a live stream for every action is terribly wasteful: it would mean thousands of...
you can never trust browsers on timestamps.
the requests collection currently uses a minute field for sorting. this is of course not sufficient. we should switch to using ms resolution there.
in addition to the existing count of 5xx errors (per day) in the History view, it would be useful to have a similar graph for 4xx class, too, to be...