summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 dayslint-src: Minor tidying up of Bash syntaxLuke T. Shumaker
7 daysMerge branch 'lukeshu/misc'Luke T. Shumaker
7 dayslibmisc: test_obj_nest: Don't use ssize_tLuke T. Shumaker
I like to grep for `ssize` because I have decided that using ssize_t is an anti-pattern, and this was an annoying false-positive.
7 dayslibmisc: assert.h: Disable -Wtype-limits inside of assert()Luke T. Shumaker
7 dayslib9p_srv: Prune use of SSIZE_MAXLuke T. Shumaker
7 daysPrune #includesLuke T. Shumaker
9 dayslib9p: idl: CommentsLuke T. Shumaker
9 daysMerge branch 'lukeshu/fix-obj-box'Luke T. Shumaker
9 daysMerge remote-tracking branch 'origin/main' into lukeshu/fix-obj-boxLuke T. Shumaker
9 daysMerge commit '559627b00b74e11e394589bfcc8864b0f22d7e1b' into lukeshu/fix-obj-boxLuke T. Shumaker
9 daystree-wide: Use LO_BOX() where it doesn't explode the post-preprocessed sizeLuke T. Shumaker
9 dayslibmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()Luke T. Shumaker
9 dayslibmisc: obj.h: Fuss with whitespaceLuke T. Shumaker
9 dayslibmisc: obj.h: Use LM_DEFAPPEND() to have lo_box_*_as_*() be macrosLuke T. Shumaker
9 dayslibmisc: obj.h: Fix boxing from one interface to anotherLuke T. Shumaker
10 daysMerge branch 'lukeshu/error'Luke T. Shumaker
10 dayslib9p_srv: Switch to use error.h internallyLuke T. Shumaker
10 dayslib9p_srv: Change the public API to use error.hLuke T. Shumaker
10 dayslib9p_core: Switch to use error.hLuke T. Shumaker
10 dayslib9p: Use <libmisc/error.h> errnums internallyLuke T. Shumaker
10 dayslibhw_generic: Switch io.h and net.h to use result.h/error.hLuke T. Shumaker
10 dayslibmisc: Add error.hLuke T. Shumaker
10 dayshost: Avoid the "error" symLuke T. Shumaker
10 daysMerge branch 'lukeshu/misc'Luke T. Shumaker
10 dayslib9p: tests: Add a test for client hangupsLuke T. Shumaker
10 dayssbc_harness: config.h: Remove duplicateLuke T. Shumaker
10 daysPrune #includesLuke T. Shumaker
12 dayslib9p: core.h: Fix doc commentLuke T. Shumaker
2025-06-02Merge branch 'lukeshu/better-cpp'Luke T. Shumaker
2025-06-02libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()Luke T. Shumaker
2025-06-02libmisc: macro.h, wrap-cc: Implement LM_DEFAPPENDLuke T. Shumaker
2025-06-01Add a (for-now noop) wrapper around cppLuke T. Shumaker
2025-06-01no-integrated-cppLuke T. Shumaker
2025-05-31libmisc: obj.h: Use LM_FORCE_SEMICOLONLuke T. Shumaker
2025-05-31libmisc: macro.h: Clearer section divider commentsLuke T. Shumaker
2025-05-31build-aux/valgrind: Downgrade from bash to shLuke T. Shumaker
2025-05-31lint-src: Check that the shebang matches .editorconfigLuke T. Shumaker
2025-05-31make lint: Consolidate the lint scriptsLuke T. Shumaker
2025-05-30Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-05-30lib9p: Use EILSEQ for bad UTF-8Luke T. Shumaker
2025-05-30lib9p: Fix some outdated/wrong doc commentsLuke T. Shumaker
2025-05-30libmisc: fmt.h: Add fmt_print2() and fmt_asprint()Luke T. Shumaker
2025-05-30Merge branch 'lukeshu/more-coverage'Luke T. Shumaker
2025-05-29libdhcp: tests: Inject errors into the testsLuke T. Shumaker
2025-05-28Get test coverage of fmt.c and utf8.c up; fix found bugsLuke T. Shumaker
2025-05-28make check: Sort coverage reports differentlyLuke T. Shumaker
2025-05-27Merge branch 'lukeshu/cover'Luke T. Shumaker
2025-05-27libdhcp: Add a basic smoke-testLuke T. Shumaker
2025-05-27libmisc: fmt: Add hbyte and hmemLuke T. Shumaker
2025-05-27libdhcp: Reword a commentLuke T. Shumaker
I had to re-read it 3 times before I understood what it was trying to say.