1. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 51a1dbf Simplify command string parsing with a helper function from Tiago Cunha. by Nicholas Marriott · 12 years ago
  3. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  4. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  5. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  6. 206ae72 Read ${X} environment variables in strings and $HOME from the global by Nicholas Marriott · 14 years ago
  7. 8715247 Read ${X} environment variables in strings and $HOME from the global by Nicholas Marriott · 14 years ago
  8. 8dcb62c Sync OpenBSD patchset 649: by Tiago Cunha · 15 years ago
  9. 24634b6 have_arg matches buf so it is no longer necessary, spotted by Tim van der Molen. by Nicholas Marriott · 15 years ago
  10. 998d76c Sync OpenBSD patchset 628: by Tiago Cunha · 15 years ago
  11. c29bfd2 Remove unnecessary comparison, pointed out by Tiago Cunha. by Nicholas Marriott · 15 years ago
  12. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  13. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  14. d9001ea Sync OpenBSD patchset 565: by Tiago Cunha · 15 years ago
  15. 3e14796 Get a u_char from the string, otherwise it isn't possible to enter \0377 as it by Nicholas Marriott · 15 years ago
  16. 1a41a3b Sync OpenBSD patchset 559: by Tiago Cunha · 15 years ago
  17. 9b9d26f Use home from struct passwd if HOME is empty as well as if it is NULL, and fix by Nicholas Marriott · 15 years ago
  18. 063a474 Sync OpenBSD patchset 541: by Tiago Cunha · 15 years ago
  19. 9f6d685 I made a complete horlicks of the last change, fix it so it doesn't either lead by Nicholas Marriott · 15 years ago
  20. ba832ff Sync OpenBSD patchset 530: by Tiago Cunha · 15 years ago
  21. 89763f2 Rewrite a confusing loop when freeing the arg array on exit and move the check by Nicholas Marriott · 15 years ago
  22. a5acabd Sync OpenBSD patchset 467: by Tiago Cunha · 15 years ago
  23. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  24. 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
  25. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
  26. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  27. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  28. 910d628 Whoops, chose the wrong one in a conflict. Revert. by Nicholas Marriott · 15 years ago
  29. d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  30. cba885a Expand leading tildes in arguments, from Tiage Cunha. by Nicholas Marriott · 15 years ago
  31. 280619a Expand leading tilde on commands which expect a filename. by Tiago Cunha · 15 years ago
  32. 27e9f77 Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  33. f63761e Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  34. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  35. fbcee9f strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 15 years ago
  36. a3c3284 strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 15 years ago
  37. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  38. 92de1ad putenv can be char *. by Nicholas Marriott · 15 years ago
  39. b21e356 Spacing. by Nicholas Marriott · 15 years ago
  40. 5a6ed33 Don't leak string arguments and options. by Nicholas Marriott · 16 years ago
  41. dd1ebf1 Handle "" properly. by Nicholas Marriott · 16 years ago
  42. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  43. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  44. 3b2859e Even better, use cause. by Nicholas Marriott · 16 years ago
  45. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  46. 62457bc Trim. by Nicholas Marriott · 16 years ago
  47. 3a6e41c Comment tweak. by Nicholas Marriott · 16 years ago
  48. 1b2cf86 == 0 not == NULL by Nicholas Marriott · 16 years ago
  49. ba597da Environment variables in configuration file. by Nicholas Marriott · 16 years ago
  50. 8513522 Handle commented lines. by Nicholas Marriott · 16 years ago
  51. 0695db3 Convert cfg.c to use cmd-string stuff. by Nicholas Marriott · 16 years ago
  52. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago