oddbits.git
6 years ago* tmalloc: fixed and improved realloc() logic; added wipe_on_free setting.
Urban Wallasch [Sun, 10 Nov 2019 11:33:08 +0000 (12:33 +0100)]
* tmalloc: fixed and improved realloc() logic; added wipe_on_free setting.

6 years ago* updated README to include tmalloc
Urban Wallasch [Sat, 9 Nov 2019 12:37:44 +0000 (13:37 +0100)]
* updated README to include tmalloc

6 years ago* tmalloc: initial commit
Urban Wallasch [Sat, 9 Nov 2019 10:20:14 +0000 (11:20 +0100)]
* tmalloc: initial commit
* updated .gitignore

6 years ago* dict: added dict_resize(); fixed hash type
Urban Wallasch [Sun, 3 Nov 2019 21:36:29 +0000 (22:36 +0100)]
* dict: added dict_resize(); fixed hash type

6 years ago* dict: initial commit
Urban Wallasch [Sun, 3 Nov 2019 15:48:55 +0000 (16:48 +0100)]
* dict: initial commit
* Updated README.html, sorted list alphabetically.

6 years ago* added scripts to run tests
Urban Wallasch [Thu, 31 Oct 2019 18:09:50 +0000 (19:09 +0100)]
* added scripts to run tests

6 years ago* str: fixed utterly broken str_rtrim()
Urban Wallasch [Wed, 30 Oct 2019 23:59:09 +0000 (00:59 +0100)]
* str: fixed utterly broken str_rtrim()

6 years ago* str: added str_[n]dup and str_[n]app
Urban Wallasch [Wed, 30 Oct 2019 18:52:31 +0000 (19:52 +0100)]
* str: added str_[n]dup and str_[n]app

6 years ago* str: missing const
Urban Wallasch [Mon, 28 Oct 2019 20:44:15 +0000 (21:44 +0100)]
* str: missing const

6 years ago* str: line breaks, comments
Urban Wallasch [Mon, 28 Oct 2019 20:34:33 +0000 (21:34 +0100)]
* str: line breaks, comments

6 years ago* str: missing inline, whitespace
Urban Wallasch [Mon, 28 Oct 2019 19:39:17 +0000 (20:39 +0100)]
* str: missing inline, whitespace

6 years ago* str: added str_nlen and str_ncpy
Urban Wallasch [Mon, 28 Oct 2019 18:32:16 +0000 (19:32 +0100)]
* str: added str_nlen and str_ncpy

6 years ago* str: added str_ichr, str_irchr, str_skip, str_split, str_[lr]trim, str_clean, str_t...
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]

6 years ago* str: added str_delim(); fixed escape sequence output
Urban Wallasch [Mon, 28 Oct 2019 02:00:35 +0000 (03:00 +0100)]
* str: added str_delim(); fixed escape sequence output

6 years ago* Reformatted README.html for better editability.
Urban Wallasch [Mon, 28 Oct 2019 01:58:13 +0000 (02:58 +0100)]
* Reformatted README.html for better editability.
* str: comment

6 years ago* str: initial commit
Urban Wallasch [Sun, 27 Oct 2019 12:11:49 +0000 (13:11 +0100)]
* str: initial commit
* Updated README.html.

6 years ago* net: constify buffer argument of send_to(); #include stdlib.h; fixed comment
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

6 years ago* net: added sendfile_tm()
Urban Wallasch [Fri, 25 Oct 2019 14:45:45 +0000 (16:45 +0200)]
* net: added sendfile_tm()

6 years ago* net: small changes to debug output
Urban Wallasch [Fri, 25 Oct 2019 14:44:16 +0000 (16:44 +0200)]
* net: small changes to debug output

6 years ago* net: added net_issyserr()
Urban Wallasch [Thu, 24 Oct 2019 15:46:32 +0000 (17:46 +0200)]
* net: added net_issyserr()

6 years ago* net: rearranged poll() return value handling for clarity
Urban Wallasch [Thu, 24 Oct 2019 04:17:27 +0000 (06:17 +0200)]
* net: rearranged poll() return value handling for clarity

6 years ago* net: amended comments
Urban Wallasch [Thu, 24 Oct 2019 04:03:23 +0000 (06:03 +0200)]
* net: amended comments

6 years ago* net: use struct sockaddr_storage to store addresses
Urban Wallasch [Thu, 24 Oct 2019 02:06:17 +0000 (04:06 +0200)]
* net: use struct sockaddr_storage to store addresses

6 years ago* net: changed order of function definitions; comment reformatting
Urban Wallasch [Wed, 23 Oct 2019 20:50:40 +0000 (22:50 +0200)]
* net: changed order of function definitions; comment reformatting

6 years ago* added LICENSE file and copyright notices; added .gitignore; fixed comments
Urban Wallasch [Wed, 23 Oct 2019 20:37:11 +0000 (22:37 +0200)]
* added LICENSE file and copyright notices; added .gitignore; fixed comments

6 years ago* net: minor change in debug output
Urban Wallasch [Wed, 23 Oct 2019 20:07:57 +0000 (22:07 +0200)]
* net: minor change in debug output

6 years ago* net: added recvfrom_tm() and sendto_tm()
Urban Wallasch [Wed, 23 Oct 2019 17:30:15 +0000 (19:30 +0200)]
* net: added recvfrom_tm() and sendto_tm()
* net: improved test program

6 years ago* net: improved debug address reporting, comments
Urban Wallasch [Wed, 23 Oct 2019 14:02:21 +0000 (16:02 +0200)]
* net: improved debug address reporting, comments

6 years ago* net: improved poll revent handling
Urban Wallasch [Wed, 23 Oct 2019 11:57:33 +0000 (13:57 +0200)]
* net: improved poll revent handling

6 years ago* added net_test.c
Urban Wallasch [Tue, 22 Oct 2019 18:15:04 +0000 (20:15 +0200)]
* added net_test.c

6 years ago* fixed some error messages and comments
Urban Wallasch [Tue, 22 Oct 2019 18:13:27 +0000 (20:13 +0200)]
* fixed some error messages and comments

6 years ago* changed prototype of net_strerror()
Urban Wallasch [Tue, 22 Oct 2019 16:45:59 +0000 (18:45 +0200)]
* changed prototype of net_strerror()
* improved comments

6 years ago* renamed trace.c to trace_test.c
Urban Wallasch [Tue, 22 Oct 2019 14:55:45 +0000 (16:55 +0200)]
* renamed trace.c to trace_test.c

6 years ago* net: inital commit
Urban Wallasch [Tue, 22 Oct 2019 12:44:34 +0000 (14:44 +0200)]
* net: inital commit
* updated README.html

6 years ago* Changed absolute to relative link in README.html.
Urban Wallasch [Sat, 19 Oct 2019 11:51:13 +0000 (13:51 +0200)]
* Changed absolute to relative link in README.html.

6 years ago* Added repository README.
Urban Wallasch [Sat, 19 Oct 2019 11:08:55 +0000 (13:08 +0200)]
* Added repository README.

6 years ago* trace: initial commit
Urban Wallasch [Sat, 19 Oct 2019 10:22:02 +0000 (12:22 +0200)]
* trace: initial commit