1. 428f76d Fix CVS keyword. by Tiago Cunha · 15 years ago
  2. 6257be6 Sync OpenBSD patchset 406: by Tiago Cunha · 15 years ago
  3. 9800dc4 Sync OpenBSD patchset 405: by Tiago Cunha · 15 years ago
  4. 5be3fb8 Sync OpenBSD patchset 350: by Tiago Cunha · 15 years ago
  5. 1310ea2 Sync OpenBSD patchset 347: by Tiago Cunha · 15 years ago
  6. 2acf349 Sync OpenBSD patchset 346: by Tiago Cunha · 15 years ago
  7. acedc2d Sync OpenBSD patchset 345: by Tiago Cunha · 15 years ago
  8. 3266fb5 Sync OpenBSD patchset 332: by Tiago Cunha · 15 years ago
  9. 83f5581 Sync OpenBSD patchset 313: by Tiago Cunha · 15 years ago
  10. a5c17d7 Nuke debugging. by Nicholas Marriott · 15 years ago
  11. d33caca That was the wrong fix. MSG_ERROR should set the error and the client should by Nicholas Marriott · 15 years ago
  12. c23bde7 Set exittype for error exit as well as the error string. by Nicholas Marriott · 15 years ago
  13. 620402a This is a better fix for OS X stupidity. by Nicholas Marriott · 15 years ago
  14. 3f7e258 OS X stupid poll fix. by Nicholas Marriott · 15 years ago
  15. 1063e5d Sync OpenBSD patchset 248: by Tiago Cunha · 15 years ago
  16. e2a1889 Sync OpenBSD patchset 246: by Tiago Cunha · 15 years ago
  17. a9b6bfd Sync OpenBSD patchset 243: by Tiago Cunha · 15 years ago
  18. 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
  19. af3db9a Sync OpenBSD patchset 230: by Tiago Cunha · 15 years ago
  20. 67266dc Sync OpenBSD patchset 202: by Tiago Cunha · 15 years ago
  21. 817e93a Sync OpenBSD patchset 201: by Tiago Cunha · 15 years ago
  22. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  23. 7cd412d Sync OpenBSD patchset 173: by Tiago Cunha · 15 years ago
  24. 1870b96 Sync OpenBSD patchset 172: by Tiago Cunha · 15 years ago
  25. 7174c76 Sync OpenBSD patchset 166: by Tiago Cunha · 15 years ago
  26. 9f06533 $Id$. by Nicholas Marriott · 15 years ago
  27. de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  28. 3fcbe1e Remove some dead assignments, found by sthen with clang. by no_author · 15 years ago
  29. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  30. 0e95769 Call setproctitle earlier in the client, and include the socket name. Makes it by Nicholas Marriott · 15 years ago
  31. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  32. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  33. 907bec6 FD_CLOEXEC more fds. Still one I can't find... by Nicholas Marriott · 16 years ago
  34. a7f5777 Not const. by Nicholas Marriott · 16 years ago
  35. 0cb069a Use lstat. No change yet due to realpath call in tmux.c. by Nicholas Marriott · 16 years ago
  36. 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
  37. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  38. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 16 years ago
  39. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  40. 8542a97 Increment retries. by Nicholas Marriott · 16 years ago
  41. 668dac5 Retry properly when failed to connect. by Nicholas Marriott · 16 years ago
  42. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  43. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  44. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  45. dd41035 Protocol versioning, version is checked on identify message. by Nicholas Marriott · 16 years ago
  46. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  47. 36e3f31 Stupid ncurses. by Nicholas Marriott · 16 years ago
  48. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
  49. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  50. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  51. 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
  52. 11ee55e Prepare TERM in buffer before sending; this allows size to be part of cmd and prevents it being split. This is the only place this happens so remove it from todo. by Nicholas Marriott · 16 years ago
  53. 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 16 years ago
  54. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  55. e0383f5 Better error messages with no server. by Nicholas Marriott · 17 years ago
  56. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  57. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  58. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  59. f92243c Check for required term capabilities on start. by Nicholas Marriott · 17 years ago
  60. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  61. 1f10f6e Close memory leaks. by Nicholas Marriott · 17 years ago
  62. 64713e0 Tweak a couple of variable names. by Nicholas Marriott · 17 years ago
  63. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  64. 0b0a3c0 Return 0 on lost server so pkill works okay if scripted. by Nicholas Marriott · 17 years ago
  65. 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
  66. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  67. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  68. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  69. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  70. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  71. 5990461 Add client_flush to flush output when transient commands are called. by Nicholas Marriott · 17 years ago
  72. db293c1 Retry connection with small timeout instead of sleep(10) for server start. by Nicholas Marriott · 17 years ago
  73. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  74. 2a3e209 Extend op string and add potential for a single alias. by Nicholas Marriott · 17 years ago
  75. 5ef6d07 Join oldest session if non specified. Fix errors. by Nicholas Marriott · 17 years ago
  76. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago
  77. b1822f6 Unlink and retry if server socket connect fails. by Nicholas Marriott · 17 years ago
  78. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago