dustin / memcached

Memcached -- you all use it. Get it here.

Brad Fitzpatrick (author)
Tue Dec 05 02:35:56 -0800 2006
memcached / CONTRIBUTORS
100644 49 lines (37 sloc) 1.293 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Brad Fitzpatrick <brad@danga.com>
  -- design/protocol
  -- Perl client
  -- prototype Perl server
  -- memory allocator design
  -- small enhancements/changes to C server
  -- website
 
Anatoly Vorobey <mellon@pobox.com>
  -- C server
  -- memory allocator design
  -- revised setuid code
 
Evan Martin <martine@danga.com>
  -- automake/autoconf support
  -- Python client
  -- portability work to build on OS X
 
Ryan <hotrodder@rocketmail.com>
  -- PHP client
 
Jamie McCarthy <jamie@mccarthy.vg>
  -- Perl client fixes: Makefile.PL, stats, doc updates
 
Lisa Marie Seelye <lisa@gentoo.org>
  -- packaging for Gentoo Linux
  -- initial setuid code
 
Sean Chittenden <seanc@FreeBSD.org>
  -- packaging for FreeBSD
 
Stuart Herbert <stuart@gentoo.org>
  -- fix for: memcached's php client can run in an infinite loop
     http://bugs.gentoo.org/show_bug.cgi?id=25385
 
Brion Vibber <brion@pobox.com>
  -- debugging abstraction in PHP client
  -- debugging the failure of daemon mode on FreeBSD
 
Brad Whitaker <whitaker@danga.com>
  -- compression support for the Perl API
 
Richard Russo <russor@msoe.edu>
  -- Java API
 
Ryan T. Dean <rtdean@cytherianage.net>
  -- Second PHP client with correct parsing (based on Perl client)
  -- autoconf fixes for mallinfo.arena on BSD (don't just check malloc.h)