summaryrefslogtreecommitdiff
path: root/tbdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify endian swapping in tbdiff-io.cBen Brewer2014-06-021-65/+51
* Make TB_DIFF_PROTOCOL_ID a static const char for type safetyBen Brewer2014-06-021-2/+2
* Use correct pointer type for parent member in tbd_stat_tBen Brewer2014-06-021-3/+5
* Create tbd_cmd_t type to for commands and use sizeof in writeBen Brewer2014-06-023-7/+9
* style: Fix whitespace in tbdiff-common.hBen Brewer2014-06-021-27/+27
* style: Fix alignment and func defs in tbdiff-apply.cBen Brewer2014-06-021-29/+34
* style: Fix alignment and whitespace issues in tbdiff-createBen Brewer2014-06-021-59/+61
* style: Fix indentation and whitespace in tbdiff-io.cBen Brewer2014-06-021-80/+80
* style: Fix alignment of tbd_stat_t struct membersBen Brewer2014-06-021-3/+3
* style: Convert all cpp style comments to c style commentsBen Brewer2014-06-024-22/+22
* Fix fp resource leaks in tbdiff-applyBen Brewer2014-06-021-21/+48
* Fix memory leak of name in tbdiff-stat.cBen Brewer2014-06-021-2/+4
* Use ENODATA instead of ENOATTRBen Brewer2014-06-021-1/+1
* Use sys/xattr from libc if attr/xattr is unavailableBen Brewer2014-06-022-2/+15
* Switch to a shared tbdiff library and make this an autotools project.Jannis Pohlmann2012-03-2213-0/+2618