Joe Orton

Results 52 comments of Joe Orton

With APR pools, the accepted coding style is to assume `apr_palloc()` never fails - applications can and install an abort function using `apr_pool_create_ex()` which is invoked if the underlying memory...

You're right that not all APR code follows the convention, unfortunately.

Thanks for the PR, I think this is a good idea though it doesn't need a whole new header. Maybe add the macro to `include/ap_config.h` instead, that is included everywhere?

Do you not all have power to close these yourselves?

Ah, good question, I should document this. This should work: ``` git clone --recurse-submodules https://github.com/notroj/cadaver cd cadaver ./autogen.sh ./configure --etc etc ``` Can you try it out?

Looks fine to me. If you install the Debian package "libneon27-dev" you won't have to build the bundled neon.

Yep, that's a harmless warning. As I said above you can use the Debian `neon` library if you install `apt-get install libneon27-dev` before running `./configure`

Hmm, interesting. `./configure --disable-nls` maybe is necessary, I haven't seen that before.

"make clean" first might be a good idea.