1. dcc2843 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  2. 4e637b1 Ignore environment variables that are too long to send to the server. by nicm · 9 years ago
  3. 37005d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  5. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. 6b21296 Move the nested check from client to server and compare the client tty by nicm · 9 years ago
  7. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  8. a5a873d Set up signal handler earlier so that we don't get zombies, reported by by nicm · 10 years ago
  9. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  10. 7a72eff Simplify error messages when socket connect fails, suggested by "Karthik K". by nicm · 10 years ago
  11. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  12. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  13. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  14. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  15. 900f6fc Tidy up some includes. by nicm · 10 years ago
  16. 045d0c3 Call waitpid on SIGCHLD even if client not attached, it is possible (on by nicm · 10 years ago
  17. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  18. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  19. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  20. 8e4ae12 lockf is entirely useless and it was a mistake to change to it, go back by nicm · 10 years ago
  21. 2b67907 An EOF is a good reason to close a connection. by krw · 10 years ago
  22. ea5a223 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  23. 5b2c815 fcntl.h is still needed here. by nicm · 11 years ago
  24. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  25. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  26. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  27. b185449 Fix a memory/fd leak reported by Tiago Cunha. by nicm · 11 years ago
  28. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  29. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  30. 7624800 from nicm: : handle msgbuf_write() returning EAGAIN by benno · 11 years ago
  31. 99e3cbc Use format_get_command() and some spacing tweaks. by nicm · 11 years ago
  32. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  33. 7936ce3 Show session name in detached message. Requested by somebody a few by nicm · 11 years ago
  34. b8b85fb Don't look at string[length - 1] if length == 0. by nicm · 11 years ago
  35. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  36. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  37. 6c09301 Remove CMD_SENDENVIRON. by nicm · 11 years ago
  38. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  39. aa0a57f Show session name in detached message. Requested by somebody a few months ago by Nicholas Marriott · 11 years ago
  40. d86c70a Don't look at string[length - 1] if length == 0. by Nicholas Marriott · 11 years ago
  41. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  42. fa1375c Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by Nicholas Marriott · 11 years ago
  43. f141e9b Instead of fixed size buffers for some messages, send only the string length. by Nicholas Marriott · 11 years ago
  44. 01a4752 Merge IDENTIFY_* flags with CLIENT_* flags. by Nicholas Marriott · 11 years ago
  45. 7e4314e Remove CMD_SENDENVIRON. by Nicholas Marriott · 11 years ago
  46. e856709 Add support for Cgywin, apparently it is enough just to open the tty again in by Nicholas Marriott · 11 years ago
  47. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  48. d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  49. 88b92df We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when by Nicholas Marriott · 12 years ago
  50. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  51. 62db3c8 Send DSC 1000p at the beginning of a -CC client's lifetime and ST and by Nicholas Marriott · 12 years ago
  52. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  53. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  54. 543420c Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  55. 0640225 We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becoming by Nicholas Marriott · 12 years ago
  56. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  57. 208881a Send DSC 1000p at the beginning of a -CC client's lifetime and ST and the end, by Nicholas Marriott · 12 years ago
  58. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  59. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  60. f536dc4 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  61. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  62. 686d461 Sync OpenBSD patchset 1168: by Tiago Cunha · 12 years ago
  63. 84a4007 Change a log to fprintf that was missed last time around, from Tiago Cunha. by Nicholas Marriott · 12 years ago
  64. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  65. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  66. 202c044 More ifdef goo is needed due to NOKERNINFO. by Tiago Cunha · 12 years ago
  67. bc47596 Sync OpenBSD patchset 1139: by Tiago Cunha · 12 years ago
  68. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  69. 0f00c3b Actually write all the data to stdout/stderr. by Nicholas Marriott · 12 years ago
  70. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  71. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  72. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
  73. ffab6db Sync OpenBSD patchset 1114: by Tiago Cunha · 13 years ago
  74. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 13 years ago
  75. 7144160 Sync OpenBSD patchset 1101: by Tiago Cunha · 13 years ago
  76. bea5155 Sync OpenBSD patchset 1100: by Tiago Cunha · 13 years ago
  77. 94795eb Add missing prototype. by Nicholas Marriott · 13 years ago
  78. d3e4320 Use an enum for client exit reasons, from George Nachman. by Nicholas Marriott · 13 years ago
  79. 58e5442 Sync OpenBSD patchset 1080: by Tiago Cunha · 13 years ago
  80. 621fa0a Sync OpenBSD patchset 1071: by Tiago Cunha · 13 years ago
  81. 0edaa34 Add sys/file.h. by Nicholas Marriott · 13 years ago
  82. bf9e7a1 Move MSG_IDENTIFY to the last sent by the client, this will be needed by by Nicholas Marriott · 13 years ago
  83. 40b1d64 Sync OpenBSD patchset 1043: by Tiago Cunha · 13 years ago
  84. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  85. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  86. d0cca39 Sync OpenBSD patchset 863: by Tiago Cunha · 14 years ago
  87. 7954126 Add a -P option to detach to HUP the client's parent process (usually by Nicholas Marriott · 14 years ago
  88. 492e3aa Sync OpenBSD patchset 834: by Tiago Cunha · 14 years ago
  89. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  90. 8f84217 Put setproctitle back under HAVE_SETPROCTITLE. by Nicholas Marriott · 14 years ago
  91. bdbd4e2 Sync OpenBSD patchset 777: by Tiago Cunha · 14 years ago
  92. d4b58c7 Sync OpenBSD patchset 775: by Tiago Cunha · 14 years ago
  93. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  94. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  95. ee44a8d Sync OpenBSD patchset 753: by Tiago Cunha · 14 years ago
  96. 89acd75 Sync OpenBSD patchset 752: by Tiago Cunha · 14 years ago
  97. fc9f082 Can't call event_del() without event_set() first - so call event_set() by Nicholas Marriott · 14 years ago
  98. 5f5104e MSG_EXIT can now have a return code in the message, so check for that by Nicholas Marriott · 14 years ago
  99. e4573de Sync OpenBSD patchset 731: by Tiago Cunha · 14 years ago
  100. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago