summaryrefslogtreecommitdiff
path: root/src/task_proto.cc
AgeCommit message (Collapse)Author
2012-03-03Removed sprintfs from task_proto and moved the code to msgparser.Jonas Suhr Christensen
Removed heavy printf debugging from msgparser.
2012-02-25Now handling protocol as described - with quoting with '"' and escaping of '"'.Jonas Suhr Christensen
Now handling multiple cmd's in one msg.
2012-02-24Removed message parsing code to msgparser.Jonas Suhr Christensen
2012-02-24Fix crash. Hold queue for each client connection.Bent Bisballe Nyeng
2012-02-24In development...Bent Bisballe Nyeng