Another abandoned server code base... this is kind of an ancestor of taskrambler.
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 4893b4173e fix leak on shutdown created because of missing to delete new stream class on shutdown 14 years ago
..
message changed /**/ single line comments to // 10 years ago
header.h changed callocs of memory not needed to be initialized to malloc 10 years ago
message.h refs #19: Added a stream class. This is a delegate that uses the correct read and write methods for the given stream type. This is implemented as prerequesite for the SSL implemented 10 years ago
parser.h refs #19: Added a stream class. This is a delegate that uses the correct read and write methods for the given stream type. This is implemented as prerequesite for the SSL implemented 10 years ago
request.h changed /**/ single line comments to // 10 years ago
response.h closes #11: first very crude session handling implementation, no persitence no memory cleanups, spread over to much files TODO: clean this 10 years ago
worker.h refs #19: Added a stream class. This is a delegate that uses the correct read and write methods for the given stream type. This is implemented as prerequesite for the SSL implemented 10 years ago
writer.h refs #19: Added a stream class. This is a delegate that uses the correct read and write methods for the given stream type. This is implemented as prerequesite for the SSL implemented 10 years ago