summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-29Protect libvchan.h with #ifdefs to prevent multiple inclusion.Eamon Walsh1-0/+5
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 Walsh5-8/+47
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 Walsh4-7/+13
2011-07-26Hack fix for broken libtool.Eamon Walsh1-0/+3
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-05Bump release version to 3.1linpicker-3.1Eamon Walsh1-1/+1
2011-07-01chdir to / at server program startup.Eamon Walsh1-0/+2
2011-07-01Add a systemd unit file for the monitor program.Eamon Walsh3-1/+23
2011-07-01Redo the daemonizing code in the monitor program.Eamon Walsh1-4/+34
2011-07-01Rename linpicker-debug -> linpicker-cli.Eamon Walsh3-5/+5
2011-07-01Rename binaries with dashes instead of underscores.Eamon Walsh21-54/+54
2011-06-30Daemonize the monitor program.Eamon Walsh1-0/+3
2011-06-20Bump release version to 3.0linpicker-3.0Eamon Walsh1-1/+1
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 Doxygen support with autotools integration.Eamon Walsh7-769/+1457
2011-06-06Update file authorship, license, and description in Doxygen style.Eamon Walsh38-151/+822
2011-06-03Standardize include file exclusion defines.Eamon Walsh5-14/+14
2011-06-03Move the legacy IDA documentation into a subdirectory of doc/.Eamon Walsh5-0/+4
2011-06-02Update text documentation.Eamon Walsh5-1496/+99
2011-06-02Rename comm-structs.h -> comm_structs.h.Eamon Walsh3-2/+2
2011-06-02Update AUTHORS, COPYING, and TODO.Eamon Walsh3-0/+355
2011-06-01Update README.Eamon Walsh1-299/+124
2011-06-01Log to files in /var/log/xen and add compile-time loglevel.Eamon Walsh18-112/+196
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-01Fix libvchan warnings.Eamon Walsh2-1/+2
2011-06-01Include file cleanup.Eamon Walsh25-139/+82
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