Age | Commit message (Expand) | Author |
2015-09-05 | When rand() was made fully random, the return value of srand() was | Theo de Raadt |
2015-09-05 | In the last commit, the man-page change was committed by mistake, | Alexandre Ratchov |
2015-09-05 | typos in comments: xfree -> free | Alexandre Ratchov |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2015-09-05 | Add brackets to clarify assignments that are the result of a test operator. | Jonathan Gray |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-09-04 | Change wait-for to work when the signal comes before the wait, also use | Nicholas Marriott |
2015-09-04 | Plug minor memory leaks when options are used more than once. bz#2182, | Darren Tucker |
2015-09-04 | Fix mbuf memory accounting after recent *8 pool size change. | Martin Pieuchot |
2015-09-04 | full stop belongs outside the brackets, not inside; | Jason McIntyre |
2015-09-04 | add a debug2() right before DNS resolution; it's a place where | Damien Miller |
2015-09-04 | correct function name in error messages | Damien Miller |
2015-09-04 | better document ExitOnForwardFailure; bz#2444, ok dtucker@ | Damien Miller |
2015-09-04 | don't record hostbased authentication hostkeys as user keys | Damien Miller |
2015-09-04 | remove extra newline in nethack-mode hostkey; | Damien Miller |
2015-09-03 | synchronize synopsis and usage. | Igor Sobrado |
2015-09-03 | append the year Zilog Z-80 8-bit microprocessor was introduced; | Igor Sobrado |
2015-09-03 | replace permfail calls with errc. the permfail calls had been retained for | Ted Unangst |
2015-09-03 | A couple of style nits. | Nicholas Marriott |
2015-09-03 | reorg code, preliminary step to more cleanup | Marc Espie |
2015-09-02 | Log pane which received input data. | Nicholas Marriott |
2015-09-02 | A one line helper function is a little silly. | Nicholas Marriott |
2015-09-02 | We no longer need the terminal service class, so don't bother asking for it. | Nicholas Marriott |
2015-09-02 | Fix indentation of grid_string_cells_fg. | Nicholas Marriott |
2015-09-02 | Fix occurrences of "r = func() != 0" which result in the wrong error | Jonathan Gray |
2015-09-01 | Tweak some error messages/comments. | Nicholas Marriott |
2015-09-01 | Log the whole new input buffer once rather than each byte. | Nicholas Marriott |
2015-09-01 | Pass logging through vis(3). | Nicholas Marriott |
2015-09-01 | Fix a spelling error, sesson -> session. | Nicholas Marriott |
2015-09-01 | increment the line number after the line continuation; ok tedu | Mike Belopuhov |
2015-09-01 | only need to restrict exec path if the rule specifies a command. | Ted Unangst |
2015-09-01 | Remove dead_clients which is no longer used. | Nicholas Marriott |
2015-09-01 | Work out config file when needed not at startup. | Nicholas Marriott |
2015-09-01 | Move initial conf load into cfg.c. | Nicholas Marriott |
2015-09-01 | All the cmd_*_entry declarations do not need to be in tmux.h. | Nicholas Marriott |
2015-09-01 | update currency exchange rates; | Jason McIntyre |
2015-08-31 | calculate screen size way earlier, this will provide some opportunities | Theo de Raadt |
2015-08-31 | indent is 8 not 4 | Marc Espie |
2015-08-31 | wrong index in error message | Marc Espie |
2015-08-30 | Path from $TMUX does not need to be global anymore. | Nicholas Marriott |
2015-08-30 | Login shell can be a client flag, and move the exec code into client.c. | Nicholas Marriott |
2015-08-30 | Event base does not need to be global. | Nicholas Marriott |
2015-08-30 | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze |
2015-08-30 | Ignore setuid/setgid settings from a compress/gzip file; original CSRG | Theo de Raadt |
2015-08-30 | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze |
2015-08-30 | Some style nits and dead assignments. | Nicholas Marriott |
2015-08-29 | Remove some old prototypes and unused functions. | Nicholas Marriott |
2015-08-29 | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze |
2015-08-29 | struct args_entry can go into arguments.c. | Nicholas Marriott |