- Aug 18, 2014
-
-
Micha Lenk authored
Older Linux kernels do not support the close-on-exec feature. On these kernels the function inotify_init1() and the macros O_CLOEXEC and IN_CLOEXEC are not available. This is a fix for issue #24.
-
- Apr 30, 2014
-
-
Micha Lenk authored
This adds support for big endian platforms and fixes #18.
-
Micha Lenk authored
-
Micha Lenk authored
-
Micha Lenk authored
-
Micha Lenk authored
-
Micha Lenk authored
-
- Apr 27, 2014
-
-
Micha Lenk authored
-
Micha Lenk authored
Thanks to Daniel T Chen <crimsun@ubuntu.com> for providing the patch via Ubuntu.
-
- Apr 16, 2014
-
-
Micha Lenk authored
See issue #18.
-
- Apr 12, 2014
-
-
Micha Lenk authored
-
Micha Lenk authored
-
- Apr 03, 2014
-
-
Ewald Dieterich authored
It's important to know if the backend server doesn't respond according to the pattern "HTTP/1.1 ###*" (eg. "HTTP/1.0 503 ..." if there is a problem with the Exchange server name in the request). So raised the log level for the corresponding message from info to error.
-
- Mar 27, 2014
-
-
Ewald Dieterich authored
Mixing request_rec pool and backend connection bucket allocator in apr_brigade_create() leads to a segmentation fault if the brigade is accessed after the request record was destroyed.
-
- Mar 19, 2014
-
-
Micha Lenk authored
-
- Feb 24, 2014
-
-
Micha Lenk authored
-
- Feb 17, 2014
-
-
Thomas Eckert authored
-
- Feb 03, 2014
-
-
Thomas Eckert authored
-
Thomas Eckert authored
-
- Nov 05, 2013
-
-
Micha Lenk authored
-
Micha Lenk authored
-
- Oct 07, 2013
-
-
Micha Lenk authored
-
Micha Lenk authored
-
Micha Lenk authored
-
Micha Lenk authored
To re-generate the configure script, run autoreconf.
-
Micha Lenk authored
-
- Oct 06, 2013
-
-
Micha Lenk authored
-
Micha Lenk authored
APR's implementation of format strings does not support %llu on 64 bit systems. But apparently using %lu works equally well without any need for type casts. Also APR's implementation does not support %p properly. Up to now we resorted to using %x and casting the pointer to an unsigned int. On 64 bit systems would only output 32 bit of the pointer address. This is fixed by using %pp (apparently the APR replacement for %p). Fixes #2
-
- Sep 26, 2013
-
-
Micha Lenk authored
Regarding the 64 bit limitations see also ticket #8.
-
- Sep 22, 2013
-
-
Micha Lenk authored
-
- Aug 08, 2013
-
-
Micha Lenk authored
The previous commit fixed the issue only for RPC_OUT_DATA requests. Fixes #6
-
Micha Lenk authored
The added code is based on some almost identical code in mod_proxy_wstunnel.c from Apache httpd upstream SVN branch 'trunk'. Fixes #6
-
- Jul 30, 2013
-
-
Micha Lenk authored
This reverts commit 158280ab. Apparently this commit causes segfaults on systems that do not support the used format string characters for size_t et al.
-
- Jun 30, 2013
-
-
Micha Lenk authored
Fixes #2
-
- Jun 28, 2013
-
-
Micha Lenk authored
-
- Jun 22, 2013
-
-
Micha Lenk authored
-
- Jun 12, 2013
-
-
Micha Lenk authored
Fixes #1
-
- Apr 26, 2013
-
-
Micha Lenk authored
-
Micha Lenk authored
-
- Apr 20, 2013
-
-
Micha Lenk authored
-