Age | Commit message (Expand) | Author |
2014-11-08 | Two improvements to reflow from Balazs Kezes: | Nicholas Marriott |
2014-11-08 | Empty strings should be false too for #{?}, from Marc Finet. | Nicholas Marriott |
2014-11-07 | More OPENSSL_NO_TLSEXT clean up. | Joel Sing |
2014-11-07 | Document the -servername option for openssl(1) s_client. | Joel Sing |
2014-11-07 | V should be vi not emacs, also sort. From Theo Buehler. | Nicholas Marriott |
2014-11-06 | Let -Tascii \(bu (bullet) output agree with groff; | Ingo Schwarze |
2014-11-06 | TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT, | Joel Sing |
2014-11-06 | ssl_sock_init() does nothing, so remove it... | Joel Sing |
2014-11-06 | i renamed the mbuf pool. | David Gwynne |
2014-11-06 | Clean up unused header files and docs referring to them. | Anthony J. Bentley |
2014-11-06 | Wrap when copy mode is used for output, from Balazs Kezes. | Nicholas Marriott |
2014-11-06 | Remove old curses support in vi. | Anthony J. Bentley |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |
2014-11-05 | Tidy up mode-mouse check. | Nicholas Marriott |
2014-11-05 | Do not put a space between status-left/status-right and the window list, | Nicholas Marriott |
2014-11-04 | simple select() to poll() conversion; reviewed by millert and doug | Theo de Raadt |
2014-11-04 | bounds check, apply from upstream devel/libmagic | Theo de Raadt |
2014-11-03 | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze |
2014-11-03 | Put the socket splicing fields into a seperate struct sosplice that | Alexander Bluhm |
2014-11-03 | hoist blowfish up and use bcrypt_newhash directly | Ted Unangst |
2014-11-03 | comment out no-tab-mode, since mg is currently compiled without it; | Jason McIntyre |
2014-11-03 | introspection feature: ${MAKEFILE_LIST} contains the list of makefiles | Marc Espie |
2014-11-02 | revert, i did NOT ok this diff which bears no proof of testing in a bulk or x... | Jasper Lievisse Adriaanse |
2014-11-02 | update documentation regarding localcipher only | Ted Unangst |
2014-11-02 | Allow for requests such as "foo != some.version". | Jeremie Courreges-Anglas |
2014-11-01 | remove support for creating any password style that's not blowfish. | Ted Unangst |
2014-11-01 | update currency exchange rates; | Jason McIntyre |
2014-11-01 | Use struct buf in libroff, it is very natural there | Ingo Schwarze |
2014-11-01 | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze |
2014-11-01 | fix a typo causing crashes in Unicode string length measurement | Ingo Schwarze |
2014-10-31 | Remove ephemeral RSA key handling. | Joel Sing |
2014-10-31 | Use automatic DH ephemeral parameters instead of fixed 512 bit. | Joel Sing |
2014-10-31 | Update ftp(1) to use libtls instead of libressl. | Joel Sing |
2014-10-31 | redirect error output to stderr instead of stdout | Gleydson Soares |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-10-30 | my mistake. we already did increase buffers to 16k; increasing to 64k | Ted Unangst |
2014-10-30 | rework the poll loop to poll in both directions so it doesn't get stuck | Ted Unangst |
2014-10-30 | use ressl constant; from Jan Klemkow | Ted Unangst |
2014-10-30 | mandoc.1: fix a macro error in previous | Jason McIntyre |
2014-10-30 | support UTF-8 and ISO-8859-1 input by integrating modified parts | Ingo Schwarze |
2014-10-29 | Some fine tuning of console rendering of named special characters. | Ingo Schwarze |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |
2014-10-28 | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-28 | Tighten Unicode escape name parsing. | Ingo Schwarze |
2014-10-28 | Refine -Tascii rendering of Unicode characters, mostly to better agree | Ingo Schwarze |
2014-10-27 | Merge linkw and movew which are virtually identical. | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-10-27 | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze |
2014-10-27 | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze |