1. f8c86a9 Add some additional debug logging. by Nicholas Marriott · 12 years ago
  2. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  3. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  4. 5a5e285 Don't try to print unterminated strings when loading configuration file. by Nicholas Marriott · 12 years ago
  5. 255a4f8 load_cfg can actually use the same context now they are reference counted. by Nicholas Marriott · 12 years ago
  6. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  7. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  8. 77a2174 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  9. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  10. 9714880 Change load_cfg to fix a crash reported by jasper. by Nicholas Marriott · 12 years ago
  11. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  12. 8600fe0 Use strlcat not strncat in load_cfg and some other trivial tidying from by Nicholas Marriott · 12 years ago
  13. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  14. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  15. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  16. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  17. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  18. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  19. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  20. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  21. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  22. 04bf0d8 Sync OpenBSD patchset 1113: by Tiago Cunha · 12 years ago
  23. ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 12 years ago
  24. 4a01da1 Sync OpenBSD patchset 951: by Tiago Cunha · 13 years ago
  25. 0588168 Support \ for line continuation in the configuration file, from Julius Plenz. by Nicholas Marriott · 13 years ago
  26. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  27. 210b455 Sync OpenBSD patchset 811: by Tiago Cunha · 14 years ago
  28. 230e39e Allow the config file parser and source-file to return "don't exit" to by Nicholas Marriott · 14 years ago
  29. 0d6a640 Sync OpenBSD patchset 704: by Tiago Cunha · 14 years ago
  30. 608eef7 Fix an out-of-date comment. by Nicholas Marriott · 14 years ago
  31. 36a80b2 Sync OpenBSD patchset 640: by Tiago Cunha · 15 years ago
  32. a32d095 Sync OpenBSD patchset 635: by Tiago Cunha · 15 years ago
  33. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  34. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  35. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  36. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  37. a5acabd Sync OpenBSD patchset 467: by Tiago Cunha · 15 years ago
  38. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  39. 35b926c Sync OpenBSD patchset 290: by Tiago Cunha · 15 years ago
  40. 2e2e762 Sync OpenBSD patchset 289: by Tiago Cunha · 15 years ago
  41. c7394ac When using source-file, run the commands in the context of the source-file by Nicholas Marriott · 15 years ago
  42. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  43. 1297c39 Sync OpenBSD patchset 233: by Tiago Cunha · 15 years ago
  44. b3107d2 Don't leak in the (rare) case of an invalid command at the end of a file not by Nicholas Marriott · 15 years ago
  45. 56dd5df Sync OpenBSD patchset 206: by Tiago Cunha · 15 years ago
  46. 61f3fc7 Don't babysit people and let them try to load /dev/zero or (more useful) by Nicholas Marriott · 15 years ago
  47. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  48. abb5e36 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  49. 9144d30 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  50. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  51. a8ec5f1 stat(2) files before trying to load them to avoid problems, for example with "source-file /dev/zero". by Nicholas Marriott · 15 years ago
  52. 75012d5 Close .tmux.conf... DOH. by Nicholas Marriott · 16 years ago
  53. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  54. ba597da Environment variables in configuration file. by Nicholas Marriott · 16 years ago
  55. 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 16 years ago
  56. 8513522 Handle commented lines. by Nicholas Marriott · 16 years ago
  57. 0695db3 Convert cfg.c to use cmd-string stuff. by Nicholas Marriott · 16 years ago
  58. 21a9b3f Fix some stupid parser bugs, most notably forgetting to allocate space for \0. by Nicholas Marriott · 16 years ago
  59. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  60. 0bfd7a5 Don't die on empty strings. by Nicholas Marriott · 16 years ago
  61. 48490b1 Allow comments at EOL; count blank lines properly. by Nicholas Marriott · 16 years ago
  62. 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
  63. a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
  64. 00c6585 Return error cause properly. by Nicholas Marriott · 16 years ago
  65. f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 16 years ago
  66. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago