Davidson Francis

Results 9 issues of Davidson Francis

Description -------------- In commit 7807763 a thread-safe version of the `ag_search()` routine was added, `ag_search_ts()`. It turns out that this version doesn't benefit from parallelism of worker threads, on the...

enhancement
help wanted

Description -------------- The current state of libag uses dozens of variables, arrays, and global structures, which just reflect the original ag code. The problem is that this prevents several things,...

enhancement
help wanted

Description --------------- There are two ways to analyze pointers: 1) tracking the pointer value, as a normal variable (eg: ptr++ would be tracked) and 2) tracking the content pointed by...

enhancement
help wanted

Description --------------- At the moment, PBD relies on DWARF-2/Location lists to find the appropriate variable location (whether local or global). Although not an issue, this requires the user to building...

enhancement
help wanted

Description --------------- PBD lacks `structures` and `unions` analysis at the moment. Since structures could go arbitrarily deep (like a tree of structs) the dwarf analysis must be changed to accommodate...

enhancement
help wanted

Description ----------- In issue #24, was discussed the possibility of having a low-level API for finer control over wsServer. This is a much-desired feature: while the current API provides a...

help wanted
feature

Hi, I'm working with @ppenna on a '[HAL](https://github.com/nanvix/hal)' for a microkernel that we are developing, which has OpenRISC as one of its build targets. We are able to run our...

License change proposal ----------------------- Hello wsServer contributors, @silvioprog, @gloveboxes, @CleberPeter, @jfdelnero, @refutationalist, @ejoerns, @hoathienvu8x, @terziev-viktor, @roddehugo I am writing to you to propose a change of license for the wsServer...

question

Description ----------- The example file [docs/examples/websocket.c] does not work out of the box, because the recv_pong() function does not consider that the `curl_ws_recv()` function might return CURLE_AGAIN if there is...

documentation
WebSocket