Age | Commit message (Expand) | Author |
2014-01-06 | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze |
2014-01-06 | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze |
2014-01-06 | tedu unused macro. | Marc Espie |
2014-01-06 | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze |
2014-01-05 | Fix one case where a non-literal is used as format string. | Ingo Schwarze |
2014-01-05 | Merge NetBSD rev. 1.4: | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2014-01-05 | Rip out the complete "reachable" checks, without replacement. | Ingo Schwarze |
2014-01-05 | Remove the obsolete file name column from the mpages table. | Ingo Schwarze |
2014-01-05 | Remove the obsolete sec and arch columns from the mpages table. | Ingo Schwarze |
2014-01-05 | Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to | Ingo Schwarze |
2014-01-05 | Put section and architecture info into the keys table, | Ingo Schwarze |
2014-01-04 | New implementation of complex search criteria using \(, \), -a because | Ingo Schwarze |
2014-01-04 | use standard types and formats for size_t like variables. ok dtucker | Ted Unangst |
2014-01-04 | Properly validate index value received from CDDB server. | Tobias Stoeckmann |
2014-01-03 | signify into the build | Ted Unangst |
2014-01-03 | don't initialize declared variable with a function call | Ted Unangst |
2014-01-03 | replace hand rolled strchr with strchr | Ted Unangst |
2014-01-03 | let signify have an actual parameters: the file to sign/verify | Marc Espie |
2014-01-03 | terminate b64 encoded lines. decoding happily skips \n. | Marc Espie |
2014-01-03 | The whois() function is called in a loop so make sure we close the | Todd C. Miller |
2014-01-02 | Avoid "utf8" in the names of a function and a struct member | Ingo Schwarze |
2014-01-02 | Do not put UTF-8-encoded strings into the database by default, use ASCII. | Ingo Schwarze |
2014-01-02 | update currency exchange rates; | Jason McIntyre |
2014-01-02 | Polish the mlink_add() interface: | Ingo Schwarze |
2014-01-02 | Check all MLINKS for consistency with the content of the manual page, | Ingo Schwarze |
2014-01-02 | LDFLAGS -> LDADD, fixes build on static arches. | Miod Vallat |
2014-01-02 | display proper error messages for read/write. | Marc Espie |
2014-01-02 | Since the functions in read.c are part of the mandoc(3) library, | Ingo Schwarze |
2014-01-01 | revert to mostly lowercase options, with uppercase for actions. | Ted Unangst |
2013-12-31 | Yet another regression introduced by Kristaps when he switched from | Ingo Schwarze |
2013-12-31 | zap an erroneous space in "input .sig" (should be input.sig, with .sig not | Jason McIntyre |
2013-12-31 | remove assignments that will be overwritten right afterwards, | Ingo Schwarze |
2013-12-31 | various tweaks; ok tedu | Jason McIntyre |
2013-12-31 | Drop blocks and instert silence immediately in the socket rx/tx code | Alexandre Ratchov |
2013-12-31 | round client block size to nearest possble | Alexandre Ratchov |
2013-12-31 | nit | Marc Espie |
2013-12-31 | document file format | Ted Unangst |
2013-12-31 | another last minute bug i introduced. found by jturner | Ted Unangst |
2013-12-31 | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze |
2013-12-31 | update usage | Ted Unangst |
2013-12-31 | wha! commit a working version | Ted Unangst |
2013-12-31 | add signify, a tool to sign and verify signatures. | Ted Unangst |
2013-12-31 | Split buildnames() out of mansearch(); the latter function is getting | Ingo Schwarze |
2013-12-31 | Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version, | Ingo Schwarze |
2013-12-30 | refuse RSA keys from old proprietary clients/servers that use the | Damien Miller |
2013-12-30 | memory leak, Coverity CID 1748, Loganaden Velvindron | Theo de Raadt |
2013-12-30 | Oops, missed one: | Ingo Schwarze |
2013-12-30 | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze |
2013-12-30 | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013". | Ingo Schwarze |