1. e856709 Add support for Cgywin, apparently it is enough just to open the tty again in by Nicholas Marriott · 11 years ago
  2. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  3. d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  4. 88b92df We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when by Nicholas Marriott · 12 years ago
  5. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  6. 62db3c8 Send DSC 1000p at the beginning of a -CC client's lifetime and ST and by Nicholas Marriott · 12 years ago
  7. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  8. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  9. 543420c Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  10. 0640225 We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becoming by Nicholas Marriott · 12 years ago
  11. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  12. 208881a Send DSC 1000p at the beginning of a -CC client's lifetime and ST and the end, by Nicholas Marriott · 12 years ago
  13. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  14. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  15. f536dc4 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  16. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  17. 686d461 Sync OpenBSD patchset 1168: by Tiago Cunha · 12 years ago
  18. 84a4007 Change a log to fprintf that was missed last time around, from Tiago Cunha. by Nicholas Marriott · 12 years ago
  19. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  20. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  21. 202c044 More ifdef goo is needed due to NOKERNINFO. by Tiago Cunha · 12 years ago
  22. bc47596 Sync OpenBSD patchset 1139: by Tiago Cunha · 12 years ago
  23. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  24. 0f00c3b Actually write all the data to stdout/stderr. by Nicholas Marriott · 12 years ago
  25. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  26. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  27. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
  28. ffab6db Sync OpenBSD patchset 1114: by Tiago Cunha · 13 years ago
  29. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 13 years ago
  30. 7144160 Sync OpenBSD patchset 1101: by Tiago Cunha · 13 years ago
  31. bea5155 Sync OpenBSD patchset 1100: by Tiago Cunha · 13 years ago
  32. 94795eb Add missing prototype. by Nicholas Marriott · 13 years ago
  33. d3e4320 Use an enum for client exit reasons, from George Nachman. by Nicholas Marriott · 13 years ago
  34. 58e5442 Sync OpenBSD patchset 1080: by Tiago Cunha · 13 years ago
  35. 621fa0a Sync OpenBSD patchset 1071: by Tiago Cunha · 13 years ago
  36. 0edaa34 Add sys/file.h. by Nicholas Marriott · 13 years ago
  37. bf9e7a1 Move MSG_IDENTIFY to the last sent by the client, this will be needed by by Nicholas Marriott · 13 years ago
  38. 40b1d64 Sync OpenBSD patchset 1043: by Tiago Cunha · 13 years ago
  39. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  40. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  41. d0cca39 Sync OpenBSD patchset 863: by Tiago Cunha · 14 years ago
  42. 7954126 Add a -P option to detach to HUP the client's parent process (usually by Nicholas Marriott · 14 years ago
  43. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  44. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  45. 8f84217 Put setproctitle back under HAVE_SETPROCTITLE. by Nicholas Marriott · 14 years ago
  46. bdbd4e2 Sync OpenBSD patchset 777: by Tiago Cunha · 14 years ago
  47. d4b58c7 Sync OpenBSD patchset 775: by Tiago Cunha · 14 years ago
  48. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  49. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  50. ee44a8d Sync OpenBSD patchset 753: by Tiago Cunha · 14 years ago
  51. 89acd75 Sync OpenBSD patchset 752: by Tiago Cunha · 14 years ago
  52. fc9f082 Can't call event_del() without event_set() first - so call event_set() by Nicholas Marriott · 14 years ago
  53. 5f5104e MSG_EXIT can now have a return code in the message, so check for that by Nicholas Marriott · 14 years ago
  54. e4573de Sync OpenBSD patchset 731: by Tiago Cunha · 14 years ago
  55. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
  56. 6503207 Sync OpenBSD patchset 716: by Tiago Cunha · 14 years ago
  57. be3643f Sync OpenBSD patchset 713: by Tiago Cunha · 14 years ago
  58. 510ec3f Fix problems with window sizing seen by Raghavendra D Prabhu when by Nicholas Marriott · 14 years ago
  59. 36c0871 This ioctl(TIOCGWINSZ) call is no longer necessary, the result is never by Nicholas Marriott · 14 years ago
  60. 6694a01 Sync OpenBSD patchset 698: by Tiago Cunha · 15 years ago
  61. fc69b9c Sync OpenBSD patchset 696: by Tiago Cunha · 15 years ago
  62. 72d1afa Catch SIGHUP and terminate if running as a client. This prevents clients by Joel Sing · 15 years ago
  63. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
  64. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
  65. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
  66. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  67. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  68. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  69. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  70. 0bb00a0 Sync OpenBSD patchset 536: by Tiago Cunha · 15 years ago
  71. a18a374 imsg_read returns ssize_t not int, pointed out by lint via deraadt. by Nicholas Marriott · 15 years ago
  72. 38ac9bb Sync OpenBSD patchset 521: by Tiago Cunha · 15 years ago
  73. 9f47c60 Don't return 1 unless there was actually a problem (signal/lost server) rather by Nicholas Marriott · 15 years ago
  74. 3acb995 Sync OpenBSD patchset 501: by Tiago Cunha · 15 years ago
  75. dd36982 Sync OpenBSD patchset 491: by Tiago Cunha · 15 years ago
  76. 862fe15 Move some common code into a function. by Nicholas Marriott · 15 years ago
  77. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  78. bbdf78c Sync OpenBSD patchset 478: by Tiago Cunha · 15 years ago
  79. 6b4b4c7 Sync OpenBSD patchset 477: by Tiago Cunha · 15 years ago
  80. 2a585dc Leftover unused variable :-/. by Nicholas Marriott · 15 years ago
  81. 42fd44f There isn't much point in doing lstat before connect so instead just do connect by Nicholas Marriott · 15 years ago
  82. e65aa04 Sync OpenBSD patchset 466: by Tiago Cunha · 15 years ago
  83. a8b1379 Clear signal flags /before/ taking action and continue afterwards to reduce by Nicholas Marriott · 15 years ago
  84. 9260888 Fix CVS keyword. by Tiago Cunha · 15 years ago
  85. eaa188b Sync OpenBSD patchset 435: by Tiago Cunha · 15 years ago
  86. 84392ff Sync OpenBSD patchset 433: by Tiago Cunha · 15 years ago
  87. 284b946 Tidy identify message send into a separate function. by Nicholas Marriott · 15 years ago
  88. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  89. 428f76d Fix CVS keyword. by Tiago Cunha · 15 years ago
  90. 6257be6 Sync OpenBSD patchset 406: by Tiago Cunha · 15 years ago
  91. 9800dc4 Sync OpenBSD patchset 405: by Tiago Cunha · 15 years ago
  92. 0907ca1 Do this in a better way - print messages when exiting with nonzero. by Nicholas Marriott · 15 years ago
  93. 760e39e Don't print exit messages when used as a login shell, requested by martynas@ a by Nicholas Marriott · 15 years ago
  94. 5be3fb8 Sync OpenBSD patchset 350: by Tiago Cunha · 15 years ago
  95. 1310ea2 Sync OpenBSD patchset 347: by Tiago Cunha · 15 years ago
  96. 2acf349 Sync OpenBSD patchset 346: by Tiago Cunha · 15 years ago
  97. acedc2d Sync OpenBSD patchset 345: by Tiago Cunha · 15 years ago
  98. 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
  99. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  100. 962fa20 Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client by Nicholas Marriott · 15 years ago