summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Urban Wallasch [Mon, 28 Oct 2019 18:32:16 +0000 (19:32 +0100)]
* str: added str_nlen and str_ncpy
Urban Wallasch [Mon, 28 Oct 2019 16:31:36 +0000 (17:31 +0100)]
* str: added str_ichr, str_irchr, str_skip, str_split, str_[lr]trim, str_clean, str_trans, str_to[upper|lower]
Urban Wallasch [Mon, 28 Oct 2019 02:00:35 +0000 (03:00 +0100)]
* str: added str_delim(); fixed escape sequence output
Urban Wallasch [Mon, 28 Oct 2019 01:58:13 +0000 (02:58 +0100)]
* Reformatted README.html for better editability.
* str: comment
Urban Wallasch [Sun, 27 Oct 2019 12:11:49 +0000 (13:11 +0100)]
* str: initial commit
* Updated README.html.
Urban Wallasch [Fri, 25 Oct 2019 15:32:08 +0000 (17:32 +0200)]
* net: constify buffer argument of send_to(); #include stdlib.h; fixed comment
Urban Wallasch [Fri, 25 Oct 2019 14:45:45 +0000 (16:45 +0200)]
* net: added sendfile_tm()
Urban Wallasch [Fri, 25 Oct 2019 14:44:16 +0000 (16:44 +0200)]
* net: small changes to debug output
Urban Wallasch [Thu, 24 Oct 2019 15:46:32 +0000 (17:46 +0200)]
* net: added net_issyserr()
Urban Wallasch [Thu, 24 Oct 2019 04:17:27 +0000 (06:17 +0200)]
* net: rearranged poll() return value handling for clarity
Urban Wallasch [Thu, 24 Oct 2019 04:03:23 +0000 (06:03 +0200)]
* net: amended comments
Urban Wallasch [Thu, 24 Oct 2019 02:06:17 +0000 (04:06 +0200)]
* net: use struct sockaddr_storage to store addresses
Urban Wallasch [Wed, 23 Oct 2019 20:50:40 +0000 (22:50 +0200)]
* net: changed order of function definitions; comment reformatting
Urban Wallasch [Wed, 23 Oct 2019 20:37:11 +0000 (22:37 +0200)]
* added LICENSE file and copyright notices; added .gitignore; fixed comments
Urban Wallasch [Wed, 23 Oct 2019 20:07:57 +0000 (22:07 +0200)]
* net: minor change in debug output
Urban Wallasch [Wed, 23 Oct 2019 17:30:15 +0000 (19:30 +0200)]
* net: added recvfrom_tm() and sendto_tm()
* net: improved test program
Urban Wallasch [Wed, 23 Oct 2019 14:02:21 +0000 (16:02 +0200)]
* net: improved debug address reporting, comments
Urban Wallasch [Wed, 23 Oct 2019 11:57:33 +0000 (13:57 +0200)]
* net: improved poll revent handling
Urban Wallasch [Tue, 22 Oct 2019 18:15:04 +0000 (20:15 +0200)]
* added net_test.c
Urban Wallasch [Tue, 22 Oct 2019 18:13:27 +0000 (20:13 +0200)]
* fixed some error messages and comments
Urban Wallasch [Tue, 22 Oct 2019 16:45:59 +0000 (18:45 +0200)]
* changed prototype of net_strerror()
* improved comments
Urban Wallasch [Tue, 22 Oct 2019 14:55:45 +0000 (16:55 +0200)]
* renamed trace.c to trace_test.c
Urban Wallasch [Tue, 22 Oct 2019 12:44:34 +0000 (14:44 +0200)]
* net: inital commit
* updated README.html
Urban Wallasch [Sat, 19 Oct 2019 11:51:13 +0000 (13:51 +0200)]
* Changed absolute to relative link in README.html.
Urban Wallasch [Sat, 19 Oct 2019 11:08:55 +0000 (13:08 +0200)]
* Added repository README.
Urban Wallasch [Sat, 19 Oct 2019 10:22:02 +0000 (12:22 +0200)]
* trace: initial commit