index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global ap_server_conf must be reset when process->pconf is cleared
Eric Covener
2018-07-05
1
-0
/
+1
*
Follow up to r1833368: apr_crypto_prng_after_fork() changed its args.
Yann Ylavic
2018-06-28
1
-1
/
+1
*
Re-allow '_' (underscore) in hostnames.
Eric Covener
2018-06-25
1
-1
/
+1
*
add server_rec to log.c fatal startup errors
Eric Covener
2018-06-19
1
-10
/
+10
*
Follow up to r1833368: share openssl between modules.
Yann Ylavic
2018-06-13
1
-9
/
+4
*
Follow up to r1833368: fix "mixed declarations and code" warning (buildbot).
Yann Ylavic
2018-06-12
1
-4
/
+6
*
Follow up to r1833368: apr_crypto_prng_after_fork() now used a PID.
Yann Ylavic
2018-06-12
1
-4
/
+7
*
Make use of the new apr_crypto_rng API if available.
Yann Ylavic
2018-06-12
1
-19
/
+51
*
Avoid cyclic dependency by moving ap_set_etag() from module http to core.
Yann Ylavic
2018-06-06
2
-1
/
+221
*
Fix a potential un-intialized variable usage warning.
Christophe Jaillet
2018-05-26
1
-2
/
+2
*
Axe some dead code.
Christophe Jaillet
2018-05-24
1
-1
/
+1
*
PR62368: Print the unparsed URI in AH03454
Eric Covener
2018-05-17
1
-1
/
+1
*
Save a few cycles.
Christophe Jaillet
2018-04-22
1
-3
/
+2
*
Axe ap_rgetline_core(), not used anymore.
Yann Ylavic
2018-04-22
1
-18
/
+7
*
Follow up to r1829659, ap_[f]getline() EBCDIC awareness.
Yann Ylavic
2018-04-22
1
-9
/
+24
*
http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.
Yann Ylavic
2018-04-20
1
-24
/
+51
*
core: forward flags to recursive/folding call to ap_rgetline_core().
Yann Ylavic
2018-04-20
1
-2
/
+2
*
core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().
Yann Ylavic
2018-04-19
1
-23
/
+79
*
Guess at fixing win32 build regression on trunk introduced by r1734656
William A. Rowe Jr
2018-04-17
1
-2
/
+2
*
* server/vhost.c: Remove redundant vhost_check_config hook which never
Joe Orton
2018-04-12
1
-14
/
+0
*
Fix a potential compiler warning about uninitialized variable.
Christophe Jaillet
2018-03-26
1
-1
/
+1
*
Fix some typos reported in PR 59998
Christophe Jaillet
2018-03-24
2
-3
/
+3
*
core: ap_getline_core() reads nothing for n == 0.
Yann Ylavic
2018-03-20
1
-0
/
+1
*
PR62200: EBCDIC: ap_rgetline APR_ENOSPC
Eric Covener
2018-03-20
1
-1
/
+1
*
Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().
Yann Ylavic
2018-03-09
1
-2
/
+2
*
Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]
William A. Rowe Jr
2018-02-21
1
-12
/
+21
*
mpm_event: follow up to r1823047 and r1824862.
Yann Ylavic
2018-02-20
1
-1
/
+4
*
mpm_event: follow up to r1823047 and r1824464.
Yann Ylavic
2018-02-20
1
-4
/
+1
*
core: Create a conn_config_t structure to hold an extendable core config rather
Graham Leggett
2018-02-17
3
-2
/
+49
*
mpm_event: follow up to r1823047: complete state validation after processing.
Yann Ylavic
2018-02-16
1
-1
/
+2
*
mpm_event: follow up to r1823047: simplify "clogging" logic (reentrance).
Yann Ylavic
2018-02-16
1
-3
/
+3
*
mpm_event: follow up to r1823047.
Yann Ylavic
2018-02-16
1
-2
/
+2
*
Follow up to r1824339: s/strcasecmp/ap_cstr_casecmp/ as suggested by Ruediger.
Yann Ylavic
2018-02-16
1
-4
/
+4
*
regex: Allow to configure global/default options for regexes.
Yann Ylavic
2018-02-15
2
-0
/
+93
*
core: Ensure that ap_*getline*() return NUL terminated lines on any error.
Yann Ylavic
2018-02-15
1
-34
/
+42
*
mpm_event: move lingering close "sucker" from the listener to worker(s).
Yann Ylavic
2018-02-03
1
-105
/
+139
*
On the trunk:
Stefan Eissing
2018-02-01
1
-3
/
+3
*
core: follow up to r1822596.
Yann Ylavic
2018-01-30
1
-2
/
+5
*
core: fix ap_request_core_filter()'s brigade lifetime.
Yann Ylavic
2018-01-30
2
-27
/
+40
*
Revert r1814112, it does not work for threaded MPMs.
Yann Ylavic
2018-01-29
3
-3
/
+0
*
On the trunk:
Stefan Eissing
2018-01-29
1
-1
/
+5
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-27
1
-1
/
+2
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-27
5
-45
/
+51
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-19
4
-22
/
+12
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-19
1
-5
/
+1
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-19
4
-32
/
+30
*
mpm_worker: follow up to r1821624.
Yann Ylavic
2018-01-19
1
-0
/
+1
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-19
2
-24
/
+25
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-19
1
-1
/
+1
*
mpm_fdqueue: follow up to r1821624.
Yann Ylavic
2018-01-19
1
-1
/
+3
[next]