tor/src/lib/buf
Nick Mathewson 3aba13f779 buffers: use ptrdiff_t to indicate offsets.
Previously we used int in some places and off_t for others.  Neither
is correct: ptrdiff_t is right for differences between pointers.
(off_t is only for offsets and sizes on the filesystem.)
2019-09-04 12:06:27 -04:00
..
.may_include Move buffers.c out of lib/containers to resolve a circularity. 2018-11-14 16:07:03 -05:00
buffers.c buffers: use ptrdiff_t to indicate offsets. 2019-09-04 12:06:27 -04:00
buffers.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
include.am Add comments to include.am files to note where new sources go 2019-05-02 09:37:18 -04:00