1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  2. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  3. 900f6fc Tidy up some includes. by nicm · 10 years ago
  4. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  5. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  6. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  7. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  8. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  9. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  10. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  11. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  12. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  13. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  14. 6932447 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  15. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  16. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  17. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  18. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  19. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  20. bba8221 Sync OpenBSD patchset 934: by Tiago Cunha · 13 years ago
  21. 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
  22. e097f0b Sync OpenBSD patchset 927: by Tiago Cunha · 13 years ago
  23. ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
  24. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  25. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  26. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  27. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  28. 2e2e762 Sync OpenBSD patchset 289: by Tiago Cunha · 15 years ago
  29. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  30. 646d6a9 Sync OpenBSD patchset 261: by Tiago Cunha · 15 years ago
  31. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  32. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  33. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  34. 0237e1d Sync OpenBSD patchset 154: by Tiago Cunha · 15 years ago
  35. 6945e86 Nix a few unused attributes on arguments which are no longer unused. by Nicholas Marriott · 15 years ago
  36. 441c118 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  37. 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  38. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  39. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  40. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  41. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  42. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 16 years ago
  43. 53dc88e Simplify the code by using the generic _target functions. by Tiago Cunha · 16 years ago
  44. 6317046 Use cmd_prarg to include "s when necessary. by Nicholas Marriott · 16 years ago
  45. 5d1b688 Convert hidden flag to a full flags word for the status line and add a flag to by Nicholas Marriott · 16 years ago
  46. 058772e - confirm-before command. by Tiago Cunha · 16 years ago