summaryrefslogtreecommitdiff
path: root/src/track.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Rename binaries with dashes instead of underscores.Eamon Walsh1-2/+2
2011-06-06Update file authorship, license, and description in Doxygen style.Eamon Walsh1-8/+25
2011-06-02Rename comm-structs.h -> comm_structs.h.Eamon Walsh1-1/+1
2011-06-01Use MIN, MAX macros where appropriate.Eamon Walsh1-1/+1
2011-06-01Include file cleanup.Eamon Walsh1-3/+2
2011-05-31Rename typedefs.h -> common.h.Eamon Walsh1-1/+1
2011-05-31Cleanup and movement of common parameters into typedefs.h.Eamon Walsh1-2/+2
2011-05-27Revisions to track protocol and track program.Eamon Walsh1-66/+61
2011-05-26track: Zero-initialize all messages to avoid sending stack garbage.Eamon Walsh1-6/+4
2011-05-24Drop xen_common.h.Eamon Walsh1-1/+1
2011-05-24Conditionally compile the server's local socket interface.Eamon Walsh1-1/+1
2011-05-23Build libvchan as an installed shared library.Eamon Walsh1-1/+1
2011-03-23Persist track vchan server across linpicker restartDaniel De Graaf1-0/+1
2010-12-09Fix vchan_server_init callDaniel De Graaf1-1/+1
2010-11-30Fix 100% CPU use caused by never dequeueing vchan eventsDaniel De Graaf1-1/+3
2010-11-17Fix possible vchan blocking bugsDaniel De Graaf1-6/+6
2010-11-12Revisions to track program and communications protocol.Eamon Walsh1-27/+10
2010-11-12Fix memory leak of XCB events.Eamon Walsh1-0/+2
2010-11-12Revisions to track program and communications protocol.Eamon Walsh1-109/+135
2010-08-30Connect vchan to the domain providing the vfbDaniel De Graaf1-4/+19
2010-08-30Change vchan to use grantsDaniel De Graaf1-3/+4
2010-07-14Move source and data files to src and data subdirectories.Eamon Walsh1-0/+368