public
Description: a lightweight HTTP server library for C
Homepage: http://tinyclouds.org/libebb
Clone URL: git://github.com/ry/libebb.git
ry (author)
Sun Aug 03 11:02:29 -0700 2008
commit  53da4e242527aeddbf1855c8bc682a868103ea6f
tree    28fd1bb4b46a1a7be7d38adbf22f10d124ab3257
parent  f888e6b2f4be01fe1cec0d89e9462c9b79f692b2
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 Makefile Loading commit data...
file README
directory doc/ Fri Aug 01 08:56:43 -0700 2008 update doc [ry]
file ebb.c
file ebb.h
file ebb_request_parser.h
file ebb_request_parser.rl
directory examples/
file rbtree.c Sun Jul 27 06:28:27 -0700 2008 Add SSL session storage. [ry]
file rbtree.h Mon Jul 28 06:44:13 -0700 2008 fuck autoconf [ry]
file test_rbtree.c Sun Jul 27 06:28:27 -0700 2008 Add SSL session storage. [ry]
file test_request_parser.c
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

(The MIT) LICENSE
Copyright © 2008 Ryah Dahl (ry@tinyclouds.org)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.