Nick Mathewson
|
721e65a1d5
|
Add comments to include.am files to note where new sources go
This mechanism isn't perfect, and sometimes it will guess wrong,
but it will help our automation.
|
2019-05-02 09:37:18 -04:00 |
|
Nick Mathewson
|
dfd7a7f5b6
|
Add a type to map names to short identifiers
We'll be using this for four kinds of identifier in dispatch.c
|
2019-03-25 16:35:33 -04:00 |
|
Nick Mathewson
|
f6b8c7da66
|
Move buffers.c out of lib/containers to resolve a circularity.
|
2018-11-14 16:07:03 -05:00 |
|
Nick Mathewson
|
0e4b1781f4
|
Move handles.h to src/lib/container
There might be a better place for it in the long run, but this is
the best we can think of for now.
|
2018-07-05 14:45:34 -04:00 |
|
Nick Mathewson
|
d8b34e0886
|
Move buffers into container
Split the network-only and compression-only parts of buffers into
the appropriate modules.
|
2018-06-28 16:28:08 -04:00 |
|
Nick Mathewson
|
c2a558a346
|
Expunge container.h
|
2018-06-22 09:49:13 -04:00 |
|
Nick Mathewson
|
657ff55408
|
Split container.c based on container types, and minimize includes
Minimizing includes revealed other places includes were necessary.
|
2018-06-22 09:49:13 -04:00 |
|
Nick Mathewson
|
77dff00b18
|
Refactor container into a library.
|
2018-06-22 09:49:13 -04:00 |
|