chiark / gitweb /
checkpath.c: Move the message buffer into the state structure.
[checkpath] / checkpath.c
2024-07-17 Mark Woodingcheckpath.c: Move the message buffer into the state...
2024-07-17 Mark Woodingcheckpath.c: Move the symlink-target buffer into the...
2024-07-17 Mark Woodingcheckpath.c: Allocate path-element nodes from the pool.
2024-07-17 Mark Woodingcheckpath.c: Allocate the state from a resource pool.
2024-07-17 Mark Woodingcheckpath.c: Move toplevel mutable state into a `state...
2024-07-17 Mark Woodingcheckpath.c: Describe the `struct checkpath' as `query...
2024-07-17 Mark Woodingcheckpath,c, chpath.c, tmpdir.c: : Hoist declarations...
2024-07-17 Mark Woodingcheckpath.c: Hoist the `buf' used for link targets...
2024-07-17 Mark Woodingcheckpath.c, tmpdir.c: Use symbolic names for permissio...
2024-07-17 Mark Woodingcheckpath.c: Rename global flags and put their definiti...
2024-07-17 Mark Woodingcheckpath.c: Mark the `root' node explicitly as constant.
2024-07-17 Mark Woodingcheckpath.c: Match `xmalloc' with `xfree', not `free'.
2024-07-16 Mark Woodingcheckpath.c: Fix leak of path-element stack.
2024-07-07 Mark WoodingAdd '.ext/cfd/' from commit '4f6b8cb54a4a8487fd08c4feeb...
2008-04-13 Mark WoodingBreak checkpath_setids into separate functions which...
2008-04-13 Mark WoodingMerge branch 'master' of chiark:src/checkpath
2008-04-13 Mark WoodingUpgrade build system.
2008-04-13 Mark WoodingImprove formatting before we get too stuck in.
2008-04-13 Mark WoodingEliminate trailing whitespace.
2004-04-08 mdwExpunge revision histories in files.
2003-01-25 mdwMake guts into official library. 1.1.0
2001-01-25 mdwMake flags be unsigned.
1999-05-21 mdwTake advantage of new dynamic string macros.
1999-05-18 mdwUse a dynamic string for reading symlinks.
1999-04-06 mdwInitial revision