Dmitry Guryanov
Dmitry Guryanov
We need API calls for waiting for entered processes. libct_container_enter_execv should return pr_handler_t, which can be used for waiting or checking status of the entered process. pr_handler_t libct_process_wait(pr_handler_t p, int...
Implement compression on store side. If compression is enabled data is compressed before being written to segment files on disk and decompressed on read. The code which deals with records...
I believe one of most popular query filters would be "get log records from a particular service and filter by some string", services can be identified by topic in oklog....
Fix for https://github.com/oklog/oklog/issues/132
Suppose you run ingeststore with default parameters (-store.segment-target-size is 128M) and you get 1M of log data every 4 seconds. So at the beginning comparter will find two sequential files...
Hello, Thanks for the such a great project! I have Canon 6D and I can't find a way to get camera orientation using gphoto2 library. But latest canon DSLRs must...