Age | Commit message (Expand) | Author |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-26 | Add a way to append or prepend to a format if the length has been limited. | Nicholas Marriott |
2019-05-26 | Some other platforms doesn't support fmemopen(3) (not unexpectedly), so | Nicholas Marriott |
2019-05-26 | use proper crossreferences | Christian Weisgerber |
2019-05-25 | Add <, >, <=, >= for formats, GitHub issue 1747. | Nicholas Marriott |
2019-05-25 | Client name can actually be NULL, so use address in that case. | Nicholas Marriott |
2019-05-25 | Use client name when logging command queue. | Nicholas Marriott |
2019-05-25 | Merge the now tiny cmd-list.c into cmd.c. | Nicholas Marriott |
2019-05-25 | Merge cmd_list_parse into cmd-parse.y so it can use the new alias | Nicholas Marriott |
2019-05-25 | Fix error handling in if-shell. | Nicholas Marriott |
2019-05-25 | Make cmd_log_argv take a printf-like format for the prefix. | Nicholas Marriott |
2019-05-23 | unbreak build, okay nicm@ | Marc Espie |
2019-05-23 | Fix line numbers - commands are added after the line ends so they need to | Nicholas Marriott |
2019-05-23 | Use the same argument escaping code for options as well. | Nicholas Marriott |
2019-05-23 | Environment variables can start with { also. | Nicholas Marriott |
2019-05-23 | Fix drawing of status-right when it is aligned to the centre, GitHub | Nicholas Marriott |
2019-05-23 | Break the argument escaping code into a separate function and use it to | Nicholas Marriott |
2019-05-23 | Don't remove group items for group 0 (no group). | Nicholas Marriott |
2019-05-23 | Fix length calculation for pasting UTF-8 characters in the status line, | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-22 | Fix crash if window doesn't exist, GitHub issue 1751. | Nicholas Marriott |
2019-05-21 | document brk_string slightly better | Marc Espie |
2019-05-21 | fix very stupid bug. | Marc Espie |
2019-05-21 | Also apply stricter pledge when secure mode is set via rc file or command. | Martijn van Duren |
2019-05-21 | Do not print the style message "missing date" when the date is given | Ingo Schwarze |
2019-05-21 | Fix a couple of Ta from Alphonse Mariya. | Nicholas Marriott |
2019-05-20 | Fix ordering of source-file with multiple files and add flags to load_cfg. | Nicholas Marriott |
2019-05-20 | Replace the various identical error callbacks with a single one in cmd-queue.c. | Nicholas Marriott |
2019-05-20 | Add a helper to allocate a cmd_list. | Nicholas Marriott |
2019-05-20 | tweak previous; | Jason McIntyre |
2019-05-20 | Fix the color space parameter in RGB SGR, from Brad Town. | Nicholas Marriott |
2019-05-20 | embiggen format buffer size for certificate serial number so | Damien Miller |
2019-05-20 | When signing certificates with an RSA key, default to using the | Damien Miller |
2019-05-19 | Fix integer overflow in block size calculation. | Alexandre Ratchov |
2019-05-18 | Move the single command flag (CMD_CONTROL) into the shared flags. | Nicholas Marriott |
2019-05-17 | Change a couple of ACS characters to be more sensible and add a few | Nicholas Marriott |
2019-05-17 | Initialize default size variables, from Thomas Adam. | Nicholas Marriott |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
2019-05-16 | Move a variable declaration to the block where it's used to make things | Darren Tucker |
2019-05-16 | unveil "w" on ttys was too strict, introducing a failure condition | Theo de Raadt |
2019-05-15 | trivial patch to at least make the buggy functions control_char() | Ingo Schwarze |
2019-05-15 | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 | Nicholas Marriott |
2019-05-15 | trivial replacement of the home-grown IS_ASCII_OCTET() | Ingo Schwarze |
2019-05-15 | Clean up all major UTF-8 issues in cvt.c. | Ingo Schwarze |
2019-05-15 | UTF-8 cleanup in the function cmd_putstr(). | Ingo Schwarze |
2019-05-15 | improve wrong markup and poor wording regarding the -t argument | Ingo Schwarze |
2019-05-15 | Display "bytes received" like the csrg ftp used to when the progressbar | Florian Obser |
2019-05-15 | Add the -m flag to the ftp.1 man page. | kmos |
2019-05-15 | re-indent bwscoll() after previous commit; no binary change | Ingo Schwarze |
2019-05-15 | Cleanup: | Ingo Schwarze |