oddbits.git
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