index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rollback r1887138. Sorry ;-(
Jean-Frederic Clere
2021-03-03
2
-119
/
+81
*
Allow empty <balancer://mycluster/> and add a provider to allow other modules...
Jean-Frederic Clere
2021-03-03
2
-81
/
+119
*
Fixed regression in r1887085 where a SSL function was used that is not availa...
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Adding log tags where log tags are needed.
Stefan Eissing
2021-03-02
2
-3
/
+3
*
Adding more ap_ssl_* functions and hooks to the core server.
Stefan Eissing
2021-03-02
8
-13
/
+177
*
Sync CHANGES entries. [skip ci].
Yann Ylavic
2021-03-01
7
-36
/
+39
*
mod_session: account for the '&' in identity_concat().
Yann Ylavic
2021-03-01
2
-2
/
+3
*
mod_session: save one apr_strtok() in session_identity_decode().
Yann Ylavic
2021-03-01
1
-1
/
+1
*
Add an exemple.
Christophe Jaillet
2021-02-28
1
-13
/
+24
*
Add missing pt translation
Christophe Jaillet
2021-02-28
1
-0
/
+7
*
fr doc rebuild.
Lucien Gentis
2021-02-27
3
-546
/
+572
*
XML file update.
Lucien Gentis
2021-02-27
1
-1
/
+26
*
Enable mod_cgid stderr handling via Unix socket fd transfer by
Joe Orton
2021-02-25
6
-25
/
+21
*
*) core: Adding SSL related inquiry functions to the server API.
Stefan Eissing
2021-02-23
5
-1
/
+153
*
mod_htt2, synch with changes from github module version:
Stefan Eissing
2021-02-22
15
-28
/
+154
*
mod_http2: Fix workers synchronization on pchild cleanup.
Yann Ylavic
2021-02-06
2
-61
/
+71
*
mod_proxy_http: follow up to r1886141, axe overlong scheme check.
Yann Ylavic
2021-02-03
1
-5
/
+0
*
* We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)
Ruediger Pluem
2021-02-02
1
-5
/
+5
*
* Do variable setting in a more portable way such that it works on MacOS as well
Ruediger Pluem
2021-02-01
1
-1
/
+1
*
- fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2).
Stefan Eissing
2021-02-01
1
-1
/
+1
*
Update Travis LDAP testing to use a CentOS based container, pulled
Joe Orton
2021-01-29
2
-1
/
+6
*
* Add lognumber
Ruediger Pluem
2021-01-27
2
-2
/
+2
*
* Document r1885939 and r1885940
Ruediger Pluem
2021-01-27
1
-0
/
+2
*
Before doing any bind check that the provided username is not NULL and that the
Ruediger Pluem
2021-01-27
1
-15
/
+26
*
Do not allow to set empty bind passwords to be set via AuthLDAPBindPassword
Ruediger Pluem
2021-01-27
1
-0
/
+4
*
fr doc rebuild.
Lucien Gentis
2021-01-23
243
-319
/
+315
*
fr doc XML file update.
Lucien Gentis
2021-01-23
1
-75
/
+82
*
s/2020/2021/
Christophe Jaillet
2021-01-23
3
-4
/
+4
*
Add some missing hyper links to directives.
Christophe Jaillet
2021-01-23
1
-17
/
+25
*
mod_proxy_hcheck: don't pile up health checks. PR 63010.
Yann Ylavic
2021-01-19
2
-25
/
+43
*
Update CHANGES entry after r1885659 [skip ci].
Yann Ylavic
2021-01-18
2
-3
/
+3
*
mod_auth_digest: Fast validation of the nonce's base64 to fail early if
Yann Ylavic
2021-01-18
2
-2
/
+10
*
Update CHANGES entries [skip ci].
Yann Ylavic
2021-01-18
4
-12
/
+13
*
other half of command
Eric Covener
2021-01-18
1
-1
/
+1
*
go back globbing butadd nullglob
Eric Covener
2021-01-18
1
-1
/
+2
*
Get Lua dev package from liblua5.3-dev.
Yann Ylavic
2021-01-17
2
-6
/
+8
*
Trigger ci.
Yann Ylavic
2021-01-17
1
-1
/
+1
*
add AnyEvent::WebSocket::Client
Eric Covener
2021-01-16
1
-1
/
+1
*
fr doc rebuils.
Lucien Gentis
2021-01-16
5
-8
/
+10
*
fr doc XML file update.
Lucien Gentis
2021-01-16
1
-5
/
+7
*
PR55078: remove old Protocol info
Eric Covener
2021-01-14
1
-4
/
+0
*
PR65078: synch "protocol" description between Listen and Protocol directives
Eric Covener
2021-01-14
1
-2
/
+9
*
fr doc rebuild.
Lucien Gentis
2021-01-09
9
-21
/
+22
*
fr doc XML files updates.
Lucien Gentis
2021-01-09
2
-16
/
+17
*
* acinclude.m4 (APACHE_CHECK_OPENSSL): Use standard "yes/no" output
Joe Orton
2021-01-08
1
-2
/
+2
*
mod_proxy_wstunnel: follow up to r1885239: use ap_find_linked_module().
Yann Ylavic
2021-01-07
1
-11
/
+2
*
mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme.
Yann Ylavic
2021-01-07
1
-1
/
+1
*
mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.
Yann Ylavic
2021-01-07
6
-71
/
+148
*
Add some <module> to add some links between modules.
Christophe Jaillet
2021-01-03
1
-3
/
+3
*
Fix "-->" alignment to synch with 2.4.x
Christophe Jaillet
2021-01-03
1
-2
/
+2
[next]