1. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  2. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  3. 907bec6 FD_CLOEXEC more fds. Still one I can't find... by Nicholas Marriott · 16 years ago
  4. a7f5777 Not const. by Nicholas Marriott · 16 years ago
  5. 0cb069a Use lstat. No change yet due to realpath call in tmux.c. by Nicholas Marriott · 16 years ago
  6. 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
  7. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  8. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 16 years ago
  9. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  10. 8542a97 Increment retries. by Nicholas Marriott · 16 years ago
  11. 668dac5 Retry properly when failed to connect. by Nicholas Marriott · 16 years ago
  12. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  13. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  14. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  15. dd41035 Protocol versioning, version is checked on identify message. by Nicholas Marriott · 16 years ago
  16. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  17. 36e3f31 Stupid ncurses. by Nicholas Marriott · 16 years ago
  18. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
  19. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  20. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  21. 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
  22. 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
  23. 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 16 years ago
  24. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  25. e0383f5 Better error messages with no server. by Nicholas Marriott · 17 years ago
  26. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  27. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  28. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  29. f92243c Check for required term capabilities on start. by Nicholas Marriott · 17 years ago
  30. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  31. 1f10f6e Close memory leaks. by Nicholas Marriott · 17 years ago
  32. 64713e0 Tweak a couple of variable names. by Nicholas Marriott · 17 years ago
  33. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  34. 0b0a3c0 Return 0 on lost server so pkill works okay if scripted. by Nicholas Marriott · 17 years ago
  35. 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
  36. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  37. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  38. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  39. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  40. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  41. 5990461 Add client_flush to flush output when transient commands are called. by Nicholas Marriott · 17 years ago
  42. db293c1 Retry connection with small timeout instead of sleep(10) for server start. by Nicholas Marriott · 17 years ago
  43. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  44. 2a3e209 Extend op string and add potential for a single alias. by Nicholas Marriott · 17 years ago
  45. 5ef6d07 Join oldest session if non specified. Fix errors. by Nicholas Marriott · 17 years ago
  46. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago
  47. b1822f6 Unlink and retry if server socket connect fails. by Nicholas Marriott · 17 years ago
  48. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago