aboutsummaryrefslogtreecommitdiff
path: root/cmd-list.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-04-23
|\
| * Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-11
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
| * Add functions to allocate and free command contexts rather than doing itNicholas Marriott2013-03-22
| * Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott2012-07-13
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott2012-06-18
| * We now send argv to the server after parsing it in the client to get theNicholas Marriott2010-10-29
| * Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott2010-06-26
| * Reset output functions too when changing client after attaching, toNicholas Marriott2010-03-22
| * Don't stop parsing command sequences when a command requests the client toNicholas Marriott2010-01-30
| * Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* Sync OpenBSD patchset 1153:Tiago Cunha2012-08-12
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1138:Tiago Cunha2012-06-18
* Expand the Id keyword. Tiago Cunha2011-07-09
* |---------------------Nicholas Marriott2010-12-06
* Sync OpenBSD patchset 727:Tiago Cunha2010-07-02
* Reset output functions too when changing client after attaching.Nicholas Marriott2010-03-18
* Sync OpenBSD patchset 626:Tiago Cunha2010-02-02
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Support "neww; neww" as well "neww ; neww".Nicholas Marriott2009-04-30
* Memory leak.Nicholas Marriott2009-02-16
* Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott2009-01-19
* Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott2009-01-18