- 3a6d82b Some style nits. by Nicholas Marriott · 2 years, 8 months ago
- b28fffc Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
- e6b40cb Do fatal/fatalx a different way so the compiler trick to avoid warnings by nicm · 3 years, 2 months ago
- 33ac7a3 Get rid of the last two warnings by turning them off around the problem by nicm · 3 years, 2 months ago
- c7266ca Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
- a252fad Fix up some printflike attributes. by nicm · 3 years, 3 months ago
- 8f5ff4b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
- a4b9b5a Do not exit if cannot write to normal log file, GitHub issue 2630. by nicm · 3 years, 8 months ago
- d89510e Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- e3359f8 Some minor performance improvements - most notably, don't search the by nicm · 5 years ago
- e62e17d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- adf5628 Support SIGUSR2 to stop and start logging for an existing server. Also by nicm · 7 years ago
- 7bccc82 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- d091253 Missing va_end, from Anton Lindqvist. by nicm · 8 years ago
- dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- a585a1b Remove some stray debug code. by nicm · 9 years ago
- a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
- 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
- 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- 8fa822b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
- e0527d7 time.h is not needed now tzset() is not in log.c. by Nicholas Marriott · 9 years ago
- c06c14f Some header fixes. by Nicholas Marriott · 9 years ago
- b037284 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 69ea6b9 Do not leak log file descriptor. by nicm · 9 years ago
- 4afe26f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 216ddf3 Move tzset() from log_open to main. by nicm · 9 years ago
- fe53645 Fix includes by Thomas Adam · 9 years ago
- 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 364a885 Pass logging through vis(3). by nicm · 9 years ago
- cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 73bd816 Microseconds in log time. by nicm · 9 years ago
- 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 18d4802 Log time with message. by nicm · 9 years ago
- ccbe254 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- a3612a5 Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ by millert · 10 years ago
- 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
- 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
- 92af7f5 Linux: Add <time.h> to log.c by Thomas Adam · 11 years ago
- 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
- f155316 Remove unused log functions. by nicm · 11 years ago
- b1a87b2 Remove log_debug2 as well and simplify log.c. by Nicholas Marriott · 11 years ago
- ebe7bd7 Remove unused log functions. by Nicholas Marriott · 11 years ago
- eed7d9b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
- 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
- 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
- 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
- 3a902f4 Sync OpenBSD patchset 1058: by Tiago Cunha · 13 years ago
- 5aa2847 Sync OpenBSD patchset 1056: by Tiago Cunha · 13 years ago
- 7ad0525 Fix warnings. Doh. by Nicholas Marriott · 13 years ago
- a597e35 Redirect libevent logging to tmux's log. by Nicholas Marriott · 13 years ago
- 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
- 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
- 8565ae2 Fix rejects. by Nicholas Marriott · 15 years ago
- a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
- 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
- a7075f1 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
- c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
- 792b28e Most of AIX support. by Nicholas Marriott · 16 years ago
- 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
- 23e7da1 Clear correct range. by Nicholas Marriott · 16 years ago
- 62457bc Trim. by Nicholas Marriott · 16 years ago
- 44b368e time.h by Nicholas Marriott · 16 years ago
- efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
- 8ed403e Tidy logging and lose stdout hacks for _info. by Nicholas Marriott · 16 years ago
- 63795f6 Missing time.h. by Nicholas Marriott · 17 years ago
- ab71837 Don't close stderr in log_close to make -v/-vv work again. by Nicholas Marriott · 17 years ago
- 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
- 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