summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Updates for libxl changes.HEADmasterEamon Walsh2-10/+8
2011-09-09Silence obnoxious #error checks in xen/sysctl.h and xen/domctl.h.Eamon Walsh1-1/+1
2011-08-08track: Remove duplicate event count constants.Eamon Walsh2-10/+5
2011-08-08Expose event notifications in the track protocol.Eamon Walsh2-0/+13
2011-08-08xen_server: Add vchan structure to list before calling vchan_queue().Eamon Walsh1-1/+1
2011-08-01Drop buffers field from display structure.Eamon Walsh4-6/+1
2011-08-01Add drawing of event icons for individual displays in the switcher.Eamon Walsh3-7/+39
2011-08-01Add event control to the local socket debugging interface.Eamon Walsh3-1/+27
2011-08-01Add event notification to the server.Eamon Walsh7-9/+222
2011-08-01Fix SAK event bounds check.Eamon Walsh1-1/+1
2011-08-01Rename sclient_read_background_image() -> sclient_load_image().Eamon Walsh3-6/+4
2011-07-29Add display switching to the local socket debugging interface.Eamon Walsh5-4/+37
2011-07-29Properly update security label on SAK press.Eamon Walsh1-0/+1
2011-07-29Add SAK registration to the local socket debugging interface.Eamon Walsh4-11/+58
2011-07-29Drop unused bg field from client structure.Eamon Walsh1-1/+0
2011-07-29Fixes for buffer_lookup() function.Eamon Walsh1-4/+5
2011-07-29Expose dynamic SAK registration in the track protocol.Eamon Walsh4-3/+23
2011-07-29Add client_send_message() API for sending track protocol to a client.Eamon Walsh3-0/+17
2011-07-29Add dynamic guest SAK registration to the server.Eamon Walsh6-31/+170
2011-07-28Drop private field from buffer structure.Eamon Walsh2-4/+2
2011-07-28Rename comm_structs.h -> track.h.Eamon Walsh3-5/+5
2011-07-28Make "bogus update clipped" message more informative.Eamon Walsh1-1/+3
2011-07-27Simplify view moving code, remove unused view_translate().Eamon Walsh4-40/+3
2011-07-27Warning fix.Eamon Walsh1-2/+1
2011-07-27Support client-settable view names in the track protocol.Eamon Walsh4-8/+41
2011-07-26Fix VIEW_STACK_BOTTOM stacking to still stack above the background view.Eamon Walsh4-2/+6
2011-07-26Add display callback in view_stack().Eamon Walsh3-7/+37
2011-07-26Revisions to track protocol and track program.Eamon Walsh3-5/+11
2011-07-26Pretty-printing improvements to view_debug_dump output.Eamon Walsh1-6/+21
2011-07-16Install linpicker-cli program when enabled.Eamon Walsh1-1/+1
2011-07-01chdir to / at server program startup.Eamon Walsh1-0/+2
2011-07-01Redo the daemonizing code in the monitor program.Eamon Walsh1-4/+34
2011-07-01Rename linpicker-debug -> linpicker-cli.Eamon Walsh2-4/+4
2011-07-01Rename binaries with dashes instead of underscores.Eamon Walsh16-23/+23
2011-06-30Daemonize the monitor program.Eamon Walsh1-0/+3
2011-06-06Forbid clients from creating or referencing views with reserved ID 0.Eamon Walsh3-4/+8
2011-06-06Merge equivalent VIEW_FLAGS_SERVER into VIEW_FLAGS_THUMBNAIL.Eamon Walsh4-11/+10
2011-06-06Improved mouse label handling.Eamon Walsh5-15/+63
2011-06-06Drop unused parameters from send_key function.Eamon Walsh5-7/+7
2011-06-06Update file authorship, license, and description in Doxygen style.Eamon Walsh33-86/+703
2011-06-03Standardize include file exclusion defines.Eamon Walsh5-14/+14
2011-06-02Rename comm-structs.h -> comm_structs.h.Eamon Walsh3-2/+2
2011-06-01Log to files in /var/log/xen and add compile-time loglevel.Eamon Walsh17-112/+186
2011-06-01Use MIN, MAX macros where appropriate.Eamon Walsh3-4/+5
2011-06-01Factor out fd-handling code into a common file.Eamon Walsh11-230/+135
2011-06-01Include file cleanup.Eamon Walsh21-119/+55
2011-06-01s/NITPICKER/LINPICKER/Eamon Walsh9-45/+18
2011-06-01Remove unused client, buffer, view defines and structure fields.Eamon Walsh6-59/+16
2011-05-31Rename typedefs.h -> common.h.Eamon Walsh6-5/+5
2011-05-31Cleanup and movement of common parameters into typedefs.h.Eamon Walsh4-128/+22