log

age author description
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
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