]> granicus.if.org Git - apache/history - server/util_script.c
hostname: Test and log useragent_host per-request across various modules,
[apache] / server / util_script.c
2016-02-12 William A. Rowe Jrhostname: Test and log useragent_host per-request acros...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-10-24 Eric Covenerfollowup to r1710380 -- refactored name and didn't...
2015-10-24 Eric CovenerMake the fix for fully qualifying REDIRECT_URL from...
2015-09-25 Gregg Lewis Smithcore/util_script: relax alphanumeric filter of envirome...
2015-05-04 Nick KewMake REDIRECT_URL a complete URL (where set).
2014-12-02 Jeff Trawickcore: Add CGIPassAuth directive to control whether...
2014-08-01 Christophe JailletTurn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e...
2014-07-20 Christophe JailletAdd missing APLOGNO.
2013-03-03 Christophe JailletRemove useless tests.
2013-03-01 Christophe JailletAvoid some memory allocation on error path in 'http2env...
2012-08-28 Ryan Panremove an unnecessary check in a nest loop of ap_create...
2012-08-23 Chris DarrochApply the same length limit when logging Status header...
2012-07-17 Chris DarrochLog the value of Status header lines in script response...
2012-04-09 Stefan FritschFix error handling in ap_scan_script_header_err_brigade...
2012-02-14 Stefan FritschMake sure the getsfunc_*() functions used by ap_scan_sc...
2012-02-09 Jim JagielskiHandle cases, esp when using mod_proxy_fcgi, when we...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
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...
next