index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util_script.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable SetEnv to set PATH
Nick Kew
2010-07-20
1
-1
/
+5
*
Drop ap_body_to_table due to missing constraints; a DoS waiting
William A. Rowe Jr
2010-06-10
1
-80
/
+0
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato
2009-12-29
1
-2
/
+2
*
Elaborate on low hanging XXX fruit
William A. Rowe Jr
2009-12-01
1
-1
/
+3
*
added comment about the never reached return statement.
Guenter Knauf
2009-09-29
1
-1
/
+1
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-1
/
+21
*
http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2
Nick Kew
2009-03-31
1
-4
/
+0
*
HTTPD script support
Nick Kew
2009-03-30
1
-0
/
+4
*
remove OS/2 platform support
Jeff Trawick
2009-03-27
1
-21
/
+1
*
remove BeOS OS support
Jeff Trawick
2009-03-26
1
-7
/
+1
*
document some nonsense it may be sizeof off_t > sizeof size_t.
William A. Rowe Jr
2009-01-02
1
-0
/
+3
*
CGI: return 504 (Gateway timeout) rather than 500 when a script
Nick Kew
2008-12-27
1
-2
/
+9
*
Remove commented out block that wouldn't even work in this context.
Paul Querna
2008-12-07
1
-4
/
+0
*
Don't pass in a pool to to argstr_to_table, and duplicate r->args before send...
Paul Querna
2008-12-07
1
-3
/
+3
*
New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq...
Paul Querna
2008-12-05
1
-0
/
+77
*
Add new api, ap_args_to_table, to parse a request's arguments into a table.
Paul Querna
2008-12-05
1
-0
/
+38
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
detabify
Jim Jagielski
2007-08-06
1
-11
/
+11
*
* Also add a possible ETag header to r->headers_out. We need to have it there
Ruediger Pluem
2007-05-27
1
-0
/
+3
*
Replace ap_get_server_version with ap_get_server_banner() and
Jeff Trawick
2006-09-05
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
PR#38070: When a CGI script emits an explicit "Status:" header,
Nick Kew
2006-01-20
1
-2
/
+15
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-19
/
+19
*
PR: 10775
Nick Kew
2005-06-21
1
-1
/
+5
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
veto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding
2004-10-24
1
-13
/
+12
*
WIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards
2004-10-22
1
-12
/
+13
*
Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against
Justin Erenkrantz
2004-08-01
1
-1
/
+1
*
* server/util_script.c (ap_scan_script_header_err_core): Set
Joe Orton
2004-06-16
1
-0
/
+3
*
:set tabstop=8
André Malo
2004-05-11
1
-234
/
+234
*
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
*
stop using apr_sockaddr_port_get() accessor function, as it will
Jeff Trawick
2003-12-05
1
-1
/
+1
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-2
/
+2
*
Remember an authenticated user during internal redirects if the
André Malo
2003-07-14
1
-0
/
+11
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
*) SECURITY: [CAN-2002-0840] HTML-escape the address produced by
William A. Rowe Jr
2002-10-02
1
-1
/
+2
*
Use apr_ flavors of ischar()
William A. Rowe Jr
2002-06-23
1
-2
/
+2
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-3
/
+3
*
Added the APLOG_TOCLIENT flag to ap_log_rerror() to
Bill Stoddard
2002-04-22
1
-4
/
+6
*
Handle CR/LF terminated lines from CGI scripts.
Brian Havard
2002-03-31
1
-1
/
+1
*
Fix for a bug that I introduced when eliminating the single-byte
Brian Pane
2002-03-30
1
-1
/
+1
*
Changed mod_cgi to not do single-byte reads to consume the
Brian Pane
2002-03-24
1
-0
/
+52
*
Commit 2 of 2 to:
Bill Stoddard
2002-03-20
1
-1
/
+1
*
Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyType
Bill Stoddard
2002-03-20
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
[prev]
[next]