]> granicus.if.org Git - apache/history - server/util_md5.c
Fix a bug in how we select the IP for the POD to connect to for dummy
[apache] / server / util_md5.c
2001-11-28 Doug MacEachernuse apr_pstrndup() instead of apr_pstrdup() to avoid...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-11-07 Ryan BloomConvert a lot of apr_ssize_t to apr_size_t. We don...
2000-10-25 Jeff TrawickGet rid of the xlate version of ap_md5_digest()
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-01 Jeff TrawickFix a SIGSEGV in ap_md5digest() (bad parms to ap_seek...
2000-05-18 Jeff TrawickFix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDIC
2000-05-11 Jeff TrawickEBCDIC: Update util_md5.c routines to use APR-ized...
2000-04-23 Roy T. FieldingFinished move of ap_md5 routines to apr_md5. Removed...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
1999-12-19 David ReidRemove some nuisance warnings by changing int to ap_ssi...
1999-12-11 Ryan BloomGet rid of an instance of ap_file_os_t from the Apache...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingReplace all alarms and timeouts with a mutex on alloc.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.