public
Description: Beanstalk is a simple, fast work queue.
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalkd.git
Click here to lend your support to: beanstalkd and make a donation at www.pledgie.com !
name age message
file .gitignore Thu Oct 01 17:37:40 -0700 2009 Pull the rpm spec version string from autoconf. [Keith Rarick]
file COPYING Loading commit data...
file CUT-LICENSE.TXT Mon Apr 28 17:04:19 -0700 2008 Add CUT license file and indicate modifications. [kr]
file Makefile.am Sun Oct 11 17:46:52 -0700 2009 Add files to the distribution tarball that are ... [copiousfreetime]
file README Wed Apr 22 23:27:39 -0700 2009 Have configure check the libevent version. Als... [Keith Rarick]
file README-DEVELOPERS Tue Jul 14 23:47:39 -0700 2009 Update docs. [Keith Rarick]
file README-TESTS Tue Nov 25 14:46:33 -0800 2008 Rename this for consistency. [Keith Rarick]
file STYLE Sat Nov 08 18:13:10 -0800 2008 Document our coding style. [Keith Rarick]
file TODO Tue Jul 14 23:47:39 -0700 2009 Update docs. [Keith Rarick]
file autogen.sh
file beanstalkd.c
file beanstalkd.spec.in
file binlog.c
file binlog.h
file check-one.sh Fri May 15 16:33:36 -0700 2009 Make shell tests run on Solaris too. [Keith Rarick]
file check.sh Tue Nov 25 16:05:14 -0800 2008 Remove unnecessary leaning toothpick syndrome. ... [Keith Rarick]
file configure.in
file conn.c
file conn.h Wed Sep 30 22:13:30 -0700 2009 Always use hi-res timers internally. This help... [Keith Rarick]
file cut.c Fri May 15 16:41:48 -0700 2009 Ditch that symbol table hack. It's not portable... [Keith Rarick]
file cut.h Fri May 15 16:41:48 -0700 2009 Ditch that symbol table hack. It's not portable... [Keith Rarick]
file cutgen.c Fri May 15 16:21:29 -0700 2009 Fix cutgen segfault on Solaris. Closes gh-7. [Keith Rarick]
directory doc/ Wed Oct 14 15:14:59 -0700 2009 Update the (woefully) out-of-date man page. [Keith Rarick]
file job.c Wed Sep 30 22:13:30 -0700 2009 Always use hi-res timers internally. This help... [Keith Rarick]
file job.h
directory m4/ Fri May 15 15:22:03 -0700 2009 Enable more compiler warnings and -Werror. Clo... [Keith Rarick]
file ms.c Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [kr]
file ms.h Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [kr]
file net.c Wed Sep 30 22:13:30 -0700 2009 Always use hi-res timers internally. This help... [Keith Rarick]
file net.h
file port.c Thu Oct 01 00:37:44 -0700 2009 Mac OS doesn't have fdatasync. [Keith Rarick]
file port.h
file pq.c
file pq.h
file primes.c Tue May 05 14:51:32 -0700 2009 Quiet compiler warning. [Keith Rarick]
file primes.h
file prot.c Sun Oct 11 18:20:29 -0700 2009 Merge commit 'lericson/master' [Keith Rarick]
file prot.h Tue May 05 16:55:06 -0700 2009 Allocate disk space more carefully. Closes gh-1. [Keith Rarick]
directory scripts/ Sun Oct 11 17:45:07 -0700 2009 Update init script and configuration for 1.4 op... [copiousfreetime]
directory sh-tests/
file stat.h
directory tests/ Wed Sep 30 19:33:15 -0700 2009 Refactor. Use fixed-size types where size matte... [Keith Rarick]
file tube.c
file tube.h
file util.c Wed Sep 30 18:45:59 -0700 2009 Add microsecond-granularity time functions. [Keith Rarick]
file util.h Thu Oct 01 01:08:03 -0700 2009 Oops, struct timeval is defined in sys/time.h. [Keith Rarick]
file version.sh
README
This is beanstalkd, a fast, general-purpose work queue.

See http://xph.us/software/beanstalkd/ for general info.

To build beanstalkd, type "./configure" then "make".

Requires libevent 1.4.1 or later. You can find libevent at
http://www.monkey.org/~provos/libevent/.

To install, copy the file "beanstalkd" anywhere you like.