summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_negotiation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* mod_negotiation: Preserve query string over multiviews negotiation.Nick Kew2010-02-231-0/+3
* * Escape pathes of filenames in 406 responses to avoid HTML injections andRuediger Pluem2009-03-121-2/+2
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-4/+2
* more tab cleanupsJim Jagielski2008-06-131-2/+2
* Sub-requests are created and used with two purposes; sometimesDirk-Willem van Gulik2008-02-091-3/+5
* mod_negotiation: preserve Query String in resolving a type mapNick Kew2007-08-141-2/+16
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-4/+3
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * Minor performance tweak by reusing already calculated strlen in get_body.Ruediger Pluem2005-11-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-1/+1
* Check an alternative return value for when a file or directory does not exist...Paul Querna2005-07-201-1/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* parse content-length correctly using apr_strtoff functionAndré Malo2004-05-251-2/+13
* save some cyclesAndré Malo2004-05-251-4/+2
* don't return forbidden, if the file was just not found.André Malo2004-04-171-1/+1
* 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
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* make sure, the preferred language gets its chance, even when it's notAndré Malo2003-05-051-1/+10
* mod_negotiation: quality values are now parsed independent fromAndré Malo2003-03-111-2/+61
* Extend mod_negotiation to evaluate the environment variablesAndré Malo2003-03-021-0/+51
* fix style and WS issues. No code changes.André Malo2003-03-011-128/+149
* finished that boring job:André Malo2003-02-031-1/+1
* Introduce "prefer-language" environment variable,André Malo2003-01-281-43/+94
* Set the appropriate mime response headers for negotated type-mapWilliam A. Rowe Jr2002-11-251-1/+28
* use memcpy() instead of strncpy() since strncpy() is more expensive butJeff Trawick2002-11-181-1/+5
* don't lose const looking for that '/'Jeff Trawick2002-08-091-1/+1
* Security rollup for 2.0.40 release. Tag and roll baby.William A. Rowe Jr2002-08-091-10/+17
* catch up with the apr_atoll -> apr_atoi64 renameWilliam A. Rowe Jr2002-08-031-1/+1
* Replace atol() calls which should return long long with apr_atoll() calls.Wilfredo Sanchez2002-07-241-1/+1
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-8/+8
* BUCKET FREELISTSCliff Woolley2002-03-291-3/+5
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Resolve the issue Jeff pointed out in his recently added comment. ThatSander Striker2002-03-121-6/+8
* add a comment to point out a potential segfaultJeff Trawick2002-03-121-1/+5
* Address the issue raised on list that users with a LanguagePriorityWilliam A. Rowe Jr2002-02-131-9/+18
* Many of our platform's apr_dir_read() aren't returning APR_FINFO_TYPE,William A. Rowe Jr2002-01-291-1/+8
* backing out fix for missing path info and query string. wrowe beat me toGreg Ames2002-01-281-4/+0
* handle_multi: pass along the original path info and query string ifGreg Ames2002-01-281-6/+8
* Shortcut where the resource has no language [discovered with noWilliam A. Rowe Jr2002-01-271-1/+1
* Which PR? I can't count them all. Get QUERY_STRING and PATH_INFOWilliam A. Rowe Jr2002-01-271-6/+10
* Need a null language_priority array for an either/or choice in theWilliam A. Rowe Jr2002-01-011-3/+6
* Thanks Mr. Trawick, backtraces can be very enlightening.William A. Rowe Jr2002-01-011-5/+6