Attila Lakatos

Results 79 comments of Attila Lakatos

I have very little experience with the mysql module but isn't this configurable through the config file provided via `MySQLConfig.File` parameter?

> This looks like a good update. One of the goals in naming things is to try to have the same syscall names on each arch so that the rules...

> Yes, this is the kind of problems a change could make. In this case, I wonder what strace shows? I know that there is a glibc wrapper that is...

I think the use of override is fine as `std::streambuf`... indeed has a virtual destructor. I think it's mainly cosmetics, but still :smiley: What if `HAVE_EXT_STDIO_FILEBUF_H` is defined and we...

Hello, would it be possible to move this forward? Many distros are removing openssl engines support from their openssl package. cc @edenhill

Good catch, can you submit a PR?

Hello, The documentation and test links you provided are for the im**P**tcp module.

I had the same problem when I was trying to build rsyslog-8.2010.0 on Fedora. I tried to enable it using [--enable-imhttp](https://github.com/rsyslog/rsyslog/blob/master/configure.ac#L1827) but it required ```civetweb``` header files. As far as...

It seems like this is not a traditional syscall that should be directly invoked. Though interpretation could be added, otherwise the translated output will look like this: ``` At 04:24:02...