| Commit message (Expand) | Author | Age | Files | Lines |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Introduce "prefer-language" environment variable, | André Malo | 2003-01-28 | 1 | -43/+94 |
* | Set the appropriate mime response headers for negotated type-map | William A. Rowe Jr | 2002-11-25 | 1 | -1/+28 |
* | use memcpy() instead of strncpy() since strncpy() is more expensive but | Jeff Trawick | 2002-11-18 | 1 | -1/+5 |
* | don't lose const looking for that '/' | Jeff Trawick | 2002-08-09 | 1 | -1/+1 |
* | Security rollup for 2.0.40 release. Tag and roll baby. | William A. Rowe Jr | 2002-08-09 | 1 | -10/+17 |
* | catch up with the apr_atoll -> apr_atoi64 rename | William A. Rowe Jr | 2002-08-03 | 1 | -1/+1 |
* | Replace atol() calls which should return long long with apr_atoll() calls. | Wilfredo Sanchez | 2002-07-24 | 1 | -1/+1 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 1 | -1/+1 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -8/+8 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -3/+5 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -1/+1 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Resolve the issue Jeff pointed out in his recently added comment. That | Sander Striker | 2002-03-12 | 1 | -6/+8 |
* | add a comment to point out a potential segfault | Jeff Trawick | 2002-03-12 | 1 | -1/+5 |
* | Address the issue raised on list that users with a LanguagePriority | William A. Rowe Jr | 2002-02-13 | 1 | -9/+18 |
* | Many of our platform's apr_dir_read() aren't returning APR_FINFO_TYPE, | William A. Rowe Jr | 2002-01-29 | 1 | -1/+8 |
* | backing out fix for missing path info and query string. wrowe beat me to | Greg Ames | 2002-01-28 | 1 | -4/+0 |
* | handle_multi: pass along the original path info and query string if | Greg Ames | 2002-01-28 | 1 | -6/+8 |
* | Shortcut where the resource has no language [discovered with no | William A. Rowe Jr | 2002-01-27 | 1 | -1/+1 |
* | Which PR? I can't count them all. Get QUERY_STRING and PATH_INFO | William A. Rowe Jr | 2002-01-27 | 1 | -6/+10 |
* | Need a null language_priority array for an either/or choice in the | William A. Rowe Jr | 2002-01-01 | 1 | -3/+6 |
* | Thanks Mr. Trawick, backtraces can be very enlightening. | William A. Rowe Jr | 2002-01-01 | 1 | -5/+6 |
* | get rid of an unused variable | Jeff Trawick | 2001-12-30 | 1 | -1/+0 |
* | Introduce the ForceLanguagePriority options; | William A. Rowe Jr | 2001-12-30 | 1 | -73/+77 |
* | Modified for clarity. | Aaron Bannert | 2001-12-13 | 1 | -1/+2 |
* | rename variable "except" to avoid colliding with a macro of the | Jeff Trawick | 2001-10-03 | 1 | -4/+4 |
* | Fix a mismatching issue, where index.html.foo.en had recognized .html and | William A. Rowe Jr | 2001-10-03 | 1 | -15/+30 |
* | This patch eliminates the wasteful run-time conversion of method names from | Justin Erenkrantz | 2001-09-19 | 1 | -1/+1 |
* | After committing Brian Havard's fix to Unix file_io yesterday, | Jeff Trawick | 2001-08-30 | 1 | -1/+1 |
* | This small patch I committed last week broke the transparent negotiation | William A. Rowe Jr | 2001-08-28 | 1 | -1/+1 |
* | Eliminate proxy: (and all other 'special') processing from the | William A. Rowe Jr | 2001-08-26 | 1 | -0/+1 |
* | APR returns APR_EOF, not EOF... | Jeff Trawick | 2001-08-24 | 1 | -3/+2 |
* | temporarily back out the buffering of .var files while folks | Jeff Trawick | 2001-08-24 | 1 | -1/+1 |
* | protect const-ness of variant->file_name by using ap_strchr_c() instead | Jeff Trawick | 2001-08-24 | 1 | -1/+1 |
* | Add the config of the ForceLanguagePriority directive, since we seem | William A. Rowe Jr | 2001-08-24 | 1 | -10/+45 |
* | buffer .var maps to avoid asking the kernel for one byte at a | Jeff Trawick | 2001-08-24 | 1 | -1/+1 |
* | please no // in Apache code... it doesn't compile everywhere | Jeff Trawick | 2001-08-23 | 1 | -3/+4 |
* | This is the Body:tag\n<Content>*tag\n patch for type map files. If the | William A. Rowe Jr | 2001-08-20 | 1 | -12/+131 |
* | A debatable change, to return (an absolute) 404 if some of the extentions | William A. Rowe Jr | 2001-08-07 | 1 | -1/+1 |
* | Change the error wording, slightly. | William A. Rowe Jr | 2001-08-07 | 1 | -1/+1 |
* | Thanks goes to Manoj, while commenting on another issue, for triggering | William A. Rowe Jr | 2001-08-07 | 1 | -0/+12 |
* | Remove the ->mtime reset back to negotiation, who decided to do this. | William A. Rowe Jr | 2001-08-06 | 1 | -0/+6 |
* | Fix typo from extracting the fast-redirect code | William A. Rowe Jr | 2001-08-06 | 1 | -1/+1 |
* | The real slim shady finally stood up. This patch segregates the fast | William A. Rowe Jr | 2001-08-06 | 1 | -32/+16 |
* | minimal changes to get it to compile | Jeff Trawick | 2001-08-04 | 1 | -12/+14 |
* | Subtle variation for security. If the mod_mime file has nothing specific | William A. Rowe Jr | 2001-08-04 | 1 | -22/+39 |
* | Solve the major underlying problem of content negotation by passing | William A. Rowe Jr | 2001-08-04 | 1 | -1/+31 |
* | Minor quibble, <li> can and should be a balanced tag | William A. Rowe Jr | 2001-07-28 | 1 | -2/+2 |