]> granicus.if.org Git - apache/history - modules/generators/mod_autoindex.c
adjust remaining modules to use the new handler hook method (Alan Edwards)
[apache] / modules / generators / mod_autoindex.c
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-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-11-02 William A. Rowe Jr Two patches (sorry), first to clean up the double...
2000-10-25 William A. Rowe Jr Ok here it is: Win32 utf-8 native unicode filename...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-08 William A. Rowe Jr Missed it... another canonical error fix
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-23 Ryan BloomRemove apr_strnatcmp.h. All of the functions prototype...
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 Ryan BloomFix a couple of const warnings on Linux. This basicall...
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
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-24 Bill StoddardChange names of strnatcmp & strnatcasecmp to cpmply...
2000-04-24 dgaudetAdd `IndexOptions +VersionSort', to nicely sort filenames
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-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-10 David ReidSmall changes to remove some compiler complaints.
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-09 dgaudettime overhaul:
2000-01-07 Ryan BloomMove some modules over to using ap_time_t instead of...
2000-01-06 Ryan BloomNext pass at the time functions. This defines an ap_an...
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-11-23 Ryan BloomUpdate some dependancies. Move the final two files...
1999-11-09 Bill Stoddardmod_autoindex has a small bug when calling ap_readdir...
1999-10-24 Ben LaurieSize rigour.
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 BloomFirst patch to re-order function parameters. This...
1999-09-14 Ryan BloomA change to how APR uses user data. Now, user data...
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. FieldingRemove timeouts as part of pthreads changes.
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.