This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 26 16:01:02 -0700 2007 | [kr] |
| |
COPYING | Mon Dec 10 17:01:16 -0800 2007 | [kr] |
| |
Makefile | Tue Dec 18 18:16:52 -0800 2007 | [kr] |
| |
README | Fri Feb 22 12:48:13 -0800 2008 | [kr] |
| |
TODO | Wed Jan 02 16:41:52 -0800 2008 | [kr] |
| |
beanstalkd.c | Wed Feb 20 15:58:22 -0800 2008 | [kr] |
| |
conn.c | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
conn.h | Wed Feb 27 10:43:26 -0800 2008 | [kr] |
| |
doc/ | Wed Feb 27 10:43:26 -0800 2008 | [kr] |
| |
event.h | Mon Dec 10 17:01:16 -0800 2007 | [kr] |
| |
job.c | Tue Feb 26 17:26:44 -0800 2008 | [kr] |
| |
job.h | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
ms.c | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
ms.h | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
net.c | Mon Dec 10 17:01:16 -0800 2007 | [kr] |
| |
net.h | Wed Jan 02 16:40:52 -0800 2008 | [kr] |
| |
pkg.sh | Sun Nov 11 16:09:12 -0800 2007 | [kr] |
| |
pq.c | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
pq.h | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
prot.c | Wed Feb 27 10:43:26 -0800 2008 | [kr] |
| |
prot.h | Tue Feb 26 00:58:36 -0800 2008 | [kr] |
| |
stat.h | Tue Feb 26 03:47:30 -0800 2008 | [kr] |
| |
tests/ | Mon Dec 17 22:23:57 -0800 2007 | [kr] |
| |
tube.c | Tue Feb 26 17:26:44 -0800 2008 | [kr] |
| |
tube.h | Tue Feb 26 17:26:44 -0800 2008 | [kr] |
| |
util.c | Wed Feb 20 15:58:22 -0800 2008 | [kr] |
| |
util.h | Wed Feb 20 15:58:22 -0800 2008 | [kr] |
| |
version.h | Mon Dec 10 17:01:16 -0800 2007 | [kr] |
README
This is beanstalkd, a fast, general-purpose work queue. See http://xph.us/softwark/beanstalkd/ for general info. See doc/protocol.txt for details of the on-the-wire protocol. To build beanstalkd, just type "make". To run unit tests, you must have CUT installed. Then type "make check". CUT can be found at http://sourceforge.net/projects/cut/. Known Bugs: * Sending a line of exactly MAX_LINE_LENGTH chars (not including the trailing "\r\n") will cause the server to hang up.






