index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
util_script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-23
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-23
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
*
Optimization: changed some apr_pstrndup calls to apr_pstrmemdup
Brian Pane
2001-12-02
1
-1
/
+1
*
optimize ap_add_common_vars() for the common case where r->subprocess_env is ...
Brian Pane
2001-11-24
1
-2
/
+11
*
minor performance fix for ap_add_common_vars(): replace printf with apr_itoa()
Brian Pane
2001-11-22
1
-1
/
+1
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-12
1
-3
/
+1
*
This patch changes the apr_table_elts macro so that it provides
Ian Holsman
2001-11-11
1
-4
/
+4
*
Improve http2env's performance by cutting the work it has to
Ryan Bloom
2001-11-10
1
-12
/
+20
*
PATHEXT is a critial Win32 cmd.exe variable that declares _which_ extensions
William A. Rowe Jr
2001-09-24
1
-0
/
+3
*
This patch is insufficient (highlights an existing problem) for OS2 and
William A. Rowe Jr
2001-09-10
1
-5
/
+2
*
Back out the 1.45 change to util_script.c. This change made
Ryan Bloom
2001-09-04
1
-1
/
+29
*
Why two ifdef blocks? This is simpler to read
William A. Rowe Jr
2001-08-23
1
-3
/
+1
*
Change over to apr_strfsize() for apr_off_t file size formatting.
William A. Rowe Jr
2001-07-25
1
-24
/
+0
*
Another of the long term issues cleared up. BeOS can now run
David Reid
2001-07-25
1
-1
/
+7
*
use apr-util's apr_date_parse_http() instead of the to-be-removed
Jeff Trawick
2001-06-06
1
-2
/
+2
*
surprised -Wall does not complain, but ap_scan_script_header_err_core() shoul...
Doug MacEachern
2001-05-08
1
-0
/
+2
*
tweak ap_get_remote_host() so that the caller can find out if she got
Jeff Trawick
2001-03-09
1
-1
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Clean up some of the includes:
Greg Stein
2001-02-10
1
-13
/
+11
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-9
/
+9
*
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
Jeff Trawick
2000-12-20
1
-2
/
+2
*
Force all Apache functions to be linked into the executable, whether they
Ryan Bloom
2000-12-19
1
-2
/
+2
*
Allow modules to specify the first module for a sub-request. This allows
Ryan Bloom
2000-11-22
1
-1
/
+2
*
updates to changed interfaces to apr_set_port(), apr_get_port(),
Jeff Trawick
2000-11-21
1
-1
/
+3
*
This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_port
David Reid
2000-11-08
1
-1
/
+1
*
Start of moving to apr_port_t in the server code. This will probably the first
David Reid
2000-11-08
1
-1
/
+1
*
We have functions that allow us to get the ports from the sockets, so use them
David Reid
2000-11-03
1
-2
/
+3
*
Remove original_uri. This is the same as r->unparsed_uri
Ryan Bloom
2000-10-21
1
-29
/
+1
[next]