mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
8 lines
365 B
Plaintext
8 lines
365 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- Start using OpenBSD's implementation of queue.h, so that we don't
|
||
|
need to hand-roll our own pointer and list structures whenever we
|
||
|
need them. (We can't rely on a sys/queue.h, since some operating
|
||
|
systems don't have them, and the ones that do have them don't all
|
||
|
present the same extensions.)
|
||
|
|