Age | Commit message (Expand) | Author |
2015-04-24 | 2*len -> use xreallocarray() | Theo de Raadt |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-23 | use reallocarray instead of calloc; avoid the zero before infill | Theo de Raadt |
2015-04-23 | Two small fixes for sshd -T: ListenAddress'es are added to a list head so | Darren Tucker |
2015-04-23 | Check for and reject missing arguments for VersionAddendum and ForceCommand. | Darren Tucker |
2015-04-22 | Expand SLIST macro of unix pcb members before printing the pointer. | Alexander Bluhm |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2015-04-22 | Change the windows array into an RB tree and fix some places where we | Nicholas Marriott |
2015-04-22 | window_index is only used in one place (window_destroy) so inline it there. | Nicholas Marriott |
2015-04-22 | unknown certificate extensions are non-fatal, so don't fatal | Damien Miller |
2015-04-21 | Look up indexes as number before name, makes more sense if windows are | Nicholas Marriott |
2015-04-21 | Always format real layout even when zoomed. | Nicholas Marriott |
2015-04-21 | Do not die on USR1 if any of the socket parent directories are | Nicholas Marriott |
2015-04-21 | Simplify error messages when socket connect fails, suggested by "Karthik K". | Nicholas Marriott |
2015-04-21 | The free callback could end up being fired before the done callback | Nicholas Marriott |
2015-04-21 | Fix moving windows to nonexistent indexes when renumber-windows is | Nicholas Marriott |
2015-04-21 | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze |
2015-04-21 | Bind mouse dragging so that it is passed through to applications if they | Nicholas Marriott |
2015-04-21 | Don't eat the mouse event that triggers a drag end because we may want | Nicholas Marriott |
2015-04-21 | Put mouse_any_flag back, don't know where it went to (still in man page). | Nicholas Marriott |
2015-04-21 | Pass mouse events through to commands for if-shell. | Nicholas Marriott |
2015-04-21 | cmd_mouse_pane can return NULL, check for that. | Nicholas Marriott |
2015-04-21 | Back in January, Kaspars at Bankovskis dot net reported that the wc(1) | Ingo Schwarze |
2015-04-21 | Add back a backslash removed in rev 1.42 so KEX_SERVER_ENCRYPT will | Jonathan Gray |
2015-04-21 | init both fds passed to pipe as -1 instead of initing one twice | Jonathan Gray |
2015-04-20 | Remove unused-but-set variables, from Thomas Adam. | Nicholas Marriott |
2015-04-20 | Support for multiple key tables to commands to be bound to sequences of | Nicholas Marriott |
2015-04-20 | Style nit - unnecessary brackets. | Nicholas Marriott |
2015-04-20 | Fix previous: Don't let man(1) warn twice about non-existant names. | Ingo Schwarze |
2015-04-20 | Avoid out-of-bounds read access before the beginning of the | Ingo Schwarze |
2015-04-20 | Make jump-to-backward/jump-to-forward repeatable with | Nicholas Marriott |
2015-04-20 | Use a more sensible buffer size for flags string. | Nicholas Marriott |
2015-04-19 | tweak previous; | Jason McIntyre |
2015-04-19 | Honour renumber-windows when unlinking a window, from Thomas Adam. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-04-19 | Support setting the default window and pane background colours (window | Nicholas Marriott |
2015-04-19 | More than one data field may follow T} on the same input line. | Ingo Schwarze |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-19 | If apropos(1) finds no match, print "nothing appropriate" to stderr | Ingo Schwarze |
2015-04-19 | Unify trickier node handling functions. | Ingo Schwarze |
2015-04-19 | Merge conflicts | James Turner |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-19 | Don't lock the file for "vi -R" or "view". OK deraadt@ | Todd C. Miller |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze |