summaryrefslogtreecommitdiff
path: root/tbdiff
Commit message (Expand)AuthorAgeFilesLines
* Print warning using TBD_WARN when chown failsbaserock/benbrewer/overhaul-v2Ben Brewer2014-06-021-8/+17
* Use TBD_DEBUG macro to print the value of an invalid commandBen Brewer2014-06-021-1/+1
* Use TBD_DEBUG macro instead of fprint for debug messagesBen Brewer2014-06-022-21/+21
* Added warning and debug mechanism to tbdiff-common.hBen Brewer2014-06-021-2/+29
* Cleanup writing of xattr pairs in tbdiff-create.cBen Brewer2014-06-021-11/+14
* style: Rename fread/fwrite in function names to read and writeBen Brewer2014-06-022-86/+86
* Remove read/write_size from tbdiff-io since they're unusedBen Brewer2014-06-022-14/+0
* style: Cleanup the names of the tbd read/write wrappersBen Brewer2014-06-024-90/+90
* Add externs to functions in tbdiff-io.h and cleanupBen Brewer2014-06-021-32/+18
* 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