Eduardo Silva Pereira

Results 48 issues of Eduardo Silva Pereira

Duda DST-2 needs a package that supports MongoDB in async mode + co-routines

The logger object must allow to print messages to the console when invoked from duda_main()

Merge MySQL & MariaDB package into Duda sources. This package is on hold in the mean while ticket #2 is done. Migrated from http://bugs.duda.io/ticket/4 ``` json { "status": "new", "changetime":...

Migrated from Trac
defect
Package Mysql & Maria DB

Duda core inherits Monkey trace system that is build on demand (--trace), it can be used through PLUGIN_TRACE(..) macro. But when using packages this feature is disabled, we need to...

Monkey HTTP Server already support FastCGI through the plugin, the intention of this issue is to log an enhancement request for Duda where a callback may be able to route...

If for some reason a callback misses a final response->end(dr..) call or it do not put the event to sleep, when the callback returns will let the server in an...

Migrated from Trac
defect
API

Duda API must support transfer chunked encoding when sending outgoing data.

Duda stack should support an API to allow the server to listen for large data uploads, where Monkey server after receive the HTTP request headers (on PUT/POST), let Duda handle...

We would need an API object called "Local Store" with a short name for the api "lstore", that should implement two methods: 1) set(duda_request_t _dr, void (_exit_callback) (duda_request_t *dr)) :...

enhancement
Migrated from Trac
API

Merge PostgreSQL, this ticket is on hold in the meanwhile Ticket #2 is fixed Migrated from http://bugs.duda.io/ticket/5 ``` json { "status": "new", "changetime": "2013-12-30T16:08:05", "description": "Merge PostgreSQL, this ticket is...

enhancement
Migrated from Trac
Package PostgreSQL