summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-11Don't free the pane name by accident.Nicholas Marriott
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
2013-10-11obsolete commentDamien Miller
2013-10-11missed one arg reorderDamien Miller
2013-10-11rename flag arguments to be more clear and consistent.Damien Miller
2013-10-11reference vmwpvs.David Gwynne
2013-10-10Bracket in the wrong place in description of c0-change-trigger.Nicholas Marriott
2013-10-10Fix leak in format_get_command.Nicholas Marriott
2013-10-10Better boot device detection code. Board-specific code will now return theMiod Vallat
2013-10-10Misc cleanups and small fixes. Boot controller/unit/lun information passedMiod Vallat
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlyNicholas Marriott
2013-10-10Use format_get_command() and some spacing tweaks.Nicholas Marriott
2013-10-10Pass -1 for cwd now not NULL.Nicholas Marriott
2013-10-10We accidentally haven't been using $TMUX to work out the session for aNicholas Marriott
2013-10-10Remove now unused cmd_get_default_path.Nicholas Marriott
2013-10-10Don't boke when figuring out working directory from configuration file.Nicholas Marriott
2013-10-10Show session name in detached message. Requested by somebody a fewNicholas Marriott
2013-10-10Don't look at string[length - 1] if length == 0.Nicholas Marriott
2013-10-10Alter how tmux handles the working directory to internally use fileNicholas Marriott
2013-10-10Make tilde expansion in command strings work even if it isn't terminated by /.Nicholas Marriott
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott
2013-10-10Instead of fixed size buffers for some messages, send only the stringNicholas Marriott
2013-10-10retcode -> retval for exit message.Nicholas Marriott
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott
2013-10-10Bump protocol version and add new message types.Nicholas Marriott
2013-10-10Remove CMD_SENDENVIRON.Nicholas Marriott
2013-10-10mouse-resize-pane: Only resize on border selectNicholas Marriott
2013-10-10Support -c for new-session, based on code from J Raynor.Nicholas Marriott
2013-10-10Make cmdq->client_exit a tristate (-1 means "not set") so that ifNicholas Marriott
2013-10-10Restore missing key binding for %, from Chris Johnsen.Nicholas Marriott
2013-10-10First period not last for host_short, from Michael Scholz.Nicholas Marriott
2013-10-10layout-resize-pane-mouse: Consider visible panes onlyNicholas Marriott
2013-10-10Don't treat TMUX_TMPDIR as a potential fileNicholas Marriott
2013-10-10Mark flags as optional and mutually exclusive. From Tiago Cunha.Nicholas Marriott
2013-10-10No space in lsw -a targets.Nicholas Marriott
2013-10-10A couple of manpage fixes from Tiago Cunha.Nicholas Marriott
2013-10-10Trivial style and spacing nits.Nicholas Marriott
2013-10-10Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-10-10Clear window->flags when clearing winlinksNicholas Marriott
2013-10-10choose-tree: Reset top when toggling itemsNicholas Marriott
2013-10-10Renumber windows: Lookup lastw via window not indexNicholas Marriott
2013-10-10Assign mouse x/y coords before checking them. When receiving mouseNicholas Marriott
2013-10-10Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff fromNicholas Marriott
2013-10-10Add automatic-rename-format option allowing automatic rename to useNicholas Marriott
2013-10-10Allow nested format expansion.Nicholas Marriott
2013-10-10Add length limit operator for formats.Nicholas Marriott
2013-10-10Handle input mouse positions <33 (we already can generate them).Nicholas Marriott
2013-10-10Only include actual trailing spaces not unused cells with capturep -J,Nicholas Marriott
2013-10-10Allow the file descriptor received from the client to be -1.Nicholas Marriott