summaryrefslogtreecommitdiff
path: root/src/msgparser.cc
AgeCommit message (Expand)Author
2012-03-11Fixed drag and drop problem by stopping propagation of the event.Jonas Suhr Christensen
2012-03-10Added new task hierarchy based protocol.Jonas Suhr Christensen
2012-03-08Added quotes arond all strings in outgoing messages.Jonas Suhr Christensen
2012-03-08Using asprintf instead of snprintf.Jonas Suhr Christensen
2012-03-03Merge branch 'master' of https://git.oftal.dk/muniaJonas Suhr Christensen
2012-03-03Removed sprintfs from task_proto and moved the code to msgparser.Jonas Suhr Christensen
2012-03-02Fix signed/unsigned comparison mismatch.Bent Bisballe Nyeng
2012-02-25Fixed handling of ';' inside qoute.Jonas Suhr Christensen
2012-02-25Now handling protocol as described - with quoting with '"' and escaping of '"'.Jonas Suhr Christensen
2012-02-24Removed message parsing code to msgparser.Jonas Suhr Christensen