summaryrefslogtreecommitdiff
path: root/src/or/proto_cell.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract cell type and their queues into new headersNick Mathewson
2017-09-27Add unit tests for var_cell and control0 proto functions.Nick Mathewson
2017-09-05Refactor buffer APIs to put a buf_t first.Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Replace buf->datalen usage in proto_*.c with buf_datalen() call.Nick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson