Age | Commit message (Expand) | Author |
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 |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2014-10-26 | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-10-26 | remove unused variables | Charles Longeau |
2014-10-26 | POLLIN is not guaranteed to be set in revents for EOF so check for | Todd C. Miller |
2014-10-26 | Move the #define _KERNEL wrapping to only cover <sys/file.h> | Philip Guenther |
2014-10-26 | Add parentheses to suppress compiler warning. | Brad Smith |
2014-10-26 | Place additional parantheses around readdir() and check return does not | Brad Smith |
2014-10-25 | With the current architecture, we can't support inline equations | Ingo Schwarze |
2014-10-25 | Fix a NULL pointer dereference reported | Ingo Schwarze |
2014-10-25 | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze |
2014-10-25 | Add pane_input_off format, from Anish R Athalye. | Nicholas Marriott |
2014-10-24 | tedu networks(5) support; | Ingo Schwarze |
2014-10-24 | This tool doesn't actually support networks(5). | Ingo Schwarze |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-23 | Remove networks(5) support. | Ingo Schwarze |
2014-10-22 | make the description of the syntax of function lists agree | Ingo Schwarze |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-22 | Merge unlink-window into kill-window. | Nicholas Marriott |
2014-10-22 | document the special \c escape sequence that can only be used with %b; | Ingo Schwarze |
2014-10-22 | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | Joel Sing |
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing |