log

age author description
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
Thu, 13 Jun 2019 00:16:51 +0300 Josef 'Jeff' Sipek base64: properly encode last group when only 2 bytes are left
Thu, 13 Jun 2019 00:10:36 +0300 Josef 'Jeff' Sipek base64: tests should verify that output matches expected value
Wed, 29 May 2019 11:11:33 -0400 Josef 'Jeff' Sipek base64: use optimized invalid char check outside of the decode loop
Wed, 29 May 2019 11:10:09 -0400 Josef 'Jeff' Sipek base64: move optimized invalid check into a helper macro
Wed, 29 May 2019 10:58:19 -0400 Josef 'Jeff' Sipek base64: use a less complicated validity check in the decode loop
Mon, 01 Apr 2019 16:20:08 +0300 Josef 'Jeff' Sipek properly ignore GNU ld check binary
Sun, 31 Mar 2019 15:03:58 +0300 Josef 'Jeff' Sipek base64: add base64url encoder/decoder
Sun, 31 Mar 2019 14:53:30 +0300 Josef 'Jeff' Sipek base64: move encoding/decoding logic to internal static inline helpers
Sun, 31 Mar 2019 14:53:04 +0300 Josef 'Jeff' Sipek base64: move encode/decode tables out of functions
Mon, 01 Apr 2019 16:38:20 +0300 Josef 'Jeff' Sipek tests: stop strdup'ing test input/output in sexpr parser test
Mon, 01 Apr 2019 16:34:53 +0300 Josef 'Jeff' Sipek tests: pass the expected input/output buffers as non-const
Sun, 31 Mar 2019 15:11:17 +0300 Josef 'Jeff' Sipek tests: allow specifying multiple input file extensions
Sun, 31 Mar 2019 12:40:42 +0300 Josef 'Jeff' Sipek tests: allow specifying multiple expected output file extensions
Sun, 31 Mar 2019 12:02:45 +0300 Josef 'Jeff' Sipek tests: read test input & output files generically
Sun, 31 Mar 2019 11:19:06 +0300 Josef 'Jeff' Sipek tests: specify expected output file name extension in cmake
Sun, 31 Mar 2019 11:12:17 +0300 Josef 'Jeff' Sipek tests: explicitly specify test input file extension for file-based test
Sat, 30 Mar 2019 12:42:26 +0200 Josef 'Jeff' Sipek val: fully implement unpacking
Sat, 30 Mar 2019 12:20:29 +0200 Josef 'Jeff' Sipek sexpr: comment why cons compaction cannot assert in sym cast
Sat, 30 Mar 2019 00:28:01 +0200 Josef 'Jeff' Sipek Added tag v0.20 for changeset 16e444fb3641
Sat, 30 Mar 2019 00:27:55 +0200 Josef 'Jeff' Sipek libjeffpc 0.20 v0.20
Wed, 27 Mar 2019 22:34:48 +0200 Josef 'Jeff' Sipek base64 (RFC 4648) encoder & decoder
Thu, 28 Mar 2019 22:31:53 +0200 Josef 'Jeff' Sipek int: include sys/types.h for ssize_t
Tue, 19 Mar 2019 23:05:22 -0400 Josef 'Jeff' Sipek add cbor-dumper helper utility
Tue, 19 Mar 2019 15:12:04 -0400 Josef 'Jeff' Sipek cbor: test unpacking of indefinite length arrays
Tue, 19 Mar 2019 15:56:47 -0400 Josef 'Jeff' Sipek cbor: fix indefinite array & map unpacking break check
Tue, 19 Mar 2019 15:54:17 -0400 Josef 'Jeff' Sipek cbor: add cbor_peek_break helper
Tue, 19 Mar 2019 16:09:14 -0400 Josef 'Jeff' Sipek cbor: rename peek test file
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
Sun, 10 Feb 2019 21:40:59 -0500 Josef 'Jeff' Sipek cmake: pass an extra #define to test files built to process input files
Sun, 10 Feb 2019 21:26:23 -0500 Josef 'Jeff' Sipek int: correctly use the big-endian-cpu config #define in tests
Fri, 18 Jan 2019 11:24:16 -0500 Josef 'Jeff' Sipek man: write a manpage for xread and xpread
Fri, 18 Jan 2019 10:50:18 -0500 Josef 'Jeff' Sipek man: write a manpage for rand32 and rand64
Fri, 18 Jan 2019 10:49:59 -0500 Josef 'Jeff' Sipek man: write a manpage for hexdump and hexdumpz
Sun, 06 Jan 2019 19:39:05 -0500 Josef 'Jeff' Sipek synch: add CONDTIMEDWAIT_SEC
Sun, 06 Jan 2019 19:38:53 -0500 Josef 'Jeff' Sipek synch: add CONDTIMEDWAIT_NSEC & rewrite CONDTIMEDWAIT_SPEC in terms of it
Sun, 06 Jan 2019 19:10:18 -0500 Josef 'Jeff' Sipek synch: rename CONDTIMEDWAIT to CONDTIMEDWAIT_SPEC
Fri, 01 Feb 2019 21:04:53 -0500 Josef 'Jeff' Sipek version: use + to separate latest tag and the latest tag distance
Tue, 01 Jan 2019 11:58:27 -0500 Josef 'Jeff' Sipek synch: rename CONDRELTIMEDWAIT to CONDTIMEDWAIT
Tue, 01 Jan 2019 11:00:18 -0500 Josef 'Jeff' Sipek thread: verify that no locks are held after the user function returns
Tue, 01 Jan 2019 10:56:30 -0500 Josef 'Jeff' Sipek thread: wrap the user supplied start function
Tue, 01 Jan 2019 10:46:57 -0500 Josef 'Jeff' Sipek thread: convert xthr_create into a non-inline function
Tue, 01 Jan 2019 11:11:31 -0500 Josef 'Jeff' Sipek synch: always expose lockdep_no_locks symbol
Tue, 01 Jan 2019 11:10:45 -0500 Josef 'Jeff' Sipek tests: disable mutex tests that rely on lock tracking when it's disabled
Tue, 01 Jan 2019 10:06:59 -0500 Josef 'Jeff' Sipek synch: each condition variable should contain a magic number
Tue, 01 Jan 2019 10:04:21 -0500 Josef 'Jeff' Sipek synch: sanity check arguments passed to COND* macros
Tue, 01 Jan 2019 09:54:28 -0500 Josef 'Jeff' Sipek synch: clear the lock magic when when destroying it
Mon, 31 Dec 2018 15:38:58 -0500 Josef 'Jeff' Sipek tree: compact the node's parent and extra fields into one
Mon, 31 Dec 2018 15:32:09 -0500 Josef 'Jeff' Sipek tree: change type and size of the extra field
Mon, 31 Dec 2018 15:26:40 -0500 Josef 'Jeff' Sipek tree: wrap node extra field getting & setting
Mon, 31 Dec 2018 15:23:47 -0500 Josef 'Jeff' Sipek tree: rename the red node bit to "extra"