1. c7266ca Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  2. a252fad Fix up some printflike attributes. by nicm · 3 years, 2 months ago
  3. a8be47f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  4. 5fdea44 Treat a pane that has died the same as no pane when sending data to by nicm · 3 years, 2 months ago
  5. a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 3 years, 9 months ago
  6. ed946dc Some other warnings, GitHub issue 2382. by nicm · 4 years, 1 month ago
  7. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 3 months ago
  8. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 4 months ago
  9. d8d7769 Check if a pane needs to be paused when output is written rather than by nicm · 4 years, 4 months ago
  10. 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 4 months ago
  11. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 4 months ago
  12. fddcad6 When the pause-after flag is set, send an alternative %extended-output by nicm · 4 years, 4 months ago
  13. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 4 months ago
  14. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 5 months ago
  15. 563b733 Remove blocks from queue when pane disappears. by nicm · 4 years, 5 months ago
  16. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 5 months ago
  17. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 5 months ago
  18. 18aab90 Give control code its own state struct. by nicm · 4 years, 5 months ago
  19. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 4 years, 5 months ago
  20. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 5 months ago
  21. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 6 months ago
  22. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 6 months ago
  23. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 6 months ago
  24. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 6 months ago
  25. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  26. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 10 months ago
  27. ad11d49 Do not leak empty lines, GitHub issue 1824. by nicm · 5 years ago
  28. 82e4740 Allow % strings that are all numbers or %s, and fix a double free. Both by nicm · 5 years ago
  29. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 5 years ago
  30. 82ebd98 Move the single command flag (CMD_CONTROL) into the shared flags. by nicm · 5 years ago
  31. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  32. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  33. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  34. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  35. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  36. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  37. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  38. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  39. 4c9f41f Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can by nicm · 11 years ago
  40. 662d471 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
  41. 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
  42. 8a40e10 Add time and a command count to control mode guards, based on code from by Nicholas Marriott · 12 years ago
  43. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  44. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  45. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  46. 84612a8 Add control_write_buffer, from George Nachman. by Nicholas Marriott · 12 years ago
  47. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  48. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  49. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago