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 | Wed Feb 27 15:35:54 -0800 2008 | [Dustin Sallings] |
| |
README | Mon Mar 24 12:25:19 -0700 2008 | [abh] |
| |
TODO | Wed Jan 02 16:41:52 -0800 2008 | [kr] |
| |
beanstalkd.c | Tue Mar 25 13:33:35 -0700 2008 | [kr] |
| |
conn.c | Mon Mar 10 22:05:50 -0700 2008 | [kr] |
| |
conn.h | Wed Apr 09 18:25:18 -0700 2008 | [kr] |
| |
doc/ | Wed Apr 09 18:23:05 -0700 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 | Wed Apr 09 18:01:10 -0700 2008 | [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 Apr 09 18:25:18 -0700 2008 | [kr] |
| |
prot.h | Tue Mar 25 13:33:35 -0700 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 | Wed Apr 09 15:20:55 -0700 2008 | [kr] |
| |
tube.h | Wed Apr 09 15:20:55 -0700 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 | Wed Apr 09 18:51:18 -0700 2008 | [kr] |
README
This is beanstalkd, a fast, general-purpose work queue. See http://xph.us/software/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.






