summaryrefslogtreecommitdiffstats
path: root/cmd-server-info.c
AgeCommit message (Expand)Author
2014-01-31Fixup BSD specific things from last mergeThomas Adam
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-22Put helper function back, will be needed in a bit.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-03-18Sync OpenBSD patchset 1054:Tiago Cunha
2012-03-15Send secondary DA to terminals with XT in terminfo when starting up andNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-04-25Sync OpenBSD patchset 895:Tiago Cunha
2011-04-19POSIX only guarantees uname() will return a non-negative value onMatthew Dempsky
2011-02-15Sync OpenBSD patchset 855:Tiago Cunha
2011-02-15Sync OpenBSD patchset 854:Tiago Cunha
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-21Sync OpenBSD patchset 839:Tiago Cunha
2011-01-13Log termios backspace for each client since it is used to recogniseNicholas Marriott
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-03Sync OpenBSD patchset 822:Tiago Cunha
2011-01-01Another table that should be const.Nicholas Marriott
2010-12-31Switch tmux to use autoconf and automake.Nicholas Marriott
2010-12-22Sync OpenBSD patchset 806:Tiago Cunha
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2009-12-10Sync OpenBSD patchset 585:Tiago Cunha
2009-12-10Add "server options" which are server-wide and not bound to a session orNicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-11-04Sync OpenBSD patchset 483:Tiago Cunha
2009-11-03Change session and client activity and creation time members to have moreNicholas Marriott
2009-11-02Sync OpenBSD patchset 475:Tiago Cunha
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott
2009-10-28Sync OpenBSD patchset 467:Tiago Cunha
2009-10-26tabs are better; ok nicmTheo Deraadt
2009-10-15Fix CVS keyword.Tiago Cunha
2009-10-15Sync OpenBSD patchset 406:Tiago Cunha
2009-10-13Do this in a better way - print messages when exiting with nonzero.Nicholas Marriott
2009-09-07Sync OpenBSD patchset 320:Tiago Cunha
2009-09-07Reference count clients and sessions rather than relying on a saved index forNicholas Marriott
2009-09-03Sync OpenBSD patchset 309:Tiago Cunha
2009-09-02Accept -l to make it easier for people who use tmux as a login shell to useNicholas Marriott