1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  2. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  3. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  4. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  5. b8bda67 Don't blindly increase offsets by the return value of snprintf, if there by nicm · 11 years ago
  6. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  7. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  8. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  9. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  10. c8849ac Sync OpenBSD patchset 1153: by Tiago Cunha · 12 years ago
  11. 5385a9b Add a queue of notifys and a way to turn them off and on (we do not want by Nicholas Marriott · 12 years ago
  12. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  13. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  14. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  15. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  16. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  17. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  18. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  19. 39e277b |--------------------- by Nicholas Marriott · 14 years ago
  20. 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
  21. 03c1c1c Sync OpenBSD patchset 727: by Tiago Cunha · 14 years ago
  22. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  23. e16b7b8 Reset output functions too when changing client after attaching, to by Nicholas Marriott · 15 years ago
  24. 659d157 Reset output functions too when changing client after attaching. by Nicholas Marriott · 15 years ago
  25. 495a305 Sync OpenBSD patchset 626: by Tiago Cunha · 15 years ago
  26. 8a37a1c Don't stop parsing command sequences when a command requests the client to by Nicholas Marriott · 15 years ago
  27. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  28. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  29. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  30. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  31. 827fac4 Support "neww; neww" as well "neww ; neww". by Nicholas Marriott · 16 years ago
  32. 4573ef1 Memory leak. by Nicholas Marriott · 16 years ago
  33. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  34. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago