]> granicus.if.org Git - apache/history - server/util_script.c
Merge r1741310, r1741461 from trunk:
[apache] / server / util_script.c
2016-04-27 Jeff TrawickMerge r1734947, 1735952 from trunk:
2016-04-01 Yann YlavicMerge r1705217 from trunk:
2016-03-02 Jim JagielskiMerge r1729930, r1729931 from trunk:
2016-02-18 Jim JagielskiMerge r1725485 from trunk:
2015-11-03 Jim JagielskiMerge r1710380, r1710391 from trunk:
2015-09-28 Stefan Eissingmerged current 2.4.x and ap_mmn.h update by minfrin
2015-09-26 Graham Leggettutil_script: Make REDIRECT_URL a complete URL (where...
2015-04-15 Jeff TrawickMerge r1642847 and r1673155 from trunk so that yesterda...
2014-09-05 Jim JagielskiMerge r1611978, r1612068 from trunk:
2014-08-31 Jim JagielskiMerge r1615026 from trunk:
2013-09-14 Graham LeggettEasy votes: sync 2.4 and trunk
2013-04-15 Jim JagielskiMerge r1452128 from trunk:
2012-12-03 Jim JagielskiMerge r1337344, r1378178, r1397636, r1398025, r1398040...
2012-09-24 Jim JagielskiMerge r1376695, r1376700 from trunk:
2012-07-22 Rainer JungLog the value of Status header lines in script response...
2012-04-27 Jim JagielskiMerge r1311174 from trunk:
2012-02-14 Stefan FritschMerge r1244211:
2012-02-09 Jim JagielskiMerge r1242351 from trunk:
2011-12-14 Graham LeggettBackport:
2011-11-30 Graham LeggettBackport:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-17 Stefan FritschMake the SERVER_NAME variable include [ ] for literal...
2011-07-16 Stefan FritschAdd more (trace) logging to the ap_scan_script_header...
2011-07-16 Stefan Fritschimprove readability of 'malformed header from script...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2010-12-30 Stefan FritschMake the REQUEST_SCHEME variable available to scripts...
2010-12-28 Stefan FritschLog a trace message if we drop a header with an invalid...
2010-12-28 Stefan FritschMove duplicated code into utility functions
2010-12-28 Stefan FritschWhen exporting request headers to HTTP_* environment...
2010-09-23 William A. Rowe JrBecause PATH and the library path are closely interrela...
2010-07-19 Nick KewEnable SetEnv to set PATH
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-09-29 Guenter Knaufadded comment about the never reached return statement.
2009-08-26 Brian HavardBring back OS/2 support.
2009-03-31 Nick Kewhttp://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2
2009-03-30 Nick KewHTTPD script support
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickremove BeOS OS support
2009-01-02 William A. Rowe Jrdocument some nonsense it may be sizeof off_t > sizeof...
2008-12-27 Nick KewCGI: return 504 (Gateway timeout) rather than 500 when...
2008-12-07 Paul QuernaRemove commented out block that wouldn't even work...
2008-12-07 Paul QuernaDon't pass in a pool to to argstr_to_table, and duplica...
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaNew API, ap_body_to_table, a very ineffeicent and bad...
2008-12-05 Paul QuernaAdd new api, ap_args_to_table, to parse a request's...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-08-06 Jim Jagielskidetabify
2007-05-27 Ruediger Pluem* Also add a possible ETag header to r->headers_out...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-20 Nick KewPR#38070: When a CGI script emits an explicit "Status...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-06-21 Nick KewPR: 10775
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-08-01 Justin ErenkrantzRemove deprecated APR_STATUS_IS_SUCCESS() macro in...
2004-06-16 Joe Orton* server/util_script.c (ap_scan_script_header_err_core...
2004-05-11 André Malo:set tabstop=8
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-12-05 Jeff Trawickstop using apr_sockaddr_port_get() accessor function...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-07-14 André MaloRemember an authenticated user during internal redirect...
2003-02-03 André Malofinished that boring job:
2002-10-02 William A. Rowe Jr *) SECURITY: [CAN-2002-0840] HTML-escape the address...
2002-06-23 William A. Rowe Jr Use apr_ flavors of ischar()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-22 Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-03-31 Brian HavardHandle CR/LF terminated lines from CGI scripts.
2002-03-30 Brian PaneFix for a bug that I introduced when eliminating the...
2002-03-23 Brian PaneChanged mod_cgi to not do single-byte reads to consume the
2002-03-20 Bill StoddardCommit 2 of 2 to:
2002-03-20 Bill StoddardFinal commit to add ap_rset_content_type accessor....
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-12-02 Brian PaneOptimization: changed some apr_pstrndup calls to apr_ps...
2001-11-24 Brian Paneoptimize ap_add_common_vars() for the common case where...
2001-11-22 Brian Paneminor performance fix for ap_add_common_vars(): replace...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-10 Ryan BloomImprove http2env's performance by cutting the work...
2001-09-24 William A. Rowe Jr PATHEXT is a critial Win32 cmd.exe variable that...
2001-09-10 William A. Rowe Jr This patch is insufficient (highlights an existing...
2001-09-04 Ryan BloomBack out the 1.45 change to util_script.c. This change...
2001-08-23 William A. Rowe Jr Why two ifdef blocks? This is simpler to read
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-25 David ReidAnother of the long term issues cleared up. BeOS can...
2001-06-06 Jeff Trawickuse apr-util's apr_date_parse_http() instead of the...
2001-05-08 Doug MacEachernsurprised -Wall does not complain, but ap_scan_script_h...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
next