aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/mdXhl.c
Commit message (Expand)AuthorAgeFilesLines
* libmd: introduce functions that operate on an fd instead of filenameEd Maste2016-10-171-10/+26
* Improvements to the MDXFileChunk() template function:Jonathan T. Looney2016-01-141-29/+31
* Fix a file descriptor leak in mdXhl.c (which is used by numerous hashingJonathan T. Looney2015-12-301-4/+9
* increase buffer size to significantly increase performance...John-Mark Gurney2015-07-091-1/+1
* Unbreak MIPS build following rev. 282726Thomas Quinot2015-05-111-0/+6
* Ensure libmd symbols do not clash with libcryptoThomas Quinot2015-05-101-0/+9
* Avoid an infinite loop by ensuring that the amount of bytes read is greaterEnji Cooper2015-04-241-1/+1
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-171-1/+1
* Get this file closer to style(9).Poul-Henning Kamp2002-09-081-51/+55
* Fix a bug where calling MD5File(3) with a zero-length file generated anBruce A. Mah2002-09-061-0/+1
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* add __FBSDID()s to libmdMatthew Dillon2001-09-301-3/+3
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-03-171-7/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix bug in MDx test suite.Garrett Wollman1999-02-261-6/+6
* Make the MD* header files C++-aware. Also, string arguments are supposedJoerg Wunsch1997-08-251-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved #include of <sys/types.h> earlier so that this compiles whenBruce Evans1996-10-251-7/+8
* Fix a memory leak in MD[245]End()Poul-Henning Kamp1996-07-241-9/+8
* Change this to do what it should have done from the start.Poul-Henning Kamp1995-07-121-11/+14
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* No sense in copying the hex[] array in each call to MDXEnd(), it's aGarrett Wollman1995-04-271-2/+2
* Clean a bunch of -Wall warnings.Poul-Henning Kamp1995-02-241-4/+4
* Added "const" to the arguments here and there.Poul-Henning Kamp1994-11-071-1/+1
* Reviewed by: phkPoul-Henning Kamp1994-07-241-0/+68