Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | COCCI: Disable some buffers.c macros that coccinelle can't handle. | Nick Mathewson | |
2019-09-04 | buffers: use ptrdiff_t to indicate offsets. | Nick Mathewson | |
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-05-02 | Add comments to include.am files to note where new sources go | Nick Mathewson | |
This mechanism isn't perfect, and sometimes it will guess wrong, but it will help our automation. | |||
2019-04-10 | Merge remote-tracking branch 'tor-github/pr/920' into maint-0.4.0 | teor | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-11-14 | Move buffers.c out of lib/containers to resolve a circularity. | Nick Mathewson | |