1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
util: Add realloc implementation
denkenz
as Denis Kenzior
More... over 13 years ago
test: Only use plain C library functions More... over 13 years ago
test: Add test function handling More... over 13 years ago
unit: Add example for unit testing More... over 13 years ago
test: Add skeleton for unit testing framework More... over 13 years ago
io: Add documentation for exported functions More... over 13 years ago
hashmap: Fix wrong function prototype More... over 13 years ago
hashmap: Add documentation for exported functions More... over 13 years ago
util: Add documentation for exported functions More... over 13 years ago
timeout: Add documentation for exported functions More... over 13 years ago
signal: Add documentation for exported functions More... over 13 years ago
queue: Add documentation for exported functions More... over 13 years ago
main: Add documentation for exported functions More... over 13 years ago
doc: Add skeleton for using gtk-doc More... over 13 years ago
util: Change order of function prototypes More... over 13 years ago
util: Add function for creating printf style strings More... over 13 years ago
io: Use internal allocator for structures More... over 13 years ago
timeout: Use internal allocator for structures More... over 13 years ago
signal: Use internal allocator for structures More... over 13 years ago
main: Use internal allocator for structures More... over 13 years ago
hashmap: Use internal allocator for structures More... over 13 years ago
queue: Use internal allocator for structures More... over 13 years ago
util: Add macro for allocating memory and zeroing it More... over 13 years ago
util: Add functions for allocating and freeing memory More... over 13 years ago
private: Add macros for branch prediction More... over 13 years ago
queue: Add function for removing multiple items More... over 13 years ago
queue: Provide helper for allocating queue entry More... over 13 years ago
queue: Add function for inserting elements More... over 13 years ago
queue: Use a single linked list for queue storage More... over 13 years ago
unit: Add simple unit test for IO read handling More... over 13 years ago