summaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-13 08:58:43 -0400
committerNick Mathewson <nickm@torproject.org>2016-04-15 09:03:22 -0400
commit32e80ea3d32d5fd8207d16f9e5b26defa0d98a7c (patch)
treea8260d5422c2371c3b630d9435052ea299f15336 /src/ext/README
parent0e354ad45966d29ff4cd75854dbd1715270a2168 (diff)
downloadtor-32e80ea3d32d5fd8207d16f9e5b26defa0d98a7c.tar.gz
tor-32e80ea3d32d5fd8207d16f9e5b26defa0d98a7c.zip
Import timeouts.c directly from William Ahern's git.
Imported from here: https://github.com/wahern/timeout Imported as of upstream e5a9e8bfaa9c631bdc54002181795931b65bdc1a. All sources unmodified.
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 7ce1bc3b74..c180927b86 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -73,3 +73,7 @@ readpassphrase.[ch]
Portable readpassphrase implementation from OpenSSH portable, version
6.8p1.
+
+timeouts/
+
+ William Ahern's hierarchical timer-wheel implementation. MIT license.