summaryrefslogtreecommitdiffstats
path: root/modules/session (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-03Allow empty <balancer://mycluster/> and add a provider to allow other modules...Jean-Frederic Clere2-81/+119
2021-03-03Fixed regression in r1887085 where a SSL function was used that is not availa...Stefan Eissing1-1/+1
2021-03-02Adding log tags where log tags are needed.Stefan Eissing2-3/+3
2021-03-02Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing8-13/+177
2021-03-01Sync CHANGES entries. [skip ci].Yann Ylavic7-36/+39
2021-03-01mod_session: account for the '&' in identity_concat().Yann Ylavic2-2/+3
2021-03-01mod_session: save one apr_strtok() in session_identity_decode().Yann Ylavic1-1/+1
2021-02-28Add an exemple.Christophe Jaillet1-13/+24
2021-02-28Add missing pt translationChristophe Jaillet1-0/+7
2021-02-27fr doc rebuild.Lucien Gentis3-546/+572
2021-02-27XML file update.Lucien Gentis1-1/+26
2021-02-25Enable mod_cgid stderr handling via Unix socket fd transfer byJoe Orton6-25/+21
2021-02-23 *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing5-1/+153
2021-02-22mod_htt2, synch with changes from github module version:Stefan Eissing15-28/+154
2021-02-06mod_http2: Fix workers synchronization on pchild cleanup.Yann Ylavic2-61/+71
2021-02-03mod_proxy_http: follow up to r1886141, axe overlong scheme check.Yann Ylavic1-5/+0
2021-02-02* We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)Ruediger Pluem1-5/+5
2021-02-01* Do variable setting in a more portable way such that it works on MacOS as wellRuediger Pluem1-1/+1
2021-02-01 - fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2). Stefan Eissing1-1/+1
2021-01-29Update Travis LDAP testing to use a CentOS based container, pulledJoe Orton2-1/+6
2021-01-27* Add lognumberRuediger Pluem2-2/+2