Stanislav Paskalev
Stanislav Paskalev
As mentioned in #48 this pull requests add initial support for additional algorithms for digest authentication. Current tests pass and new ones will follow.
https://github.com/spaskalev/buddy_alloc - single header buddy memory allocator with predictable performance and storage overhead.
I'm trying to build WP on a amd64 glibc void linux system. One of the patchelf invocations fails with the following output ``` + patchelf --replace-needed libm.so.5 /home/user/pdev/wpunix/build/lib/libm.so.5 linux/ins/wpdecom patchelf:...
Thanks for the mono fix for 3.3, I've confirmed that it works by switching it on and observing the throughput in my router go down in half as opposed to...
This [post](https://www.reddit.com/r/C_Programming/comments/1c9ib98/comment/l0o4yxu/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) provides great detail on how to integrate with gcc's malloc attribute and its equivalent functionality in msvc. This could help with some diagnostics and/or optimizations.
The intention for buddy_safe_free is to avoid freeing a slot just because it matches in location but doesn't match in size. A call like this is unconditionally a bug in...
After zooming a djvu file (zooming in itself being smooth and high-quality) there's a quick blank followed by a redraw - it doesn't change the output in anyway and probably...