summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* properly free the GENERAL_NAMEs, as pointed out in PR 32652Kaspar Brand2012-02-281-1/+1
* Initialize EC temporary key on server startup, as for DH andStefan Fritsch2012-02-273-11/+58
* Pass the EOS bucket down the filter chainStefan Fritsch2012-02-251-1/+2
* Enable per-module loglevel for mod_xml2enc and mod_proxy_htmlStefan Fritsch2012-02-252-2/+5
* mod_session: Sessions are encoded as application/x-www-form-urlencoded string...Graham Leggett2012-02-251-3/+3
* Fix AddOutputFilterByType brown paper bag crash bugStefan Fritsch2012-02-241-1/+4
* Check during config test that directories for access logs existStefan Fritsch2012-02-131-0/+53
* Fix regression introduced in r1222917: in ssl_find_vhost(), we must useKaspar Brand2012-02-121-2/+1
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2012-02-101-2/+3
* Handle cases, esp when using mod_proxy_fcgi, when we do notJim Jagielski2012-02-093-1/+8
* Add cleanup for SSLProxyMachineCertificateChainFile during initDaniel Ruggeri2012-02-081-0/+11
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-035-14/+19
* Fix PR52402. Check if the shared memory was already created for this proxy_se...Mladen Turk2012-02-031-0/+6
* oops, this got forgotten when copy/paste from dev branchMladen Turk2012-02-031-1/+1
* C/C++ 101 on how to traverse the array of pointers ;). Fix coreMladen Turk2012-02-031-3/+3
* revert "overloaded" recent additions to mod_rewriteEric Covener2012-02-021-23/+1
* add an internal sleep map function that expands to an empty string.Eric Covener2012-02-021-0/+16
* treat a rewriterule substitution that expands to "-" as if the ruleEric Covener2012-02-021-1/+7
* No need for multi-version compatibility.Rainer Jung2012-02-011-4/+0
* Remove luaL_reg macro definition no longer neededRainer Jung2012-02-011-3/+1
* luaL_reg was already deprecated in Lua 5.1.4.Rainer Jung2012-02-011-1/+1
* Minor fixes for firehose and mod_policy:Rainer Jung2012-02-011-6/+6
* Revert r1202255 to restore same behavior as in 2.4:Stefan Fritsch2012-01-311-5/+0
* Fix copy&paste error in comment.Rainer Jung2012-01-311-1/+1
* https also needs QSJim Jagielski2012-01-261-1/+1
* More configure time dependencies:Stefan Fritsch2012-01-212-2/+2
* Make APACHE_MODULE() accept an optional prerequisite module for configure.Stefan Fritsch2012-01-204-14/+14
* Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on Jeff Trawick2012-01-192-18/+4
* fix const warning with strchr->ap_strchr mappingJeff Trawick2012-01-151-1/+1
* remove unused functionJeff Trawick2012-01-151-7/+0
* whitespace only: shift a block refactored in r1231255 over 8 spaces.Eric Covener2012-01-131-37/+37
* *) mod_authnz_ldap: Don't try a potentially expensive nested groupsEric Covener2012-01-131-24/+23
* fix signedness issue with SSL_X509_NAME_to_string()'s maxlen argumentKaspar Brand2012-01-082-4/+4
* optimize this... Do strlen() ONLY if we need to checkJim Jagielski2012-01-081-8/+11
* Cure size_t abuse, curse some recent code [recommit good bits from r1227852]William A. Rowe Jr2012-01-053-6/+9
* Revert a whole mess that was not ment to be committedWilliam A. Rowe Jr2012-01-0518-133/+130
* Cure size_t abuse, curse some recent codeWilliam A. Rowe Jr2012-01-0518-130/+133
* Update the comment and checks around address/connection reusabilityEric Covener2012-01-051-10/+8
* restore the generic proxy workers to not being address-reusable. Eric Covener2012-01-051-3/+3
* Add a bit of debug loggingStefan Fritsch2012-01-021-0/+9
* Display registered providersStefan Fritsch2011-12-301-3/+61
* Sort list of modulesStefan Fritsch2011-12-301-6/+34
* Display all those shiny new hooks that we have in 2.4Stefan Fritsch2011-12-301-3/+40
* Fix another case of #ifdef-within-a-macro (which was inadvertentlyKaspar Brand2011-12-301-9/+6
* Don't use #ifdef inside macro callsStefan Fritsch2011-12-292-29/+24
* SECURITY: CVE-2012-0021 (cve.mitre.org)Stefan Fritsch2011-12-291-12/+14
* add missing #ifdef in ssl_cmd_protocol_parse (should have been in r1222921)Kaspar Brand2011-12-241-0/+2
* SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors whenKaspar Brand2011-12-244-2/+53
* Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand2011-12-247-58/+62
* REMOTE_ADDR is now r->useragent_ip, which is not/never available atKaspar Brand2011-12-241-3/+1