Jere Leppänen
Jere Leppänen
- Regular callback is called only if there's no input from the client during the regular interval. Fix by calling the callback when the interval expires, regardless of input from...
_print() saves in cli->buffer whatever follows the last newline, but then just throws it away on the next call. Use cli->buffer by copying it in front of the new input.
This series avoids or ignores warnings from ODP headers and ODP helper headers when application is compiled with -Wconversion or -Wpacked. For -Wpacked, there are at least four different options,...
Rework pkg-config files so that application can link libodp and libodphelper statically with pkg-config --static, without the -static linker option. Don't run test suites in installcheck. Instead build and run...
A few small performance improvements to packet classifier. Branched from PR #1681.
Some improvements to the classifier example, mainly to enable performance testing.
With a periodic timer, require application to provide an array of timeout events in odp_timer_periodic_start(). Add a new API function odp_timer_periodic_events(), which returns the number of events.