Eduardo Silva Pereira

Results 48 issues of Eduardo Silva Pereira

In our project, [Fluent Bit](http://github.com/fluent/fluent-bit), we use libonigmo for regex parsing. The static analysis system [Coverity](https://scan.coverity.com) reported some possible memory leaks. Would you please validate the 3 reported issues ?:...

By default JSMN waits until have completed JSON messages, which is OK for most of use cases. But sometimes would be very useful to support concatenated [incomplete] messages, e.g: ```...

The following __invalid JSON__ map is parsed without problems: ```json {"team":"test", "cpu":"10", {"log": "test"}} ``` I am using the strict mode but the problem persist. any suggestions are welcome: cc:...

Just a quick note to explain slow updates and replies for everyone around Monkey project: I've been quite busy with [Fluent Bit](http://fluentbit.io) project and of course doing very slow updates...

Logger plugin should offer the ability to log the "query string" for each request (disabled by default).

enhancement

Monkey v1.7 comes with a new shared library mode (work in process). Some info about the old library mode: Shared library mode was supported in 1.5 series, but due to...

enhancement

It dont need an explanation :)

enhancement
HTTP/2

[http://t.text0.tk/fH texto mas extenso] Some URLs are better considered by the search engines like Google than others. This was something we discussed in our web promotion manual. For example, how...

To handle strings and general data with a known length we use mk_ptr_t which is a very basic struct that holds a void\* and a long. Redis implements a very...

enhancement

== Problem == The current bug already have a workaround in the code, but the root cause have not been identified yet. The problem is the following: Each worker thread...