openhub.net
Black Duck Software, Inc.
Black Duck Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
Projects
People
Projects
Organizations
Forums
Apache HTTP Server
Settings
|
Report Duplicate
9,698
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jul 13, 2020 — Jul 13, 2021
Showing page 5 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
rollback r1887138. Sorry ;-(
Jean-Frederic Clere
More...
over 1 year ago
Allow empty <balancer://mycluster/> and add a provider to allow other modules to create workers.
Jean-Frederic Clere
More...
over 1 year ago
Fixed regression in r1887085 where a SSL function was used that is not available in OpenSSL 1.0.2.
Stefan Eissing
More...
over 1 year ago
Adding log tags where log tags are needed.
Stefan Eissing
More...
over 1 year ago
Adding more ap_ssl_* functions and hooks to the core server.
Stefan Eissing
More...
over 1 year ago
Sync CHANGES entries. [skip ci].
Yann Ylavic
More...
over 1 year ago
mod_session: account for the '&' in identity_concat().
Yann Ylavic
More...
over 1 year ago
mod_session: save one apr_strtok() in session_identity_decode().
Yann Ylavic
More...
over 1 year ago
Add an exemple. Synch with 2.4.x (syntax highlight) + secret introduced in 2.4.42. Small doc rearrangement so that the "Beyond this list of basic attributes" is actually after the description of all items.
Christophe Jaillet
More...
over 1 year ago
Add missing pt translation
Christophe Jaillet
More...
over 1 year ago
fr doc rebuild.
Lucien Gentis
More...
over 1 year ago
XML file update.
Lucien Gentis
More...
over 1 year ago
Enable mod_cgid stderr handling via Unix socket fd transfer by default, rather than as an opt-in configure flag. (This has been tested in Fedora for >12 months without seeing any new problems)
Joe Orton
More...
over 1 year ago
*) core: Adding SSL related inquiry functions to the server API. These function are always available, even when no module providing SSL is loaded. They provide their own "shadowing" implementation for the optional functions of similar name that mod_ssl and impersonators of mod_ssl provide. This enables loading of several SSL providing modules when all but one of them registers itself into the new hooks. Two old-style SSL modules will not work, as they replace the others optional functions with their own. Modules using the old-style optional functions will continue to work as core supplies its own versions of those. The following has been added so far: - ap_ssl_conn_is_ssl() to query if a connection is using SSL. - ap_ssl_var_lookup() to query SSL related variables for a server/connection/request. - Hooks for 'ssl_conn_is_ssl' and 'ssl_var_lookup' where modules providing SSL can install their own value supplying functions.
Stefan Eissing
More...
over 1 year ago
mod_htt2, synch with changes from github module version: - logio: improvements to reporting of sent bytes for http2 responses - directive H2OutputBuffering, controls if any output should be sent immediately.
Stefan Eissing
More...
over 1 year ago
mod_http2: Fix workers synchronization on pchild cleanup.
Yann Ylavic
More...
over 1 year ago
mod_proxy_http: follow up to r1886141, axe overlong scheme check.
Yann Ylavic
More...
over 1 year ago
* We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14) later as (!scheme || u[0] != '/' || u[1] != '/' || u[2] == '\0') is true for requests with the CONNECT method which we need to decline. But in many cases requests with the CONNECT method have (u - url) > 14 as in this case (u - url) is the length of the FQDN the forward proxy should connect to.
Ruediger Pluem
More...
over 1 year ago
* Do variable setting in a more portable way such that it works on MacOS as well
Ruediger Pluem
More...
over 1 year ago
- fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2). these modern compilers have no respect for code from 2009.
Stefan Eissing
More...
over 1 year ago
Update Travis LDAP testing to use a CentOS based container, pulled from quay.io, to avoid the new Docker hub pull rate-limiting which is causing intermittent failures.
Joe Orton
More...
over 1 year ago
* Add lognumber
Ruediger Pluem
More...
over 1 year ago
* Document r1885939 and r1885940
Ruediger Pluem
More...
over 1 year ago
Before doing any bind check that the provided username is not NULL and that the password is neither NULL nor empty.
Ruediger Pluem
More...
over 1 year ago
Do not allow to set empty bind passwords to be set via AuthLDAPBindPassword
Ruediger Pluem
More...
over 1 year ago
fr doc rebuild.
Lucien Gentis
More...
over 1 year ago
fr doc XML file update.
Lucien Gentis
More...
over 1 year ago
s/2020/2021/
Christophe Jaillet
More...
over 1 year ago
Add some missing hyper links to directives. Remove some <var> in <syntax> to be more consistant with the rest of the doc. Remove a duplicated traling ".".
Christophe Jaillet
More...
over 1 year ago
mod_proxy_hcheck: don't pile up health checks. PR 63010.
Yann Ylavic
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree