index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
properly free the GENERAL_NAMEs, as pointed out in PR 32652
Kaspar Brand
2012-02-28
1
-1
/
+1
*
Initialize EC temporary key on server startup, as for DH and
Stefan Fritsch
2012-02-27
3
-11
/
+58
*
Pass the EOS bucket down the filter chain
Stefan Fritsch
2012-02-25
1
-1
/
+2
*
Enable per-module loglevel for mod_xml2enc and mod_proxy_html
Stefan Fritsch
2012-02-25
2
-2
/
+5
*
mod_session: Sessions are encoded as application/x-www-form-urlencoded string...
Graham Leggett
2012-02-25
1
-3
/
+3
*
Fix AddOutputFilterByType brown paper bag crash bug
Stefan Fritsch
2012-02-24
1
-1
/
+4
*
Check during config test that directories for access logs exist
Stefan Fritsch
2012-02-13
1
-0
/
+53
*
Fix regression introduced in r1222917: in ssl_find_vhost(), we must use
Kaspar Brand
2012-02-12
1
-2
/
+1
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
Joe Orton
2012-02-10
1
-2
/
+3
*
Handle cases, esp when using mod_proxy_fcgi, when we do not
Jim Jagielski
2012-02-09
3
-1
/
+8
*
Add cleanup for SSLProxyMachineCertificateChainFile during init
Daniel Ruggeri
2012-02-08
1
-0
/
+11
*
Fix various filter functions to return apr_status_t instead of int
Stefan Fritsch
2012-02-03
5
-14
/
+19
*
Fix PR52402. Check if the shared memory was already created for this proxy_se...
Mladen Turk
2012-02-03
1
-0
/
+6
*
oops, this got forgotten when copy/paste from dev branch
Mladen Turk
2012-02-03
1
-1
/
+1
*
C/C++ 101 on how to traverse the array of pointers ;). Fix core
Mladen Turk
2012-02-03
1
-3
/
+3
*
revert "overloaded" recent additions to mod_rewrite
Eric Covener
2012-02-02
1
-23
/
+1
*
add an internal sleep map function that expands to an empty string.
Eric Covener
2012-02-02
1
-0
/
+16
*
treat a rewriterule substitution that expands to "-" as if the rule
Eric Covener
2012-02-02
1
-1
/
+7
*
No need for multi-version compatibility.
Rainer Jung
2012-02-01
1
-4
/
+0
*
Remove luaL_reg macro definition no longer needed
Rainer Jung
2012-02-01
1
-3
/
+1
*
luaL_reg was already deprecated in Lua 5.1.4.
Rainer Jung
2012-02-01
1
-1
/
+1
*
Minor fixes for firehose and mod_policy:
Rainer Jung
2012-02-01
1
-6
/
+6
*
Revert r1202255 to restore same behavior as in 2.4:
Stefan Fritsch
2012-01-31
1
-5
/
+0
*
Fix copy&paste error in comment.
Rainer Jung
2012-01-31
1
-1
/
+1
*
https also needs QS
Jim Jagielski
2012-01-26
1
-1
/
+1
*
More configure time dependencies:
Stefan Fritsch
2012-01-21
2
-2
/
+2
*
Make APACHE_MODULE() accept an optional prerequisite module for configure.
Stefan Fritsch
2012-01-20
4
-14
/
+14
*
Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
Jeff Trawick
2012-01-19
2
-18
/
+4
*
fix const warning with strchr->ap_strchr mapping
Jeff Trawick
2012-01-15
1
-1
/
+1
*
remove unused function
Jeff Trawick
2012-01-15
1
-7
/
+0
*
whitespace only: shift a block refactored in r1231255 over 8 spaces.
Eric Covener
2012-01-13
1
-37
/
+37
*
*) mod_authnz_ldap: Don't try a potentially expensive nested groups
Eric Covener
2012-01-13
1
-24
/
+23
*
fix signedness issue with SSL_X509_NAME_to_string()'s maxlen argument
Kaspar Brand
2012-01-08
2
-4
/
+4
*
optimize this... Do strlen() ONLY if we need to check
Jim Jagielski
2012-01-08
1
-8
/
+11
*
Cure size_t abuse, curse some recent code [recommit good bits from r1227852]
William A. Rowe Jr
2012-01-05
3
-6
/
+9
*
Revert a whole mess that was not ment to be committed
William A. Rowe Jr
2012-01-05
18
-133
/
+130
*
Cure size_t abuse, curse some recent code
William A. Rowe Jr
2012-01-05
18
-130
/
+133
*
Update the comment and checks around address/connection reusability
Eric Covener
2012-01-05
1
-10
/
+8
*
restore the generic proxy workers to not being address-reusable.
Eric Covener
2012-01-05
1
-3
/
+3
*
Add a bit of debug logging
Stefan Fritsch
2012-01-02
1
-0
/
+9
*
Display registered providers
Stefan Fritsch
2011-12-30
1
-3
/
+61
*
Sort list of modules
Stefan Fritsch
2011-12-30
1
-6
/
+34
*
Display all those shiny new hooks that we have in 2.4
Stefan Fritsch
2011-12-30
1
-3
/
+40
*
Fix another case of #ifdef-within-a-macro (which was inadvertently
Kaspar Brand
2011-12-30
1
-9
/
+6
*
Don't use #ifdef inside macro calls
Stefan Fritsch
2011-12-29
2
-29
/
+24
*
SECURITY: CVE-2012-0021 (cve.mitre.org)
Stefan Fritsch
2011-12-29
1
-12
/
+14
*
add missing #ifdef in ssl_cmd_protocol_parse (should have been in r1222921)
Kaspar Brand
2011-12-24
1
-0
/
+2
*
SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors when
Kaspar Brand
2011-12-24
4
-2
/
+53
*
Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1
Kaspar Brand
2011-12-24
7
-58
/
+62
*
REMOTE_ADDR is now r->useragent_ip, which is not/never available at
Kaspar Brand
2011-12-24
1
-3
/
+1
[next]