summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_negotiation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of an unused variableJeff Trawick2001-12-301-1/+0
* Introduce the ForceLanguagePriority options;William A. Rowe Jr2001-12-301-73/+77
* Modified for clarity.Aaron Bannert2001-12-131-1/+2
* rename variable "except" to avoid colliding with a macro of theJeff Trawick2001-10-031-4/+4
* Fix a mismatching issue, where index.html.foo.en had recognized .html andWilliam A. Rowe Jr2001-10-031-15/+30
* This patch eliminates the wasteful run-time conversion of method names fromJustin Erenkrantz2001-09-191-1/+1
* After committing Brian Havard's fix to Unix file_io yesterday,Jeff Trawick2001-08-301-1/+1
* This small patch I committed last week broke the transparent negotiationWilliam A. Rowe Jr2001-08-281-1/+1
* Eliminate proxy: (and all other 'special') processing from theWilliam A. Rowe Jr2001-08-261-0/+1
* APR returns APR_EOF, not EOF...Jeff Trawick2001-08-241-3/+2
* temporarily back out the buffering of .var files while folksJeff Trawick2001-08-241-1/+1
* protect const-ness of variant->file_name by using ap_strchr_c() insteadJeff Trawick2001-08-241-1/+1
* Add the config of the ForceLanguagePriority directive, since we seemWilliam A. Rowe Jr2001-08-241-10/+45
* buffer .var maps to avoid asking the kernel for one byte at aJeff Trawick2001-08-241-1/+1
* please no // in Apache code... it doesn't compile everywhereJeff Trawick2001-08-231-3/+4
* This is the Body:tag\n<Content>*tag\n patch for type map files. If theWilliam A. Rowe Jr2001-08-201-12/+131
* A debatable change, to return (an absolute) 404 if some of the extentionsWilliam A. Rowe Jr2001-08-071-1/+1
* Change the error wording, slightly.William A. Rowe Jr2001-08-071-1/+1
* Thanks goes to Manoj, while commenting on another issue, for triggeringWilliam A. Rowe Jr2001-08-071-0/+12
* Remove the ->mtime reset back to negotiation, who decided to do this.William A. Rowe Jr2001-08-061-0/+6
* Fix typo from extracting the fast-redirect codeWilliam A. Rowe Jr2001-08-061-1/+1
* The real slim shady finally stood up. This patch segregates the fastWilliam A. Rowe Jr2001-08-061-32/+16
* minimal changes to get it to compileJeff Trawick2001-08-041-12/+14
* Subtle variation for security. If the mod_mime file has nothing specificWilliam A. Rowe Jr2001-08-041-22/+39
* Solve the major underlying problem of content negotation by passingWilliam A. Rowe Jr2001-08-041-1/+31
* Minor quibble, <li> can and should be a balanced tagWilliam A. Rowe Jr2001-07-281-2/+2