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