index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
generators
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
log an error when ap_runtime_dir_relative fails.
Giovanni Bechis
2023-04-05
1
-1
/
+4
*
Fix a possible NULL pointer dereference of ap_runtime_dir_relative()
Giovanni Bechis
2023-04-04
1
-0
/
+2
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-9
/
+6
*
mod_cgi[d]: Close the connection after handling nph- scripts.
Yann Ylavic
2022-01-28
1
-0
/
+3
*
event: Add support for non blocking behaviour in the
Graham Leggett
2022-01-21
1
-6
/
+9
*
add IndexForbiddenReturn404 to help silence scanners
Eric Covener
2021-10-21
1
-1
/
+7
*
mod_info: Output AP_MPMQ_MAX_DAEMONS instead of AP_MPMQ_MAX_DAEMON_USED.
Yann Ylavic
2021-10-13
1
-1
/
+1
*
* modules/generators/mod_cgid.c (cgid_server): Register cleanup for
Joe Orton
2021-03-16
1
-3
/
+3
*
Enable mod_cgid stderr handling via Unix socket fd transfer by
Joe Orton
2021-02-25
2
-16
/
+5
*
Fix a compilation error in maintainer mode and be consistent with 'make_autoi...
Christophe Jaillet
2020-10-04
1
-1
/
+1
*
Save a few bytes of memory in mod_autoindex
Christophe Jaillet
2020-10-04
1
-4
/
+6
*
Further re-unification of code duplicated across mod_cgi/mod_cgid into
Joe Orton
2020-09-08
3
-362
/
+206
*
* modules/generators/cgi_common.h (cgi_handle_response): Avoid trying
Joe Orton
2020-09-04
1
-0
/
+7
*
This not a hot path in RL use case, but looks to be one during testing with t...
Christophe Jaillet
2020-08-01
1
-1
/
+1
*
* modules/generators/mod_cgid.c (get_cgi_pid): Fix test for pid=0.
Joe Orton
2020-07-14
1
-4
/
+4
*
* modules/generators/mod_cgid.c (get_req): Add basic sanity
Joe Orton
2020-06-24
1
-0
/
+8
*
* modules/generators/mod_cgid.c (cgid_handler): Bail immediately with
Joe Orton
2020-06-23
1
-6
/
+8
*
Declare pre_translate hook in lua/info/log_debug/example modules, and docs.
Yann Ylavic
2020-06-22
1
-0
/
+1
*
Add ap_normalize_path() to replace ap_getparents() (with options).
Yann Ylavic
2020-06-22
1
-2
/
+3
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
2
-0
/
+3
*
* modules/generators/cgi_common.h (cgi_handle_request): Catch
Joe Orton
2020-02-25
1
-1
/
+4
*
* modules/generators/cgi_common.h (cgi_handle_request): Factor out
Joe Orton
2020-02-25
3
-158
/
+115
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
2
-2
/
+2
*
Add comment, no functional change.
Joe Orton
2019-11-05
1
-0
/
+4
*
Fix build broken w/o --enable-cgid-fdpassing by r1867968:
Joe Orton
2019-10-04
3
-3
/
+8
*
* modules/generators/cgi_common.h (discard_script_output): Simplify
Joe Orton
2019-10-04
1
-8
/
+4
*
Move common (and near-identical) code for CGI response output handling
Joe Orton
2019-10-04
3
-258
/
+143
*
* modules/generators/cgi_common.h (cgi_bucket_create):
Joe Orton
2019-10-02
2
-3
/
+4
*
* modules/generators/mod_cgid.c (sock_readhdr): Only set up control
Joe Orton
2019-10-02
1
-7
/
+15
*
mod_cgid: Continuation of r1862968, experimental fd passing support.
Joe Orton
2019-07-17
3
-225
/
+332
*
Add experimental support for fd passing in mod_cgid. Attaches CGI
Joe Orton
2019-07-12
2
-13
/
+117
*
Fix wrong use of ap_rputs with formats.
Rainer Jung
2019-04-14
1
-1
/
+1
*
Use APR apr_time_as_msec() macro for conversion
Rainer Jung
2018-08-31
1
-10
/
+9
*
mod_status: Cumulate CPU time of exited child
Rainer Jung
2018-08-07
1
-14
/
+30
*
mod_status: Add cumulated response duration time
Rainer Jung
2018-08-07
1
-11
/
+25
*
mod_status: Complete the data shown for async
Rainer Jung
2018-08-07
1
-5
/
+13
*
Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use
Jim Jagielski
2018-08-01
1
-2
/
+2
*
* modules/generators/mod_info.c: Constify fixed tables and mark
Joe Orton
2018-04-11
1
-6
/
+6
*
PR62229: add CGIScriptTimeout to mod_cgi
Eric Covener
2018-04-02
1
-8
/
+40
*
PR 61980: AH01215 CGI stderr forwarding msg improvement
Eric Covener
2018-01-10
1
-3
/
+8
*
Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both
Yann Ylavic
2017-10-14
1
-1
/
+1
*
httpdunit: merge to trunk from feature branch
Jacob Champion
2017-06-21
1
-1
/
+1
|
\
|
*
configure: don't overwrite other_targets when mod_suexec is enabled
Jacob Champion
2017-05-25
1
-1
/
+1
*
|
remove r1792169 taint checks from proxy and status modules
Eric Covener
2017-05-26
1
-7
/
+0
|
/
*
Introduce request taint-checking concept.
Nick Kew
2017-04-21
1
-0
/
+7
*
no strncasecmp because flag has no value
Eric Covener
2017-03-24
1
-1
/
+1
*
Use 'ap_cstr_casecmp' to simplify code.
Christophe Jaillet
2017-03-22
1
-7
/
+4
*
Save a few bytes in the conf pool.
Christophe Jaillet
2017-03-22
1
-4
/
+4
*
update comments post-r1787525
Eric Covener
2017-03-18
1
-1
/
+4
*
Add IndexOptions UseOldDateFormat
Eric Covener
2017-03-18
1
-4
/
+12
[next]