summaryrefslogtreecommitdiff
path: root/include/apr_md5.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-6/+6
* Fix doxygen error + be consistent in parameter namingChristophe Jaillet2015-03-251-3/+3
* Add support for bcrypt encoded passwords.Stefan Fritsch2012-07-051-2/+16
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-7/+7
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+162
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thisWilliam A. Rowe Jr2002-07-171-187/+0
* Leftovers from my size_t hunt before the weekend.William A. Rowe Jr2002-07-081-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Add the rest of the doxygen changes for APR.Ryan Bloom2001-08-121-7/+8
* - adds some trivial error checking. Maybe someoneJustin Erenkrantz2001-06-041-0/+11
* Code reformat and APRization of types.Justin Erenkrantz2001-06-021-10/+8
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatWilliam A. Rowe Jr2001-05-151-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-11/+11
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-6/+6
* Make the APR headers sane.Greg Stein2000-11-261-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-5/+5
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-13/+14
* Document all of the public APR structures with DocBook.Ryan Bloom2000-08-051-8/+13
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-11/+11
* Update apr_md5.h to use ScanDocRyan Bloom2000-07-231-52/+34
* Document the MD5 functions in APR.Ryan Bloom2000-07-051-0/+61
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-5/+5
* Provide a dummy implementation of ap_MD5SetXlate() onJeff Trawick2000-05-181-0/+2
* serious bug fix:Jeff Trawick2000-05-061-3/+10
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-231-6/+6
* Replace APR_MD5_CTX with ap_MD5_ctx_t, as suggested by Bill Rowe.Roy T. Fielding2000-04-231-6/+8
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* The next step in removing the APR HAVE_*_H leak. This removes all of thoseRyan Bloom1999-12-011-7/+0
* Update some dependancies. Move the final two files out of apr/inc and intoRyan Bloom1999-11-231-1/+0
* Begin to update apr/lib files to follow the standard APR function format.Ryan Bloom1999-11-221-5/+5
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-5/+5
* Initial revisionRyan Bloom1999-08-171-0/+128