1. 65d6278 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. c48d09e Do not update TERM into config file parsing has finished. by nicm · 8 years ago
  3. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  4. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  5. c5bdae4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  6. dbfee6a Move server_fill_environ into environ.c and move some other common code into it. by nicm · 8 years ago
  7. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  8. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  9. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  11. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  13. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  15. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  17. c06c14f Some header fixes. by Nicholas Marriott · 9 years ago
  18. a584e11 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  19. 021cdbe Use an explicit job state instead of avoid closing our side of the by nicm · 9 years ago
  20. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  21. 583b4ab Set working directory for run-shell and if-shell. by nicm · 10 years ago
  22. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  23. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  24. 900f6fc Tidy up some includes. by nicm · 10 years ago
  25. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  26. a47d239 Don't leak socketpair file descriptors if fork fails. Spotted by Balazs Kezes. by nicm · 11 years ago
  27. 99e3cbc Use format_get_command() and some spacing tweaks. by nicm · 11 years ago
  28. e588ddb Add openat() to compat. by Nicholas Marriott · 11 years ago
  29. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  30. 88428cf %zu format for size_t. by Nicholas Marriott · 12 years ago
  31. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  32. 9fcda95 Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. by Nicholas Marriott · 12 years ago
  33. d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
  34. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  35. 6ddb06d Extend jobs to support writing and use that for copy-pipe instead of popen, by Nicholas Marriott · 12 years ago
  36. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  37. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  38. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  39. e23df3a Sync OpenBSD patchset 1014: by Tiago Cunha · 13 years ago
  40. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
  41. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  42. 3d7b810 Sync OpenBSD patchset 855: by Tiago Cunha · 14 years ago
  43. 3b56ebc Sync OpenBSD patchset 854: by Tiago Cunha · 14 years ago
  44. d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 14 years ago
  45. db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
  46. 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
  47. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  48. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  49. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  50. d4b58c7 Sync OpenBSD patchset 775: by Tiago Cunha · 14 years ago
  51. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  52. 56040be Sync OpenBSD patchset 751: by Tiago Cunha · 14 years ago
  53. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  54. fc69b9c Sync OpenBSD patchset 696: by Tiago Cunha · 15 years ago
  55. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
  56. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
  57. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
  58. 0fc6553 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  59. b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  60. c5fefd5 Sync OpenBSD patchset 655: by Tiago Cunha · 15 years ago
  61. 6ac3343 Typo fix from Tim van der Molen. by Nicholas Marriott · 15 years ago
  62. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  63. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  64. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  65. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  66. 7851bb8 Sync OpenBSD patchset 494: by Tiago Cunha · 15 years ago
  67. 53ef4c2 Sync OpenBSD patchset 493: by Tiago Cunha · 15 years ago
  68. dd36982 Sync OpenBSD patchset 491: by Tiago Cunha · 15 years ago
  69. abb7286 Add back JOB_PERSIST checks that got lost. by Nicholas Marriott · 15 years ago
  70. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  71. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  72. 053e405 Sync OpenBSD patchset 475: by Tiago Cunha · 15 years ago
  73. 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
  74. 3155272 Sync OpenBSD patchset 431: by Tiago Cunha · 15 years ago
  75. a22c06a Remove unused function. by Nicholas Marriott · 15 years ago
  76. 4afecbe Getting the read and write ends of the pipe the right way round is usually by Nicholas Marriott · 15 years ago
  77. 7825871 Getting the read and write ends of the pipe the right way round is usually by Nicholas Marriott · 15 years ago
  78. 6f21690 Sort out stdout before stdin/stderr in case the stdout side of the pipe got one by Nicholas Marriott · 15 years ago
  79. 197f8b8 Sync OpenBSD patchset 384: by Tiago Cunha · 15 years ago
  80. c8d0608 Sync OpenBSD patchset 383: by Tiago Cunha · 15 years ago
  81. 1b03bc2 Sync OpenBSD patchset 382: by Tiago Cunha · 15 years ago
  82. d7fa9bc Sync OpenBSD patchset 379: by Tiago Cunha · 15 years ago
  83. 3e93bdf Do not include paths.h, since it's OS-dependent, due to OpenBSD patchset 374. by Tiago Cunha · 15 years ago
  84. bc23610 Sync OpenBSD patchset 374: by Tiago Cunha · 15 years ago
  85. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  86. abedfa7 There isn't much point in having a free function if it isn't used. by Nicholas Marriott · 15 years ago
  87. ff4b4e6 Collect status from dead jobs and don't invoke the callback until both by Nicholas Marriott · 15 years ago
  88. 095ecf2 Put all jobs on a global all_jobs list and use that in server.c instead of by Nicholas Marriott · 15 years ago
  89. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago