kr / beanstalkd
- Source
- Commits
- Network (15)
- Issues (13)
- Downloads (22)
- Wiki (3)
- Graphs
-
Tree:
350de57
commit 350de57148de755a4352724c0c37de782d3aabe3
tree c15b850a834ba53a61b8be133d648f57bbc7f6e3
parent 4d362c999f63148a195bc24545633d21fec36e6c parent eb9d50f115e024530a66a22399bd8049892fd3a0
tree c15b850a834ba53a61b8be133d648f57bbc7f6e3
parent 4d362c999f63148a195bc24545633d21fec36e6c parent eb9d50f115e024530a66a22399bd8049892fd3a0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 01 17:37:40 -0700 2009 | |
| |
COPYING | Mon Dec 10 17:01:16 -0800 2007 | |
| |
CUT-LICENSE.TXT | Mon Apr 28 17:04:19 -0700 2008 | |
| |
Makefile.am | Sun Oct 11 17:46:52 -0700 2009 | |
| |
README | Wed Apr 22 23:27:39 -0700 2009 | |
| |
README-DEVELOPERS | Tue Jul 14 23:47:39 -0700 2009 | |
| |
README-TESTS | Tue Nov 25 14:46:33 -0800 2008 | |
| |
STYLE | Sat Nov 08 18:13:10 -0800 2008 | |
| |
TODO | Tue Jul 14 23:47:39 -0700 2009 | |
| |
autogen.sh | Fri May 15 15:21:01 -0700 2009 | |
| |
beanstalkd.c | Wed Oct 14 15:14:59 -0700 2009 | |
| |
beanstalkd.spec.in | Sun Oct 11 17:46:01 -0700 2009 | |
| |
binlog.c | ||
| |
binlog.h | Wed Sep 30 18:59:13 -0700 2009 | |
| |
check-one.sh | Fri May 15 16:33:36 -0700 2009 | |
| |
check.sh | Tue Nov 25 16:05:14 -0800 2008 | |
| |
configure.in | Sun Oct 11 14:53:03 -0700 2009 | |
| |
conn.c | Wed Sep 30 22:13:30 -0700 2009 | |
| |
conn.h | Wed Sep 30 22:13:30 -0700 2009 | |
| |
cut.c | Fri May 15 16:41:48 -0700 2009 | |
| |
cut.h | Fri May 15 16:41:48 -0700 2009 | |
| |
cutgen.c | Fri May 15 16:21:29 -0700 2009 | |
| |
doc/ | Wed Oct 14 15:14:59 -0700 2009 | |
| |
job.c | Wed Sep 30 22:13:30 -0700 2009 | |
| |
job.h | Wed Sep 30 22:13:30 -0700 2009 | |
| |
m4/ | Fri May 15 15:22:03 -0700 2009 | |
| |
ms.c | Tue Feb 26 00:58:36 -0800 2008 | |
| |
ms.h | Tue Feb 26 00:58:36 -0800 2008 | |
| |
net.c | Wed Sep 30 22:13:30 -0700 2009 | |
| |
net.h | Sun Oct 11 17:52:13 -0700 2009 | |
| |
port.c | Thu Oct 01 00:37:44 -0700 2009 | |
| |
port.h | Fri Oct 02 14:08:28 -0700 2009 | |
| |
pq.c | Wed Sep 30 19:33:15 -0700 2009 | |
| |
pq.h | Fri Nov 21 18:35:29 -0800 2008 | |
| |
primes.c | Tue May 05 14:51:32 -0700 2009 | |
| |
primes.h | Wed Oct 15 18:04:49 -0700 2008 | |
| |
prot.c | Sun Oct 11 18:20:29 -0700 2009 | |
| |
prot.h | Tue May 05 16:55:06 -0700 2009 | |
| |
scripts/ | Sun Oct 11 17:45:07 -0700 2009 | |
| |
sh-tests/ | ||
| |
stat.h | Tue Oct 06 23:52:57 -0700 2009 | |
| |
tests/ | Wed Sep 30 19:33:15 -0700 2009 | |
| |
tube.c | Fri May 15 16:00:43 -0700 2009 | |
| |
tube.h | Tue Nov 04 13:18:27 -0800 2008 | |
| |
util.c | Wed Sep 30 18:45:59 -0700 2009 | |
| |
util.h | Thu Oct 01 01:08:03 -0700 2009 | |
| |
version.sh | Fri Oct 02 14:08:29 -0700 2009 |
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.


