Age | Commit message (Expand) | Author |
2017-02-07 | Unfortunately DECFRA does not handle default colours properly (it does | Nicholas Marriott |
2017-02-06 | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | Nicholas Marriott |
2017-02-06 | Do not go through the whole attributes setting process if the new cell | Nicholas Marriott |
2017-02-06 | Add BCE for clear to start of screen, which was somehow missed. | Nicholas Marriott |
2017-02-06 | Cancel key table when switching session, unless the key is going to | Nicholas Marriott |
2017-02-06 | Fix logging of CSI parameters. | Nicholas Marriott |
2017-02-06 | Only redraw the modified character when adding combining characters, not | Nicholas Marriott |
2017-02-06 | Restore \r\n newline sequence for server ident string. The CR got | Damien Miller |
2017-02-06 | The .Nm macro does not only use the default name when it has no | Ingo Schwarze |
2017-02-05 | Wrap .St content in a <span class="St">. | Ingo Schwarze |
2017-02-05 | fix font selection for .Bf without argument | Ingo Schwarze |
2017-02-05 | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze |
2017-02-05 | for .Rs, use <cite> | Ingo Schwarze |
2017-02-05 | Improve <table> syntax: | Ingo Schwarze |
2017-02-05 | Support IPv6 proxy addresses | Jeremie Courreges-Anglas |
2017-02-04 | Missing va_end, from Anton Lindqvist. | Nicholas Marriott |
2017-02-04 | Include netinet/in.h for in_addr_t now it has moved out of sys/types.h. | Jonathan Gray |
2017-02-04 | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze |
2017-02-03 | use ssh_packet_set_log_preamble() to include connection username | Damien Miller |
2017-02-03 | add ssh_packet_set_log_preamble() to allow inclusion of a preamble | Damien Miller |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2017-02-03 | Expand lines more aggressively to reduce rate of allocations. | Nicholas Marriott |
2017-02-03 | Minor cleanup, no functional change: | Ingo Schwarze |
2017-02-03 | If an application parses multiple files with mparse_readfd(3) but | Ingo Schwarze |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-02-03 | allow form-feed characters at EOL; bz#2431 ok dtucker@ | Damien Miller |
2017-02-03 | Make ssh_packet_set_rekey_limits take u32 for the number of seconds | Darren Tucker |
2017-02-02 | In vasnmprintf() return an error if malloc fails and don't set | Jonathan Gray |
2017-02-01 | Add a missing sizeof(*lines) factor to previous commit to ensure we zero | Theo Buehler |
2017-02-01 | Don't allocate the buffer for the -n flag in one call. | Martijn van Duren |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-02-01 | update currency exchanges rates; | Jason McIntyre |
2017-02-01 | Return true reason for port forwarding failures where feasible rather | Darren Tucker |
2017-01-31 | add missing HISTORY information | Ingo Schwarze |
2017-01-30 | Small correction to the known_hosts section on when it is updated. | Darren Tucker |
2017-01-30 | When a flag option is used in a format, it should use the number form | Nicholas Marriott |
2017-01-30 | Rework fill mode handling for -man -Thtml. | Ingo Schwarze |
2017-01-30 | revise keys/principals command hang fix (bz#2655) to consume entire | Damien Miller |
2017-01-30 | small cleanup post SSHv1 removal: | Damien Miller |
2017-01-30 | some explicit NULL tests when dumping configured forwardings; | Damien Miller |
2017-01-30 | misplaced braces in test; from Karsten Weiss | Damien Miller |
2017-01-30 | don't dereference authctxt before testing != NULL, it causes compilers | Damien Miller |
2017-01-29 | Add -n to break-pane. | Nicholas Marriott |
2017-01-29 | Fix typo in ~C error message for bad port forward cancellation. | Darren Tucker |
2017-01-29 | eliminate one useless struct and one level of indirection; | Ingo Schwarze |
2017-01-29 | obvious protection against null pointer, because it's quite possible for cgn | Marc Espie |
2017-01-28 | Add a warning "new sentence, new line". | Ingo Schwarze |
2017-01-28 | Simplify usage of print_otag() even more: | Ingo Schwarze |
2017-01-28 | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze |