1. 7bccc82 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. d091253 Missing va_end, from Anton Lindqvist. by nicm · 8 years ago
  3. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  5. a585a1b Remove some stray debug code. by nicm · 9 years ago
  6. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  7. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  8. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  9. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  11. 8fa822b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  13. e0527d7 time.h is not needed now tzset() is not in log.c. by Nicholas Marriott · 9 years ago
  14. c06c14f Some header fixes. by Nicholas Marriott · 9 years ago
  15. b037284 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 69ea6b9 Do not leak log file descriptor. by nicm · 9 years ago
  17. 4afe26f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  18. 216ddf3 Move tzset() from log_open to main. by nicm · 9 years ago
  19. fe53645 Fix includes by Thomas Adam · 9 years ago
  20. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  21. 364a885 Pass logging through vis(3). by nicm · 9 years ago
  22. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  23. 73bd816 Microseconds in log time. by nicm · 9 years ago
  24. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  25. 18d4802 Log time with message. by nicm · 9 years ago
  26. ccbe254 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  27. a3612a5 Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ by millert · 10 years ago
  28. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  29. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  30. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  31. 92af7f5 Linux: Add <time.h> to log.c by Thomas Adam · 10 years ago
  32. 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
  33. f155316 Remove unused log functions. by nicm · 11 years ago
  34. b1a87b2 Remove log_debug2 as well and simplify log.c. by Nicholas Marriott · 11 years ago
  35. ebe7bd7 Remove unused log functions. by Nicholas Marriott · 11 years ago
  36. eed7d9b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  37. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  38. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  39. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 12 years ago
  40. 3a902f4 Sync OpenBSD patchset 1058: by Tiago Cunha · 13 years ago
  41. 5aa2847 Sync OpenBSD patchset 1056: by Tiago Cunha · 13 years ago
  42. 7ad0525 Fix warnings. Doh. by Nicholas Marriott · 13 years ago
  43. a597e35 Redirect libevent logging to tmux's log. by Nicholas Marriott · 13 years ago
  44. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  45. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  46. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  47. 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
  48. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  49. 8565ae2 Fix rejects. by Nicholas Marriott · 15 years ago
  50. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  51. 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  52. a7075f1 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  53. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  54. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  55. 792b28e Most of AIX support. by Nicholas Marriott · 16 years ago
  56. 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
  57. 23e7da1 Clear correct range. by Nicholas Marriott · 16 years ago
  58. 62457bc Trim. by Nicholas Marriott · 16 years ago
  59. 44b368e time.h by Nicholas Marriott · 16 years ago
  60. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  61. 8ed403e Tidy logging and lose stdout hacks for _info. by Nicholas Marriott · 16 years ago
  62. 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
  63. ab71837 Don't close stderr in log_close to make -v/-vv work again. by Nicholas Marriott · 17 years ago
  64. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  65. 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