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 Loading commit data...
file COPYING Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file CUT-LICENSE.TXT Mon Apr 28 17:04:19 -0700 2008 Add CUT license file and indicate modifications. [kr]
file Makefile.am
file README Wed Apr 22 23:27:39 -0700 2009 Have configure check the libevent version. Als... [kr]
file README-DEVELOPERS Fri Oct 31 11:40:44 -0700 2008 Update instructions for the new build process. [kr]
file README-TESTS Tue Nov 25 14:46:33 -0800 2008 Rename this for consistency. [kr]
file STYLE Sat Nov 08 18:13:10 -0800 2008 Document our coding style. [kr]
file TODO Wed Jan 02 16:41:52 -0800 2008 Finished TODO item: better error handling. [kr]
file autogen.sh Fri May 15 15:21:01 -0700 2009 Use autoreconf instead of make to run autotools. [kr]
file beanstalkd.c
file beanstalkd.spec
file binlog.c Fri May 15 16:00:43 -0700 2009 Fix compiler warnings from gcc 3.4.3 on Solaris. [kr]
file binlog.h Tue May 05 16:55:06 -0700 2009 Allocate disk space more carefully. Closes gh-1. [kr]
file check-one.sh Fri May 15 16:33:36 -0700 2009 Make shell tests run on Solaris too. [kr]
file check.sh Tue Nov 25 16:05:14 -0800 2008 Remove unnecessary leaning toothpick syndrome. ... [kr]
file configure.in
file conn.c Fri May 15 16:00:43 -0700 2009 Fix compiler warnings from gcc 3.4.3 on Solaris. [kr]
file conn.h Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
file cut.c Fri May 15 16:41:48 -0700 2009 Ditch that symbol table hack. It's not portable... [kr]
file cut.h Fri May 15 16:41:48 -0700 2009 Ditch that symbol table hack. It's not portable... [kr]
file cutgen.c Fri May 15 16:21:29 -0700 2009 Fix cutgen segfault on Solaris. Closes gh-7. [kr]
directory doc/ Mon Dec 01 23:29:25 -0800 2008 Update protocol doc -- can now delete ready jobs. [kr]
file job.c
file job.h
directory m4/ Fri May 15 15:22:03 -0700 2009 Enable more compiler warnings and -Werror. Clo... [kr]
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
file net.h Wed Jan 02 16:40:52 -0800 2008 Make sure lines fit in 80 columns. [kr]
file perf.c Thu Oct 16 20:25:19 -0700 2008 Performance test. [kr]
file pq.c Mon Dec 01 23:33:07 -0800 2008 Proper bounds check on heap index and queue size. [kr]
file pq.h Fri Nov 21 18:35:29 -0800 2008 Refactor for simplicity. [kr]
file primes.c Tue May 05 14:51:32 -0700 2009 Quiet compiler warning. [kr]
file primes.h Wed Oct 15 18:04:49 -0700 2008 Get constant time (amortized) hash table access. [kr]
file prot.c
file prot.h Tue May 05 16:55:06 -0700 2009 Allocate disk space more carefully. Closes gh-1. [kr]
directory scripts/ Thu Apr 23 00:14:40 -0700 2009 Add .init and sysconfig files from Fedora RPM p... [abh]
directory sh-tests/ Fri May 15 16:33:36 -0700 2009 Make shell tests run on Solaris too. [kr]
file stat.h Tue Feb 26 03:47:30 -0800 2008 Implement per-tube statistics. [kr]
directory tests/ Fri May 15 16:41:48 -0700 2009 Ditch that symbol table hack. It's not portable... [kr]
file tube.c Fri May 15 16:00:43 -0700 2009 Fix compiler warnings from gcc 3.4.3 on Solaris. [kr]
file tube.h Tue Nov 04 13:18:27 -0800 2008 Move find_tube and find_or_make_tube to tube.c ... [gbarr]
file util.c Wed Feb 20 15:58:22 -0800 2008 Supply warn() and warnx(); don't use the librar... [kr]
file util.h Wed Feb 20 15:58:22 -0800 2008 Supply warn() and warnx(); don't use the librar... [kr]
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.