public
Description: a lightweight HTTP server library for C
Homepage: http://tinyclouds.org/libebb
Clone URL: git://github.com/ry/libebb.git
libebb /
name age message
file .gitignore Mon Jul 21 02:47:00 -0700 2008 oops - forgot to remove a line after END_REQUEST [ry]
file LICENSE Fri Oct 17 02:34:29 -0700 2008 remove ebb_buf recv onto the statically alloca... [ry]
file Makefile Wed Nov 05 13:26:50 -0800 2008 was stalling on half-closed connections [ry]
file README Fri Oct 17 02:34:29 -0700 2008 remove ebb_buf recv onto the statically alloca... [ry]
file config.mk Sun Feb 22 05:25:22 -0800 2009 clean ups for c++ inclusion [ry]
directory doc/ Tue Aug 26 03:33:58 -0700 2008 little clean ups [ry]
file ebb.c Wed Mar 18 10:28:28 -0700 2009 oops, didn't get that timer correction correct.... [ry]
file ebb.h Fri Oct 17 02:34:29 -0700 2008 remove ebb_buf recv onto the statically alloca... [ry]
file ebb_request_parser.h Sun Feb 22 05:25:22 -0800 2009 clean ups for c++ inclusion [ry]
file ebb_request_parser.rl Thu May 28 06:48:42 -0700 2009 Null check for CURRENT(i.e. parser->current_req... [dharmarth]
directory examples/ Fri Oct 17 02:34:29 -0700 2008 remove ebb_buf recv onto the statically alloca... [ry]
file rbtree.c Wed Aug 20 04:03:35 -0700 2008 more work fixing up the build system [ry]
file rbtree.h Mon Jul 28 06:44:13 -0700 2008 fuck autoconf [ry]
file test_examples.rb Fri Oct 17 02:34:29 -0700 2008 remove ebb_buf recv onto the statically alloca... [ry]
file test_rbtree.c Sun Jul 27 06:28:27 -0700 2008 Add SSL session storage. [ry]
file test_request_parser.c Sun Feb 22 05:25:22 -0800 2009 clean ups for c++ inclusion [ry]
README
see doc/index.html and examples/hello_world.c for explanation

webpage: http://tinyclouds.org/libebb/
git repository: http://github.com/ry/libebb/tree/master

To build libebb please edit config.mk to reflect your system's parameters.