oddbits.git
2019-11-10 Urban Wallasch* tmalloc: fixed and improved realloc() logic; added...
2019-11-09 Urban Wallasch* updated README to include tmalloc
2019-11-09 Urban Wallasch* tmalloc: initial commit
2019-11-03 Urban Wallasch* dict: added dict_resize(); fixed hash type
2019-11-03 Urban Wallasch* dict: initial commit
2019-10-31 Urban Wallasch* added scripts to run tests
2019-10-30 Urban Wallasch* str: fixed utterly broken str_rtrim()
2019-10-30 Urban Wallasch* str: added str_[n]dup and str_[n]app
2019-10-28 Urban Wallasch* str: missing const
2019-10-28 Urban Wallasch* str: line breaks, comments
2019-10-28 Urban Wallasch* str: missing inline, whitespace
2019-10-28 Urban Wallasch* str: added str_nlen and str_ncpy
2019-10-28 Urban Wallasch* str: added str_ichr, str_irchr, str_skip, str_split...
2019-10-28 Urban Wallasch* str: added str_delim(); fixed escape sequence output
2019-10-28 Urban Wallasch* Reformatted README.html for better editability.
2019-10-27 Urban Wallasch* str: initial commit
2019-10-25 Urban Wallasch* net: constify buffer argument of send_to(); #include...
2019-10-25 Urban Wallasch* net: added sendfile_tm()
2019-10-25 Urban Wallasch* net: small changes to debug output
2019-10-24 Urban Wallasch* net: added net_issyserr()
2019-10-24 Urban Wallasch* net: rearranged poll() return value handling for...
2019-10-24 Urban Wallasch* net: amended comments
2019-10-24 Urban Wallasch* net: use struct sockaddr_storage to store addresses
2019-10-23 Urban Wallasch* net: changed order of function definitions; comment...
2019-10-23 Urban Wallasch* added LICENSE file and copyright notices; added ...
2019-10-23 Urban Wallasch* net: minor change in debug output
2019-10-23 Urban Wallasch* net: added recvfrom_tm() and sendto_tm()
2019-10-23 Urban Wallasch* net: improved debug address reporting, comments
2019-10-23 Urban Wallasch* net: improved poll revent handling
2019-10-22 Urban Wallasch* added net_test.c
2019-10-22 Urban Wallasch* fixed some error messages and comments
2019-10-22 Urban Wallasch* changed prototype of net_strerror()
2019-10-22 Urban Wallasch* renamed trace.c to trace_test.c
2019-10-22 Urban Wallasch* net: inital commit
2019-10-19 Urban Wallasch* Changed absolute to relative link in README.html.
2019-10-19 Urban Wallasch* Added repository README.
2019-10-19 Urban Wallasch* trace: initial commit