Age | Commit message (Expand) | Author |
2017-08-10 | Remove KOI8 lines after 5.9 is out. | Theo Buehler |
2017-08-09 | let the looking glass look at the details for a specific AS | Peter Hessler |
2017-08-09 | Fix filtering so it works after the change to only show windows if they | Nicholas Marriott |
2017-08-09 | Explain how to transform markup for the terminal when not using a | Ingo Schwarze |
2017-08-09 | Add -F to choose-tree, choose-client, choose-buffer to specify the | Nicholas Marriott |
2017-08-08 | Hooks for after-select-pane and after-select-window. | Nicholas Marriott |
2017-08-06 | Present the default choice before the colon in prompts. Matches GNU Emacs | Brian Callahan |
2017-08-02 | When performing an inverted search in less, make sure to invalidate the match | anton |
2017-08-02 | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze |
2017-08-02 | Add selection_present format so commands in copy mode can use it, GitHub | Nicholas Marriott |
2017-08-01 | Apply stricter pledge rules if possible. These are based on the usage of | Martijn van Duren |
2017-08-01 | Remove self assignment. | anton |
2017-08-01 | update currency exchange rates; | Jason McIntyre |
2017-07-31 | Silence some warnings generated by clang. | Martijn van Duren |
2017-07-31 | Ignore explicitly specified negative column widths rather than | Ingo Schwarze |
2017-07-31 | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze |
2017-07-31 | print the number of GCs with print_fld_size instead of print_fld_uint. | David Gwynne |
2017-07-30 | Remove outdated count of the number of available assignment operators. | anton |
2017-07-29 | return -1 in error path of non-void function, pointed out by clang | Florian Obser |
2017-07-29 | Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed. | Vadim Zhukov |
2017-07-28 | Fix some warnings: p1() and p2() are only declared without arguments so | Nicholas Marriott |
2017-07-28 | When the mparse_alloc() prototype changed in read.c 1.151, updating | Ingo Schwarze |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-07-28 | Show pane title in window list for windows with only one pane. | Nicholas Marriott |
2017-07-27 | An array is never NULL; pointed out by clang. | Florian Obser |
2017-07-27 | uint32_t is never < 0; pointed out by clang. | Florian Obser |
2017-07-27 | kp can be NULL (eg, stale utmp entry), so adjust the comment. | Jeremie Courreges-Anglas |
2017-07-27 | Add pane_at_left/right/top/bottom formats, from Amos Bird. | Nicholas Marriott |
2017-07-26 | Always reset the alerts timer so it works even if activity and silence | Nicholas Marriott |
2017-07-26 | Make bell, activity and silence alerting more consistent: | Nicholas Marriott |
2017-07-26 | Teach whois(1) to use the new whois referral field name which has now gone | Stuart Henderson |
2017-07-26 | Fix a typo that caused a non-constant string | Ingo Schwarze |
2017-07-26 | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze |
2017-07-25 | Make WinSCP patterns for SSH_OLD_DHGEX more specific to exclude WinSCP | Darren Tucker |
2017-07-24 | Simplify mail sending. | Jeremie Courreges-Anglas |
2017-07-24 | turn stupid message into a proper warning. | Marc Espie |
2017-07-24 | GC old cruft. | Marc Espie |
2017-07-24 | g/c unused variable; make a little more portable | Damien Miller |
2017-07-23 | Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value | Damien Miller |
2017-07-23 | Recognize '-weak' in our libtool, helps at least xine-lib to build. | Vadim Zhukov |
2017-07-23 | Fix SPLICE in LT::UList, allowing more ports to build. | Vadim Zhukov |
2017-07-22 | Delete extra whitespaces | Jeremie Courreges-Anglas |
2017-07-22 | err(1, "whatever") -> err(1, NULL) for malloc(3) failures | Jeremie Courreges-Anglas |
2017-07-22 | use automatic variables rather than globals; no functional change; | Ingo Schwarze |
2017-07-22 | no need to cast signal(3) and fprintf(3) return values to (void) | Ingo Schwarze |
2017-07-21 | Use the actual width written rather than the possible width to clear. | Nicholas Marriott |
2017-07-21 | Trim trailing spaces from full line when it is clearly OK to do so. | Nicholas Marriott |
2017-07-21 | Allow ispunct() as well as isalnum() when parsing initial window names. | Nicholas Marriott |
2017-07-21 | fix two nasty out-of-bound accesses that killed (sporadically mk38 and mk38bis. | Marc Espie |
2017-07-21 | Add -c for respawn-pane and respawn-window, from J Raynor. | Nicholas Marriott |