log

age author description
Fri, 10 Apr 2020 12:27:10 -0400 Josef 'Jeff' Sipek sock: use atomic_cas_ptr correctly
Fri, 10 Apr 2020 12:25:17 -0400 Josef 'Jeff' Sipek atomic: fix atomic_cas* comment documenting the behavior
Fri, 10 Apr 2020 11:57:07 -0400 Josef 'Jeff' Sipek tests: add xhostname test
Fri, 15 Mar 2019 11:42:40 -0400 Josef 'Jeff' Sipek sock: add a way to get the hostname in a reliable way
Thu, 09 Apr 2020 12:15:48 -0400 Josef 'Jeff' Sipek taskq: use a mem cache to allocate taskq item structs
Thu, 09 Apr 2020 12:15:24 -0400 Josef 'Jeff' Sipek taskq: use a mem cache to allocate taskq structs
Fri, 03 Apr 2020 15:11:57 -0400 Josef 'Jeff' Sipek buffer: use the common buffer test string for read-only tests
Thu, 02 Apr 2020 16:08:58 -0400 Josef 'Jeff' Sipek buffer: add buffer size argument to buffer_init_static
Sat, 28 Mar 2020 11:52:07 -0400 Josef 'Jeff' Sipek buffer: add buffer_init_heap to support stack allocated heap buffers
Sat, 28 Mar 2020 11:51:48 -0400 Josef 'Jeff' Sipek buffer: allow buffer_free calls on stack allocated buffer structures
Sat, 28 Mar 2020 10:39:35 -0400 Josef 'Jeff' Sipek int: add p2roundup to round an integer to the next multiple of power of 2
Sat, 28 Mar 2020 10:36:52 -0400 Josef 'Jeff' Sipek int: add is_p2 function to check if an integer is a power of two
Sun, 15 Mar 2020 15:52:09 +0200 Josef 'Jeff' Sipek slab: make struct mem_cache private
Sun, 08 Mar 2020 13:04:20 +0200 Josef 'Jeff' Sipek Added tag v0.21 for changeset 615cef3b291f
Sun, 08 Mar 2020 13:04:16 +0200 Josef 'Jeff' Sipek libjeffpc 0.21 v0.21
Thu, 13 Feb 2020 14:26:34 -0500 Josef 'Jeff' Sipek man: run lint on each manpage as a test
Thu, 13 Feb 2020 14:25:36 -0500 Josef 'Jeff' Sipek man: fix lint issue in xread manpage
Thu, 13 Feb 2020 14:20:10 -0500 Josef 'Jeff' Sipek man: install mandoc-formated manpages as-is
Sun, 24 Feb 2019 17:42:58 -0500 Josef 'Jeff' Sipek man: write a manpage for MX{INIT,DESTROY,LOCK,UNLOCK}
Wed, 08 Jan 2020 15:17:01 -0500 Josef 'Jeff' Sipek types.h: define the bool type and the true/false value
Sun, 27 Oct 2019 20:56:19 -0400 Josef 'Jeff' Sipek Added tag v0.21-rc1 for changeset 918290b29837
Sun, 27 Oct 2019 20:56:15 -0400 Josef 'Jeff' Sipek libjeffpc 0.21-rc1 v0.21-rc1
Sun, 11 Aug 2019 13:37:00 -0400 Josef 'Jeff' Sipek synch: print read/write indication for held rwlocks
Sun, 11 Aug 2019 13:35:45 -0400 Josef 'Jeff' Sipek synch: keep track of whether rwlock is held as reader or writer
Sun, 11 Aug 2019 12:18:09 -0400 Josef 'Jeff' Sipek synch: add rwlock tests
Sun, 11 Aug 2019 12:06:42 -0400 Josef 'Jeff' Sipek synch: keep track of rwlocks in the dependency graph
Sun, 11 Aug 2019 12:05:50 -0400 Josef 'Jeff' Sipek synch: rwlocks should belong to a lock class
Sun, 11 Aug 2019 13:13:57 -0400 Josef 'Jeff' Sipek synch: print held synch objects generically
Sun, 11 Aug 2019 13:12:59 -0400 Josef 'Jeff' Sipek synch: print synch objects generically
Sun, 11 Aug 2019 13:18:07 -0400 Josef 'Jeff' Sipek synch: print synch type in deadlock error message
Sun, 11 Aug 2019 12:53:07 -0400 Josef 'Jeff' Sipek synch: print synch type in releasing-unheld error message
Sun, 11 Aug 2019 12:52:40 -0400 Josef 'Jeff' Sipek synch: print synch type in destroying-unheld error message
Sun, 11 Aug 2019 12:00:12 -0400 Josef 'Jeff' Sipek synch: remove unused held type sanity check function
Sun, 11 Aug 2019 11:59:45 -0400 Josef 'Jeff' Sipek synch: move mutex destroy checking into a helper function
Thu, 25 Jul 2019 14:21:54 -0400 Josef 'Jeff' Sipek synch: move mutex unlock checking into a helper function
Thu, 25 Jul 2019 14:19:31 -0400 Josef 'Jeff' Sipek synch: move mutex lock checking into a helper function
Sun, 11 Aug 2019 11:49:56 -0400 Josef 'Jeff' Sipek synch: error_lock already gets the expected synch type via info struct
Thu, 25 Jul 2019 14:13:06 -0400 Josef 'Jeff' Sipek synch: rename synch printing helpers
Thu, 25 Jul 2019 14:12:38 -0400 Josef 'Jeff' Sipek synch: don't call print_{lock,cond} directly
Thu, 25 Jul 2019 14:06:23 -0400 Josef 'Jeff' Sipek synch: convert dependency tracking code to use info structs
Thu, 25 Jul 2019 13:40:00 -0400 Josef 'Jeff' Sipek synch: convert error printing helpers to use info structs
Thu, 25 Jul 2019 13:36:54 -0400 Josef 'Jeff' Sipek synch: sanity check held type for lock destroy/lock/unlock
Thu, 25 Jul 2019 13:12:00 -0400 Josef 'Jeff' Sipek synch: use lock info structs as the nodes for held lock tracking
Thu, 25 Jul 2019 13:02:07 -0400 Josef 'Jeff' Sipek synch: move lock class and lock name into info
Thu, 25 Jul 2019 13:21:14 -0400 Josef 'Jeff' Sipek synch: keep held lock's type in the held struct
Thu, 25 Jul 2019 12:45:17 -0400 Josef 'Jeff' Sipek synch: use generic magic/type checking on condition variables
Thu, 25 Jul 2019 12:43:34 -0400 Josef 'Jeff' Sipek synch: use generic magic/type checking on rwlocks
Thu, 25 Jul 2019 12:15:29 -0400 Josef 'Jeff' Sipek synch: generalize bad magic/type checking & printing
Thu, 25 Jul 2019 12:32:27 -0400 Josef 'Jeff' Sipek synch: check synch type of locks
Thu, 25 Jul 2019 12:32:05 -0400 Josef 'Jeff' Sipek synch: store synchronization primitive type in info struct
Thu, 25 Jul 2019 12:21:42 -0400 Josef 'Jeff' Sipek synch: redefine magic to be a pointer to the info struct
Thu, 25 Jul 2019 10:59:16 -0400 Josef 'Jeff' Sipek synch: move magic into a common synchronization primitive struct
Thu, 25 Jul 2019 10:55:43 -0400 Josef 'Jeff' Sipek synch: each rwlock should contain a magic number
Thu, 25 Jul 2019 11:24:45 -0400 Josef 'Jeff' Sipek cmake: determine the data model at build time
Wed, 03 Jul 2019 21:15:22 -0400 Josef 'Jeff' Sipek buffer: move buffer offset on truncation
Wed, 03 Jul 2019 21:11:09 -0400 Josef 'Jeff' Sipek buffer: correct buffer_seek(..., SEEK_END) offset calculation
Tue, 02 Apr 2019 13:18:45 +0300 Josef 'Jeff' Sipek json: unicode chars don't need 64-bit ints
Tue, 09 Apr 2019 11:21:21 -0400 Josef 'Jeff' Sipek cbor: guard against integer overflow when checking buffer size
Thu, 13 Jun 2019 00:34:37 +0300 Josef 'Jeff' Sipek base64: properly handle zero length input during decode
Thu, 13 Jun 2019 00:19:24 +0300 Josef 'Jeff' Sipek base64: rewrite padding cases to make location of zero-fill more clear