1. 3a6d82b Some style nits. by Nicholas Marriott · 2 years, 8 months ago
  2. b28fffc Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  3. e6b40cb Do fatal/fatalx a different way so the compiler trick to avoid warnings by nicm · 3 years, 2 months ago
  4. 33ac7a3 Get rid of the last two warnings by turning them off around the problem by nicm · 3 years, 2 months ago
  5. c7266ca Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  6. a252fad Fix up some printflike attributes. by nicm · 3 years, 3 months ago
  7. 8f5ff4b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  8. a4b9b5a Do not exit if cannot write to normal log file, GitHub issue 2630. by nicm · 3 years, 8 months ago
  9. d89510e Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  10. e3359f8 Some minor performance improvements - most notably, don't search the by nicm · 5 years ago
  11. e62e17d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  12. adf5628 Support SIGUSR2 to stop and start logging for an existing server. Also by nicm · 7 years ago
  13. 7bccc82 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  14. d091253 Missing va_end, from Anton Lindqvist. by nicm · 8 years ago
  15. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  17. a585a1b Remove some stray debug code. by nicm · 9 years ago
  18. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  19. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  20. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  21. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  22. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  23. 8fa822b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  25. e0527d7 time.h is not needed now tzset() is not in log.c. by Nicholas Marriott · 9 years ago
  26. c06c14f Some header fixes. by Nicholas Marriott · 9 years ago
  27. b037284 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  28. 69ea6b9 Do not leak log file descriptor. by nicm · 9 years ago
  29. 4afe26f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  30. 216ddf3 Move tzset() from log_open to main. by nicm · 9 years ago
  31. fe53645 Fix includes by Thomas Adam · 9 years ago
  32. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  33. 364a885 Pass logging through vis(3). by nicm · 9 years ago
  34. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  35. 73bd816 Microseconds in log time. by nicm · 9 years ago
  36. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  37. 18d4802 Log time with message. by nicm · 9 years ago
  38. ccbe254 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  39. a3612a5 Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ by millert · 10 years ago
  40. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  41. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  42. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  43. 92af7f5 Linux: Add <time.h> to log.c by Thomas Adam · 11 years ago
  44. 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
  45. f155316 Remove unused log functions. by nicm · 11 years ago
  46. b1a87b2 Remove log_debug2 as well and simplify log.c. by Nicholas Marriott · 11 years ago
  47. ebe7bd7 Remove unused log functions. by Nicholas Marriott · 11 years ago
  48. eed7d9b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  49. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  50. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  51. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
  52. 3a902f4 Sync OpenBSD patchset 1058: by Tiago Cunha · 13 years ago
  53. 5aa2847 Sync OpenBSD patchset 1056: by Tiago Cunha · 13 years ago
  54. 7ad0525 Fix warnings. Doh. by Nicholas Marriott · 13 years ago
  55. a597e35 Redirect libevent logging to tmux's log. by Nicholas Marriott · 13 years ago
  56. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  57. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  58. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  59. 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
  60. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  61. 8565ae2 Fix rejects. by Nicholas Marriott · 15 years ago
  62. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  63. 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  64. a7075f1 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  65. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  66. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
  67. 792b28e Most of AIX support. by Nicholas Marriott · 16 years ago
  68. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  69. 23e7da1 Clear correct range. by Nicholas Marriott · 16 years ago
  70. 62457bc Trim. by Nicholas Marriott · 16 years ago
  71. 44b368e time.h by Nicholas Marriott · 16 years ago
  72. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  73. 8ed403e Tidy logging and lose stdout hacks for _info. by Nicholas Marriott · 16 years ago
  74. 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
  75. ab71837 Don't close stderr in log_close to make -v/-vv work again. by Nicholas Marriott · 17 years ago
  76. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  77. a41ece5 Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation. by Nicholas Marriott · 17 years ago