summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
AgeCommit message (Expand)Author
2017-05-01Avoid dereferencing pointer at multiple places, instead use a local variable.abhinav
2017-05-01Remove the table name parameter from the check_md5 function.abhinav
2017-05-01Avoid copying strings where it is not needed.abhinav
2017-05-01Simplify handling of the section arguments in apropos(1).abhinav
2017-04-30Simplifyabhinav
2017-04-30Instead of dereferencing the pointer passed in as function argument, use aabhinav
2017-04-30Update the comment to be in sync with the code.abhinav
2017-04-30Use sqlite3_mprintf() to generate SQL query instead of asprintf.abhinav
2017-04-30Avoid a call to strncmp when comparing only the first character of the string.abhinav
2017-04-29Bring the comment in sync with code (after changes brought by the last commit).abhinav
2017-04-29Don't parse Nm macro when it occurs anywhere outside the NAME section.abhinav
2017-04-27Disable the database compression if DEBUG is defined.abhinav
2017-04-23Teach whatis(1) to handle MLINKSabhinav
2017-04-23Better handle MLINKS in apropos(1).abhinav
2017-04-21libarchive now needs cryptochristos
2017-04-20Use libarchive 3.x interface and not obsolete 2.x versions.joerg
2017-01-10Include <unistd.h> for R_OK W_OK STDOUT_FILENO access(2)kamil
2016-12-19Escape hyphen when parsing .Ndabhinav
2016-12-17Don't ignore symlinks.abhinav
2016-10-03We don't need to parse the sections we don't index, so stop early. Saves fewabhinav
2016-10-03With the latest release of mandoc, makemandb(8) started to parse someabhinav
2016-10-03Mark the section and md5_hash columns as unindexed in the FTS table, as they ...abhinav
2016-07-21Add -lz to makefile to fix the build.christos
2016-07-17Use deroff() from mandoc(3) to directly parse the Nd macro ratherabhinav
2016-07-17Fix extraction of section number and machine architecture from man pages.abhinav
2016-07-15Sync with API changes.christos
2016-07-06Fix an off by one issue when concatenating strings.abhinav
2016-07-06Avoid possible buffer overflow while parsing NAME section of man(7) pages.abhinav
2016-07-06Fix possible buffer overflow when concatenating strings.abhinav
2016-07-05Reuse variable from previous line.abhinav
2016-06-18Improve wording, and add reference to mandoc(3)abhinav
2016-06-17Fix grammar/spelling at few places.abhinav
2016-06-16Add man.conf(5) and man(1) in the SEE ALSO section.abhinav
2016-06-01Refactor the function for executing the search SQL query into two parts.abhinav
2016-05-30Add 'a' to the stopwords list. Ok from christosabhinav
2016-05-24Bring man pages in sync with reality.abhinav
2016-05-22Add options to whatis and apropos to accept custom man.conf.abhinav
2016-05-22Remove a trailing white space after .Nm (mandoc -Tlint was complaining about it)abhinav
2016-04-24CID 1358675: Wrong variable testchristos
2016-04-23add a newlinechristos
2016-04-13PR/51062: Abhinav Upadhyay: Allow non numeric sections to be indexed andchristos
2016-04-13PR/51040: Abhinav Upadhyay: Fix memory leakchristos
2016-04-13PR/51039: Abhinav Upadhyay: Check for return value of chdir(2)christos
2016-04-13PR/51038: Abhinav Upadhyay: check for access permissions to the sqlite databasechristos
2016-04-13PR/51034: Abhinav Upadhyay: Close database connection when failed to commitchristos
2016-03-31PR/51034: Abhinav Upadhyay: makemandb(8): Close database connection whenchristos
2016-03-31PR/51025: Abhinav Upadhyay: Remove unused includes from apropos-utils.cchristos
2016-03-31update with the final listchristos
2016-03-31PR/51018: Abhinav Upadhyay: Update stopwords list for apropos(1)christos
2016-03-31PR/51007: Abhinav Upadhyay: apropos.c: Remove unused includeschristos