xdevelnet

Results 9 comments of xdevelnet

I just checked the code and didn't find anything suspicious. What it does is makes a pointer at ctx->block_bytes but with shifted address (+ ctx->n_block_bytes - sizeof(MD_BLOCK) ) IMO the...

I am also looking for support for my favourite language. Do you accept some kind of bounty or something like that? I really would like to have this feature in...

IMO executing `OS_LibShutdown()` right before `return EXIT_SUCCESS;` from process is the only correct solution for now. Unfortunately this is required in some cases like CI Valgrind integraiton, which yells for...

So, first of all I'd like you to thank for such nicely done piece of free software. I really appreciated of it. And like **ahogen**, I also use this parser....

>In JSMN values aren't really fully parsed and so they are not validated. Currently, if `\n` happens in the middle of `" "` pair, JSMN still will parse it. BTW...

Hi, @greiman ! Thanks for such great library! I would like to ask you few questions: 1. Are you planning to make your project library-independent? The thing is, that you...

> Why don't use HTTP instead? I'd like to mention that some projects are using fastcgi NOT only for php...

>The main problem with FastCGI is that it has almost no benefits over HTTP That's probably true in Y O U R cases. Otherwise, I don't think comparing hot and...

@ccgauche have you solved this issue?