]> granicus.if.org Git - apache/history - modules/mappers/mod_negotiation.c
Eliminate all assumptions that finfo.protection reflects the existance
[apache] / modules / mappers / mod_negotiation.c
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-23 William A. Rowe Jr Accomodate the change to the apr_read_dir() arguments...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2000-12-17 Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
2000-11-29 William A. Rowe Jr Clean up some compiler warnings (there remain some...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
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-26 dgaudet- fix POOL_DEBUG ... restored the ap_pool_joins that...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-20 Ben LaurieFix warning.
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-06-17 David Reidap_pool_join is a debugging function so remove it.
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-06 Ryan BloomMake the server work without asking for buffered file...
2000-04-05 Allan K. EdwardsGet mod_negotiation working. We may ultimately need...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-21 Tony FinchExplain the changed syntax of CacheNegotiatedDocs
2000-03-14 dgaudet+1000 on dirk's change... and add a TODOC: which is...
2000-03-14 Dirk-Willem van... Take my chance and try to sneak in a very nasty change...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-18 Ryan BloomThis is a huge change to the configure system. Basical...
2000-01-10 Brian HavardRework ap_finfo_t to split the file type out of the...
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-10-06 Ryan BloomBring file_io up to the new parameter order for APR...
1999-10-04 Ryan BloomSimple name change. the function ap_gets has been...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-11 Ben LaurieUse return status instead of character value for EOF.
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. FieldingStart to implement module-defined hooks that are a...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.