index
:
munia.git
cli
master
Unnamed repository; edit this file to name it for gitweb.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
messagehandler.cc
Age
Commit message (
Collapse
)
Author
2013-12-05
Fix 64bit size_t in format string.
Bent Bisballe Nyeng
2013-12-05
Add login/logout.
Bent Bisballe Nyeng
2013-01-11
Fix unobserve bug. Change more printf's into hugin syntax.
Bent Bisballe Nyeng
2013-01-10
Added attributes to nodes as well as messages for manipulating and ↵
Bent Bisballe Nyeng
transporting them. Switched debug interface to hugin.
2013-01-04
Create node with symoblic id and reuse this id in other commands in same ↵
Bent Bisballe Nyeng
command line.
2012-06-15
Fix observe/unobserve return message placement.
Bent Bisballe Nyeng
2012-05-17
Merge branch 'master' of https://git.oftal.dk/munia
Jonas Suhr Christensen
Conflicts: src/taskmanager.cc
2012-05-04
IMplemneted remove.
Jonas Suhr Christensen
2012-05-04
Deliver id of newly created task to caller (MessageHandler) through taskid_t ↵
Bent Bisballe Nyeng
pointer.
2012-05-04
Fixed task id error when sending update command.
Jonas Suhr Christensen
2012-05-04
Changed naming. add to create and delete to remove
Jonas Suhr Christensen
2012-05-04
Renamed add to create, renamed del to remove and remove task desc
Jonas Suhr Christensen
2012-05-04
Remove observe/unobserve commands and simply indicate thee presence of them ↵
Bent Bisballe Nyeng
in the output message list.
2012-05-04
Make TaskManager and ConnectionHandler objects global.
Bent Bisballe Nyeng
2012-04-12
Added a bit of debugging messages.
Jonas Suhr Christensen
Merged task_proto and observe_proto into one protocol in munia_proto.
2012-03-30
Added a bit of debug and implemented messagehandler.
Jonas Suhr Christensen
2012-03-30
Updated interface.
Jonas Suhr Christensen
2012-03-30
Fixed compile error.
Jonas Suhr Christensen
2012-03-30
New message handler.
Jonas Suhr Christensen