summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_autoindex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-1/+1
* if we autoindex, discard the request body and check for anyJeff Trawick2002-05-311-0/+6
* Renames:Cliff Woolley2002-05-181-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Fix HTML 3.2 validation error: &O is not a valid entity. Should be &OCliff Woolley2002-04-211-5/+9
* Fix mod_autoindex output with SuppressRules turned on.Cliff Woolley2002-04-211-0/+3
* Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.Sander Striker2002-04-131-2/+2
* This is a HACK! The problem is that the fast_internal_redirect isRyan Bloom2002-04-051-1/+25
* Commit 1 of 2 to:Bill Stoddard2002-03-201-2/+2
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-2/+2
* next_filter of NULL to any ap_sub_req_lookup*() fn implies the subreqWilliam A. Rowe Jr2002-03-011-2/+2
* That check is superfluous since we must have savename definedJustin Erenkrantz2002-02-071-4/+2
* Allow mod_autoindex to serve symlinks if permitted and optimize our statsJustin Erenkrantz2002-02-071-3/+28
* Vetoed by KenCliff Woolley2002-02-051-2/+1
* List files that would result in HTTP_UNAUTHORIZED in addition toCliff Woolley2002-02-051-1/+2
* vetoing and backing out OtherBill's patch rev 1.91. This breaksGreg Ames2002-02-041-2/+2
* Which PR? I can't count them all. Get QUERY_STRING and PATH_INFOWilliam A. Rowe Jr2002-01-271-1/+1
* This otherwise ineffectual patch allows modules to perform internalWilliam A. Rowe Jr2001-12-281-2/+2
* Get rid of identifiers called 'stat' so we don't conflict with the libcAaron Bannert2001-12-271-4/+4
* Just style changes. Really just 's/\t/ /' since the tabstop alignmentAaron Bannert2001-12-271-775/+776
* Style-guide fixes, no functional changes.Ken Coar2001-10-251-73/+128
* Restrict by content type and encoding before we go and try to drag in someWilliam A. Rowe Jr2001-10-201-4/+23
* Assure that non-FancyIndexed listings properly shortcut dir entries,William A. Rowe Jr2001-08-191-2/+4
* Update the Apache code to account for the XtOffset change in APR.Ryan Bloom2001-08-191-1/+1
* Fix a small bug that limited the description's width to the filename's width.William A. Rowe Jr2001-08-141-2/+2
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Thanks rbb, and the modproxy-dev autobuild report for pointing these out.William A. Rowe Jr2001-08-071-4/+2
* All mod_autoindex query parsing is now quietly quashed with theWilliam A. Rowe Jr2001-08-071-70/+163
* Formatted output changes only...William A. Rowe Jr2001-08-071-108/+335
* remove a gcc warning, leave object code unchangedJeff Trawick2001-08-031-1/+1
* Save hundreds of cycles on every autoindex request by _not_ attemptingWilliam A. Rowe Jr2001-08-031-50/+73
* That's enough for tonight ... gheesh. Allow 2xx + OK (0) results fromWilliam A. Rowe Jr2001-08-031-1/+1
* Allow a slightly larger range of acceptable responses.William A. Rowe Jr2001-08-031-1/+1
* Fix some major brokenness. We were not validating that the autoindexWilliam A. Rowe Jr2001-08-031-23/+30
* Begone ancient beast. IndexOptions FancyIndexing is sufficiently lessWilliam A. Rowe Jr2001-08-031-22/+2
* Throw back in the newline, just for source legibility.William A. Rowe Jr2001-07-291-1/+1
* Correct a subtle reflow problem (evident in Mozilla Gecko/20010505) thatWilliam A. Rowe Jr2001-07-291-5/+2
* Minor quibble, <li> can and should be a balanced tagWilliam A. Rowe Jr2001-07-281-2/+2
* More pedantic changes to create HTML 3.2/4.01 Transitional andWilliam A. Rowe Jr2001-07-281-41/+36
* Reviewing my own commit logs ... dang did this look silly.William A. Rowe Jr2001-07-261-1/+1
* More signedness fixesWilliam A. Rowe Jr2001-07-251-3/+4
* Change over to apr_strfsize() for apr_off_t file size formatting.William A. Rowe Jr2001-07-251-2/+3
* Changes to respect the new apr bucket and brigade length types (eitherWilliam A. Rowe Jr2001-07-241-1/+1
* s/cont/pool/David Reid2001-07-071-7/+7
* Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex.William A. Rowe Jr2001-06-271-7/+8
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-2/+0
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-0/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-1/+1