summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.shipit5
-rw-r--r--doc/CONTRIBUTORS24
2 files changed, 29 insertions, 0 deletions
diff --git a/.shipit b/.shipit
new file mode 100644
index 0000000..66a805f
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,5 @@
+# auto-generated shipit config file.
+#steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, MakeDist
+
+svn.tagpattern = %v
diff --git a/doc/CONTRIBUTORS b/doc/CONTRIBUTORS
new file mode 100644
index 0000000..ded859f
--- /dev/null
+++ b/doc/CONTRIBUTORS
@@ -0,0 +1,24 @@
+Major authors:
+==============
+
+ Brad Fitzpatrick <brad@danga.com> -- maintainer, original implementations
+
+ Anatoly Vorobey <mellon@pobox.com> -- lots of the modern server code
+
+ Steven Grimm <sgrimm@facebook.com> -- iov writing (less CPU), UDP mode,
+ non-2.0 slab mantissas, multithread, ...
+
+Bug reports, patches, testing, help:
+====================================
+
+ Evan Martin <evan@danga.com>
+ Nathan Neulinger <nneul@umr.edu>
+ Eric Hodel <drbrain@segment7.net>
+ Michael Johnson <ahze@ahze.net>
+ Paul Querna <chip@corelands.com>
+ Jamie McCarthy <jamie@mccarthy.vg>
+ Philip Neustrom <philipn@gmail.com>
+ Andrew O'Brien <andrewo@oriel.com.au>
+ Josh Rotenberg <joshrotenberg@gmail.com>
+ Robin H. Johnson <robbat2@gentoo.org> -- automake foo
+