summaryrefslogtreecommitdiff
path: root/server/util_md5.c
Commit message (Expand)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-7/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Sync with APR-util deprecated functions.Justin Erenkrantz2003-11-161-3/+3
* Speed up ap_md5digest() a little.Joe Orton2003-07-171-3/+2
* finished that boring job:André Malo2003-02-031-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* use apr_pstrndup() instead of apr_pstrdup() to avoid a strlen call inDoug MacEachern2001-11-281-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-9/+9
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-1/+1
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-1/+1
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-1/+1
* Get rid of the xlate version of ap_md5_digest()Jeff Trawick2000-10-251-27/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-5/+5
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-071-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-4/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-23/+23
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Fix a SIGSEGV in ap_md5digest() (bad parms to ap_seek()). This is usedJeff Trawick2000-06-011-2/+4
* Fix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDICJeff Trawick2000-05-181-4/+1
* EBCDIC: Update util_md5.c routines to use APR-ized ap_MD5*()Jeff Trawick2000-05-111-4/+12
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-231-6/+6
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-5/+5
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* Remove some nuisance warnings by changing int to ap_ssize_t.David Reid1999-12-191-1/+1
* Get rid of an instance of ap_file_os_t from the Apache source. I willRyan Bloom1999-12-111-6/+8
* Cleanup the ZZZ comments. Basically these used to mark places where APRRyan Bloom1999-11-161-4/+0
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-2/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-5/+5
* Replace all alarms and timeouts with a mutex on alloc.Roy T. Fielding1999-08-261-10/+14
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+229