aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-10-30 14:39:14 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-30 14:39:14 -0700
commitbe371250305b0ac50c1fafda8acd13812894ab92 (patch)
treea3621a3f80a80d3a9139e0454bad3ee35c1f0000 /changes
parent03b32161bc37766864bcb099b76884099c89d837 (diff)
parent2b10e99eb093e1e5e699db355e0c54342fa693b5 (diff)
downloadtor-be371250305b0ac50c1fafda8acd13812894ab92.tar.gz
tor-be371250305b0ac50c1fafda8acd13812894ab92.zip
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
Diffstat (limited to 'changes')
-rw-r--r--changes/bsd_queue7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bsd_queue b/changes/bsd_queue
new file mode 100644
index 0000000000..024ca6fa5f
--- /dev/null
+++ b/changes/bsd_queue
@@ -0,0 +1,7 @@
+ 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.)
+