index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_negotiation.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
mod_negotiation: Preserve query string over multiviews negotiation.
Nick Kew
2010-02-23
1
-0
/
+3
*
* Escape pathes of filenames in 406 responses to avoid HTML injections and
Ruediger Pluem
2009-03-12
1
-2
/
+2
*
Disabled DefaultType directive and removed ap_default_type()
Roy T. Fielding
2009-01-30
1
-4
/
+2
*
more tab cleanups
Jim Jagielski
2008-06-13
1
-2
/
+2
*
Sub-requests are created and used with two purposes; sometimes
Dirk-Willem van Gulik
2008-02-09
1
-3
/
+5
*
mod_negotiation: preserve Query String in resolving a type map
Nick Kew
2007-08-14
1
-2
/
+16
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
* server/core.c (default_handler): Use apr_brigade_insert_file() to
Joe Orton
2006-06-14
1
-4
/
+3
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
* Minor performance tweak by reusing already calculated strlen in get_body.
Ruediger Pluem
2005-11-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-1
/
+1
*
Check an alternative return value for when a file or directory does not exist...
Paul Querna
2005-07-20
1
-1
/
+6
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
parse content-length correctly using apr_strtoff function
André Malo
2004-05-25
1
-2
/
+13
*
save some cycles
André Malo
2004-05-25
1
-4
/
+2
*
don't return forbidden, if the file was just not found.
André Malo
2004-04-17
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-1
/
+1
*
make sure, the preferred language gets its chance, even when it's not
André Malo
2003-05-05
1
-1
/
+10
*
mod_negotiation: quality values are now parsed independent from
André Malo
2003-03-11
1
-2
/
+61
*
Extend mod_negotiation to evaluate the environment variables
André Malo
2003-03-02
1
-0
/
+51
*
fix style and WS issues. No code changes.
André Malo
2003-03-01
1
-128
/
+149
*
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
[next]