summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Urban Wallasch [Thu, 23 Apr 2020 09:19:25 +0000 (11:19 +0200)]
* Re-implemented str_ncpy() without the use of strncat() to avoid -Werror=stringop-truncation.
Urban Wallasch [Thu, 23 Apr 2020 08:24:08 +0000 (10:24 +0200)]
* Fix __cplusplus macro usage.
Urban Wallasch [Wed, 13 Nov 2019 14:59:57 +0000 (15:59 +0100)]
* Added mem_mem_bmh() using the Boyer-Moore-Horspool algorithm.
Urban Wallasch [Mon, 11 Nov 2019 11:52:16 +0000 (12:52 +0100)]
* mkdirp: comments, again.
Urban Wallasch [Mon, 11 Nov 2019 10:29:40 +0000 (11:29 +0100)]
* mkdirp: fixed comments
Urban Wallasch [Sun, 10 Nov 2019 22:23:20 +0000 (23:23 +0100)]
* mkdirp: initial commit
* updated README.html
Urban Wallasch [Sun, 10 Nov 2019 14:52:41 +0000 (15:52 +0100)]
* tmalloc: fixed memory leak (the irony!); refactoring; small improvements.
Urban Wallasch [Sun, 10 Nov 2019 11:33:08 +0000 (12:33 +0100)]
* tmalloc: fixed and improved realloc() logic; added wipe_on_free setting.
Urban Wallasch [Sat, 9 Nov 2019 12:37:44 +0000 (13:37 +0100)]
* updated README to include tmalloc
Urban Wallasch [Sat, 9 Nov 2019 10:20:14 +0000 (11:20 +0100)]
* tmalloc: initial commit
* updated .gitignore
Urban Wallasch [Sun, 3 Nov 2019 21:36:29 +0000 (22:36 +0100)]
* dict: added dict_resize(); fixed hash type
Urban Wallasch [Sun, 3 Nov 2019 15:48:55 +0000 (16:48 +0100)]
* dict: initial commit
* Updated README.html, sorted list alphabetically.
Urban Wallasch [Thu, 31 Oct 2019 18:09:50 +0000 (19:09 +0100)]
* added scripts to run tests
Urban Wallasch [Wed, 30 Oct 2019 23:59:09 +0000 (00:59 +0100)]
* str: fixed utterly broken str_rtrim()
Urban Wallasch [Wed, 30 Oct 2019 18:52:31 +0000 (19:52 +0100)]
* str: added str_[n]dup and str_[n]app
Urban Wallasch [Mon, 28 Oct 2019 20:44:15 +0000 (21:44 +0100)]
* str: missing const
Urban Wallasch [Mon, 28 Oct 2019 20:34:33 +0000 (21:34 +0100)]
* str: line breaks, comments
Urban Wallasch [Mon, 28 Oct 2019 19:39:17 +0000 (20:39 +0100)]
* str: missing inline, whitespace
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