A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp fd111159de merged from taskrambler 13 years ago
assets add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C). 14 years ago
certs initial fork from server project 14 years ago
include moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago
m4 started tests and coverage report. 14 years ago
src moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago
tests change on coverage generation...i still don't get any branch info, and i am not sure what it would describe 14 years ago
.doxygen initial fork from server project 14 years ago
.gitignore ignore profile information files 14 years ago
AUTHORS initial fork from server project 14 years ago
COPYING initial fork from server project 14 years ago
ChangeLog initial fork from server project 14 years ago
Makefile.am huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests. 14 years ago
Makefile.am.coverage change on coverage generation...i still don't get any branch info, and i am not sure what it would describe 14 years ago
NEWS initial fork from server project 14 years ago
README initial fork from server project 14 years ago
README.md Initial commit 13 years ago
TODO add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C). 14 years ago
bootstrap initial fork from server project 14 years ago
configure.ac moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago

README.md

libHttpServer

This is a partly finished implementation of HTTP/1.1. It is especially intendet to write C only REST server, well, at least thats the idea.