log

age author description
Tue, 19 Mar 2019 15:53:43 -0400 Josef 'Jeff' Sipek cbor: document cbor_peek_type return values
Tue, 19 Mar 2019 15:53:01 -0400 Josef 'Jeff' Sipek cbor: return -EINTR from peek if next data item is a break
Tue, 19 Mar 2019 14:27:27 -0400 Josef 'Jeff' Sipek cbor: test that buffer position after unpacking is correct
Mon, 18 Mar 2019 17:50:48 -0400 Josef 'Jeff' Sipek cbor: implement cbor_unpack_val
Tue, 19 Mar 2019 13:12:28 -0400 Josef 'Jeff' Sipek cbor: rename RUN_ONE test macro
Tue, 19 Mar 2019 14:45:08 -0400 Josef 'Jeff' Sipek cbor: correctly sync buffer position on success
Tue, 19 Mar 2019 14:18:27 -0400 Josef 'Jeff' Sipek buffer: add buffer_offset that returns the current offset in a buffer
Tue, 19 Mar 2019 14:43:26 -0400 Josef 'Jeff' Sipek buffer: rename internal 'used' member to a more obvious name
Tue, 19 Mar 2019 14:39:29 -0400 Josef 'Jeff' Sipek buffer: rename buffer_used to buffer_size
Tue, 19 Mar 2019 14:17:51 -0400 Josef 'Jeff' Sipek buffer: be clearer about operator precedence
Tue, 19 Mar 2019 12:20:22 -0400 Josef 'Jeff' Sipek val: remove duplicate & inefficient packing implementation
Tue, 19 Mar 2019 12:12:54 -0400 Josef 'Jeff' Sipek val: switch JSON packing to pack-val op
Mon, 18 Mar 2019 21:32:39 -0400 Josef 'Jeff' Sipek val: switch CBOR packing to pack-val op
Mon, 18 Mar 2019 21:31:12 -0400 Josef 'Jeff' Sipek val: add a pack-val packing op
Tue, 19 Mar 2019 12:34:08 -0400 Josef 'Jeff' Sipek introduce json encoding API
Mon, 18 Mar 2019 17:50:35 -0400 Josef 'Jeff' Sipek cbor: remove const from cbor_unpack_blob data argument's type
Tue, 19 Mar 2019 11:48:47 -0400 Josef 'Jeff' Sipek cmake: install cbor.h
Mon, 18 Mar 2019 16:28:20 -0400 Josef 'Jeff' Sipek properly ignore gnu-flavored mapfiles
Wed, 13 Mar 2019 11:04:34 -0400 Josef 'Jeff' Sipek cmake: make the slab selection logic just like file cache's
Wed, 13 Mar 2019 10:33:13 -0400 Josef 'Jeff' Sipek file cache: import event ports implementation
Wed, 13 Mar 2019 10:32:54 -0400 Josef 'Jeff' Sipek file cache: import the bare minimum implementation
Sun, 17 Mar 2019 09:56:34 -0400 Josef 'Jeff' Sipek atomic: document (lightly) what each macro returns
Sun, 17 Mar 2019 09:56:12 -0400 Josef 'Jeff' Sipek atomic: add atomic_cas_ptr to atomically swap an ordinary pointer
Tue, 12 Mar 2019 21:08:50 -0400 Josef 'Jeff' Sipek synch: check for condwait with non-most recent locks
Sat, 16 Mar 2019 22:28:30 -0400 Josef 'Jeff' Sipek cmake: don't lose existing linker flags when processing the mapfile
Sat, 16 Mar 2019 22:26:48 -0400 Josef 'Jeff' Sipek cmake: use libumem's include dir only when building libjeffpc
Sat, 16 Mar 2019 22:16:44 -0400 Josef 'Jeff' Sipek cmake: make libjeffpc's dependancies private
Tue, 12 Mar 2019 21:08:17 -0400 Josef 'Jeff' Sipek synch: fix condition variable printing
Sat, 02 Mar 2019 18:14:44 -0500 Josef 'Jeff' Sipek cbor: use %zx printf format for size_t values
Sat, 02 Mar 2019 18:13:45 -0500 Josef 'Jeff' Sipek synch: include jeffpc/time.h to avoid implicit declaration of gettime
Thu, 28 Feb 2019 22:10:03 -0500 Josef 'Jeff' Sipek qstring: check test output against expected values
Thu, 28 Feb 2019 09:12:55 -0500 Josef 'Jeff' Sipek int: add str2uXX test cases for min/max of each uint size
Mon, 25 Feb 2019 16:11:48 -0500 Josef 'Jeff' Sipek int: add str2u8 for symmetry
Mon, 25 Feb 2019 16:10:33 -0500 Josef 'Jeff' Sipek int: add str2uXX_full prototypes to catch code generation macro issues
Mon, 25 Feb 2019 16:13:43 -0500 Josef 'Jeff' Sipek int: reorder str2uXX function generation
Mon, 06 Nov 2017 11:15:00 -0400 Josef 'Jeff' Sipek cbor: unpacking API
Thu, 11 Oct 2018 14:20:08 -0400 Josef 'Jeff' Sipek cbor: add a function to peek at current data item
Tue, 17 Apr 2018 20:17:14 -0400 Josef 'Jeff' Sipek sexpr: allow compacting list and alists into arrays and nvlists
Sun, 24 Feb 2019 17:51:10 -0500 Josef 'Jeff' Sipek Added tag v0.19 for changeset 19cff7809aa1
Sun, 24 Feb 2019 17:51:03 -0500 Josef 'Jeff' Sipek libjeffpc 0.19 v0.19
Tue, 30 Oct 2018 21:03:40 -0400 Josef 'Jeff' Sipek tests: move cbor packing tests into a common cbor dir
Sun, 24 Feb 2019 13:12:48 -0500 Josef 'Jeff' Sipek sexpr: return negated errnos on list to array conversion failures
Sun, 24 Feb 2019 13:11:11 -0500 Josef 'Jeff' Sipek sexpr: make sexpr_list_to_array's arg & return type LP64-friendly
Sun, 24 Feb 2019 10:36:28 -0500 Josef 'Jeff' Sipek val: don't leak val references on val_alloc_array_dup error
Sun, 24 Feb 2019 10:38:23 -0500 Josef 'Jeff' Sipek val: use a goto for error handling in __val_alloc_array
Thu, 21 Feb 2019 19:18:52 -0500 Josef 'Jeff' Sipek int: add tests checking for str2uXX overflows
Thu, 21 Feb 2019 19:19:14 -0500 Josef 'Jeff' Sipek int: add trivial comment to describe a subset of the str2uXX test cases
Thu, 21 Feb 2019 19:13:41 -0500 Josef 'Jeff' Sipek int: fail all str2uXX calls with -ERANGE on negative looking input
Thu, 21 Feb 2019 18:44:13 -0500 Josef 'Jeff' Sipek int: allow str2uXX_full consumers to specify the expected terminator char
Thu, 21 Feb 2019 18:39:07 -0500 Josef 'Jeff' Sipek int: rename internal __str2uXX functions to str2uXX_full
Thu, 21 Feb 2019 18:33:10 -0500 Josef 'Jeff' Sipek int: str2XX should fail with -EINVAL if the input isn't nul-terminated
Thu, 21 Feb 2019 18:25:21 -0500 Josef 'Jeff' Sipek int: use str2uXX_base instead of calling __str2uXX directly
Thu, 21 Feb 2019 14:21:11 -0500 Josef 'Jeff' Sipek int: add str2uXX_base macros as a way to convert numbers in other bases
Thu, 21 Feb 2019 14:19:35 -0500 Josef 'Jeff' Sipek int: fix test error message to properly identify the failing function
Fri, 08 Feb 2019 17:21:55 -0500 Josef 'Jeff' Sipek int: add basic tests for __str2uXX and str2uXX functions
Wed, 13 Feb 2019 10:23:49 -0500 Josef 'Jeff' Sipek tests: ignore xstrerror and mutex-{,un}lock-destroy test bins
Sun, 10 Feb 2019 21:26:55 -0500 Josef 'Jeff' Sipek tests: use common check_rets function
Sun, 10 Feb 2019 21:29:23 -0500 Josef 'Jeff' Sipek tests: add check_rets helper
Sun, 10 Feb 2019 21:45:35 -0500 Josef 'Jeff' Sipek tests: replace test-file.c with test.c
Sun, 10 Feb 2019 21:44:20 -0500 Josef 'Jeff' Sipek tests: make common test infrastructure handle both args and no-args cases