On 05/26/2016 08:18 PM, William A Rowe Jr wrote:
The users list is the best place to ask for clarification and guidance,
users are not exclusively admins, they include module authors,
troubleshooters, even a testing community.
In addition to users@, there is also a modules-dev@ list for httpd.
Am 25.05.2016 um 18:11 schrieb William A Rowe Jr:
*) I intend to help maintain/test 2.2.x releases over the next [12] mos
*) I intend to backport/review 2.2.x security patches over the next
[18] mos
Rainer
On 5/25/2016 8:11 AM, William A Rowe Jr wrote:
*) I intend to help maintain/test 2.2.x releases over the next [_6__] mos
*) I intend to backport/review 2.2.x security patches over the next [_0__] mos
On May 26, 2016 5:44 PM, "Van Ulden, Joost (NRCan/RNCan)" <
joost.vanul...@canada.ca> wrote:
>
> We want to develop an httpd module, “mod_mapml” which will allow the
admin to configure MapML responses over a map tile cache, using one or more
URI templates as configuration parameters. A Java servle
On Wed, May 25, 2016 at 11:11 AM, William A Rowe Jr wrote:
*) I intend to help maintain/test 2.2.x releases over the next [18] mos
*) I intend to backport/review 2.2.x security patches over the next [18] mos
*) I intend to help maintain/test 2.2.x releases over the next [_12___] mos
*) I intend to backport/review 2.2.x security patches over the next
[_18___] mos
--
Daniel Ruggeri
Hi all,
I approached a couple of folks at ApacheCon in Vancouver about some work that I
am involved with that would benefit from an httpd module. I am sending this
message to the list to provide more information, and to seek advice on how we
should proceed.
We are developing a format we call "
On Thu, May 26, 2016 at 8:24 AM, William A Rowe Jr
wrote:
>
> Excellent, but one big issue, namespace collision.
>>
>> [...]
>>
> would be the proper doxygen, to dissuade users from directly consuming
> ap_ flavor. However we would not drop the ap_flavor until 2.6.x so that
> any
> later updates
Premature ctrl+enter... sorry about that...
+#if !APR_VERSION_AT_LEAST(1,6,0)
> +/**
> + * Known-fast version of strcasecmp(): ASCII case-folding, POSIX compliant
> + * @param s1 The 1st string to compare
> + * @param s2 The 2nd string to compare
> + * @return 0 if s1 is lexicographically equal to
This will teach me to go back to pine... gui web clients... grrr...
Final draft...
On Thu, May 26, 2016 at 8:16 AM, William A Rowe Jr
wrote:
> Excellent, but one big issue, namespace collision.
>
> What about...
>
+#if !APR_VERSION_AT_LEAST(1,6,0)
+/**
+ * Known-fast version of strcasecmp(): A
>
> On Thu, May 26, 2016 at 3:52 AM, wrote:
>>
>>> Author: jailletc36
>>> Date: Thu May 26 08:52:09 2016
>>> New Revision: 1745582
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1745582&view=rev
>>> Log:
>>> Proposal
>>>
>>> Modified:
>>> httpd/httpd/branches/2.4.x/STATUS
>>>
>>> Modified: http
Excellent, but one big issue, namespace collision.
What about...
+#if !APR_VERSION_AT_LEAST(1,6,0)
+/**
+ * Known-fast version of strcasecmp(): ASCII case-folding, POSIX compliant
+ * @param s1 The 1st string to compare
+ * @param s2 The 2nd string to compare
+ * @return 0 if s1 is lexicographica
12 matches
Mail list logo