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 b7e5348744 fix another small typo 14 years ago
..
message changed /**/ single line comments to // 10 years ago
response start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
header.h changed callocs of memory not needed to be initialized to malloc 10 years ago
message.h start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
parser.h moved request parser to generic parser. This is now able to create either a request or a response message dependent on the initial message line (version first or last). TODO change constructor of response to use a len parameter for the reason 10 years ago
request.h changed /**/ single line comments to // 10 years ago
response.h changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY 10 years ago
worker.h moved request parser to generic parser. This is now able to create either a request or a response message dependent on the initial message line (version first or last). TODO change constructor of response to use a len parameter for the reason 10 years ago