László Várady

Results 281 comments of László Várady

ivykis had experimental `io_uring` support somewhere (probably it can still be found on their mailing list, the author was interested in some feedback, but he hasn't got any). Using `io_uring`,...

I don't have it, but I think I remember what to do. I'll try to recreate the reproducer next week.

``` #0 0x000000080058b41a in thr_kill () from /lib/libc.so.7 #1 0x0000000800504e64 in raise () from /lib/libc.so.7 #2 0x00000008005b56f9 in abort () from /lib/libc.so.7 #3 0x0000000800448a6e in iv_fatal (fmt=) at iv_fatal.c:57 #4...

Can you share what thread-local storage implementation is available and used by syslog-ng in your environment? Sharing the `syslog-ng-config.h` file in your build directory or the output of the `configure`...

Thank you for the detailed and thorough explanation. :) I also had a feeling that something bigger needs to be done around the current filtering implementation, so I really like...

About the MachineID part: I don't have a specific use case that would not work with principals or cert subjects, I just had a fairly old memory when I was...

I would go with the single filter list and try to implement it in a way that wouldn't cause too many problems if one wanted to extend the functionality to...

Sorry for the delay, I'll update the PR soon.

@vruello I updated the PR description. I'm still learning Rust, and it seems I have made a few relatively bad decisions, so the implementation does not look as clean as...

My pleasure. :) > Do you think it is ready for review? Yes, I think it is ready. If you find this `enum`-based implementation terrible, please let me know and...