0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 13, 2025 — Jun 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finish port to Win32 and polish build system More... over 9 years ago
Fix creation of TXT records over 63 bytes More... over 9 years ago
Use newer check package More... over 9 years ago
Fix typo in assert More... over 9 years ago
Wrap header files in extern C block if compiling under C++ More... over 9 years ago
BUILD: Expose header files when linked as target More... over 9 years ago
BUILD: Fix dynamic linking More... over 9 years ago
Further Windows porting More... over 9 years ago
cleanup includes More... almost 10 years ago
fix build More... almost 10 years ago
Fix build More... almost 10 years ago
remove custom definition of struct ip_mreq More... almost 10 years ago
Fix missing header on windows More... almost 10 years ago
Add static cast to fix compiler warning More... almost 10 years ago
Add unit tests More... almost 10 years ago
Fix memory issues if not using null terminated string More... almost 10 years ago
Enable continuous integration and fix related errors More... almost 10 years ago
Strict compilation mode in c99 and fix of warnings More... almost 10 years ago
Fix CMake build More... almost 10 years ago
Change build system from static Makefile to cmake (which is suitable for windows, linux, osx, ...). Windows does not have pthreads, but with very few additional lines windows will be supported while the code is still clear and maintainable. More... over 10 years ago
Add close_pipe() wrapper for close()/closesocket(). More... over 13 years ago
Change pipe to local sockets on win32 so select() will work. More... over 13 years ago
Win32/MinGW support. More... over 13 years ago
Added API and test to add additional RRs (lAAAA RRs i.e.) More... over 13 years ago
Added support to parse and encode AAAA RRs More... over 13 years ago
Minor formatting fix for license text. More... over 13 years ago
Added CROSS_COMPILE prefix to Makefile. More... over 13 years ago
Bugfix: read/write 16 and 32-bit values manually to avoid alignment issues. More... over 13 years ago
Made packet parsing code more robust. More... over 13 years ago
Bugfix: populate_answers() was not adding records if type is RR_ANY (since rev ea6495c). More... over 13 years ago