log

age author description
Wed, 17 Apr 2024 08:52:09 -0400 Josef 'Jeff' Sipek tests: ignore the generated str2float test binary default tip
Wed, 17 Apr 2024 08:34:49 -0400 Josef 'Jeff' Sipek cmake: search for xdr functions in tirpc as well
Wed, 17 Apr 2024 08:09:21 -0400 Josef 'Jeff' Sipek cmake: properly check for xdr function locations
Wed, 17 Apr 2024 08:20:12 -0400 Josef 'Jeff' Sipek json: correctly compare expected and actual test values
Wed, 17 Apr 2024 08:25:52 -0400 Josef 'Jeff' Sipek build: replace clang 10 with clang 18 on FreeBSD
Wed, 20 Mar 2024 22:20:25 -0400 Josef 'Jeff' Sipek WIP: fix malloc/free draft
Wed, 20 Mar 2024 22:03:41 -0400 Josef 'Jeff' Sipek WIP: rust result reword draft
Wed, 20 Mar 2024 21:46:32 -0400 Josef 'Jeff' Sipek WIP: rust errno draft
Sun, 17 Mar 2024 16:46:13 -0400 Josef 'Jeff' Sipek HACK: link to rust code draft
Sun, 17 Mar 2024 16:33:08 -0400 Josef 'Jeff' Sipek urldecode draft
Sun, 17 Mar 2024 16:32:56 -0400 Josef 'Jeff' Sipek macros draft
Sun, 17 Mar 2024 16:32:31 -0400 Josef 'Jeff' Sipek result todos draft
Fri, 22 Jun 2018 13:19:32 -0400 Josef 'Jeff' Sipek WIP: rust: add typed malloc wrapper draft
Fri, 22 Jun 2018 13:13:16 -0400 Josef 'Jeff' Sipek WIP: rust: implement custom Result type draft
Fri, 22 Jun 2018 13:09:53 -0400 Josef 'Jeff' Sipek WIP: rust: provide safe malloc/free functions draft
Fri, 22 Jun 2018 13:07:49 -0400 Josef 'Jeff' Sipek WIP: rust: expose malloc & free to rust code draft
Fri, 22 Jun 2018 13:06:11 -0400 Josef 'Jeff' Sipek WIP: import minimal rust source draft
Wed, 14 Feb 2024 10:01:04 -0500 Josef 'Jeff' Sipek socksvc: switch to the newly added xsockaddr
Wed, 14 Feb 2024 09:54:10 -0500 Josef 'Jeff' Sipek sock: add sockaddr_{ntop,cmp,copy} helpers and a sockaddr_union
Wed, 31 Jan 2024 23:41:07 -0500 Josef 'Jeff' Sipek build: add newer compilers to the FreeBSD manifest
Wed, 31 Jan 2024 23:37:14 -0500 Josef 'Jeff' Sipek build: bump compiler versions on debian
Wed, 31 Jan 2024 13:51:14 -0500 Josef 'Jeff' Sipek synch: add MXTRYLOCK
Mon, 29 Jan 2024 22:40:35 -0500 Josef 'Jeff' Sipek io: remove an unused variable
Mon, 29 Jan 2024 22:26:59 -0500 Josef 'Jeff' Sipek json: add packing tests
Sun, 15 Mar 2020 15:49:39 +0200 Josef 'Jeff' Sipek slab: implement a custom allocator
Sun, 28 Jan 2024 19:16:22 -0500 Josef 'Jeff' Sipek int: clarify comment for p2roundup
Wed, 13 Sep 2023 10:23:45 -0400 Josef 'Jeff' Sipek time: add is_leap_year function
Tue, 04 Apr 2023 20:29:03 -0400 Josef 'Jeff' Sipek Enable -Wswitch-enum warnings
Sat, 14 Jan 2023 13:44:48 -0500 Josef 'Jeff' Sipek WIP: synch: recursive lock class locking draft
Sat, 14 Jan 2023 13:44:43 -0500 Josef 'Jeff' Sipek synch: minor mutex lock checking optimization
Fri, 13 Jan 2023 11:03:28 -0500 Josef 'Jeff' Sipek synch: remove barrier support
Fri, 13 Jan 2023 10:40:17 -0500 Josef 'Jeff' Sipek synch: improve mutex deadlock panic message
Thu, 24 Nov 2022 22:28:53 -0500 Josef 'Jeff' Sipek int: add str2float and str2double
Tue, 04 Oct 2022 22:25:33 -0400 Josef 'Jeff' Sipek build: use the correct g++ executable names on debian
Tue, 04 Oct 2022 22:14:36 -0400 Josef 'Jeff' Sipek sexpr: dump only 7-bit chars as #\foo
Mon, 05 Sep 2022 09:38:03 -0400 Josef 'Jeff' Sipek build: add builds.sr.ht build manifests & script
Tue, 04 Oct 2022 20:53:18 -0400 Josef 'Jeff' Sipek man: fix lint test manpage paths
Wed, 05 Jan 2022 23:26:54 -0500 Josef 'Jeff' Sipek Added tag v0.22-rc1 for changeset 3b8b413277d9
Wed, 05 Jan 2022 23:26:50 -0500 Josef 'Jeff' Sipek libjeffpc 0.22-rc1 v0.22-rc1
Wed, 05 Jan 2022 23:02:19 -0500 Josef 'Jeff' Sipek sexpr: use %define api.pure instead of %pure-parser
Thu, 16 Sep 2021 23:34:34 -0400 Josef 'Jeff' Sipek buffer: add buffer_delete
Thu, 16 Sep 2021 22:39:12 -0400 Josef 'Jeff' Sipek buffer: add buffer_insert & buffer_insert_c
Wed, 13 Oct 2021 19:35:23 -0400 Josef 'Jeff' Sipek buffer: test appending 1 MB in 1 kB chunks
Wed, 13 Oct 2021 19:26:11 -0400 Josef 'Jeff' Sipek buffer: replace pointless sink append test with one that appends 1kB
Mon, 11 Oct 2021 23:16:37 -0400 Josef 'Jeff' Sipek buffer: rename inner_loop test helper function
Mon, 11 Oct 2021 23:30:23 -0400 Josef 'Jeff' Sipek Ignore .dylib versions of the library
Thu, 16 Sep 2021 22:38:59 -0400 Josef 'Jeff' Sipek error: fall back to abort for assertion_failed
Thu, 16 Sep 2021 22:38:32 -0400 Josef 'Jeff' Sipek error: include ucontext.h only for addrtosymstr
Thu, 16 Sep 2021 22:38:04 -0400 Josef 'Jeff' Sipek error: use %jx to format assertion failure messages
Mon, 04 Oct 2021 22:31:19 -0400 Josef 'Jeff' Sipek thread: handle FreeBSD and macOS arg differences for pthread name setting
Sun, 29 Aug 2021 09:51:37 -0400 Josef 'Jeff' Sipek cmake: use _DARWIN_C_SOURCE to build on macOS
Wed, 12 May 2021 09:57:51 -0400 Josef 'Jeff' Sipek nvl: add nvl_clear to drop all key-value pairs in an nvlist
Wed, 12 May 2021 09:56:49 -0400 Josef 'Jeff' Sipek val: move nvl emptying into a helper function
Wed, 03 Mar 2021 19:14:43 -0500 Josef 'Jeff' Sipek file cache: name the cache thread
Wed, 03 Mar 2021 19:12:53 -0500 Josef 'Jeff' Sipek error: print thread name in cmn_err output
Wed, 03 Mar 2021 19:09:17 -0500 Josef 'Jeff' Sipek thread: allow naming threads
Wed, 03 Mar 2021 11:37:11 -0500 Josef 'Jeff' Sipek cmake: force checking libpthread for symbols
Mon, 01 Mar 2021 23:31:45 -0500 Josef 'Jeff' Sipek cmake: silence case sensitivity related warning
Mon, 01 Mar 2021 19:35:15 -0500 Josef 'Jeff' Sipek nvl: make nvpair_value return -ENOENT for NULL pairs
Mon, 22 Feb 2021 08:21:03 -0500 Josef 'Jeff' Sipek synch: stash the condition variable name in the condition variable