Re: [PATCH 2/3] library init: documentation update

2013-04-22 Thread Daniel Stenberg
On Mon, 22 Apr 2013, Alexander Klauer wrote: sorry for being a pest, but this patchset still has not made it into the master branch at https://github.com/bagder/c-ares/commits/master. Is there still something wrong with it? What can I do to help? Pushed now, thanks! -- / daniel.haxx.se

Re: [PATCH 2/3] library init: documentation update

2013-04-22 Thread Alexander Klauer
Hi, On 03/18/2013 09:26 AM, Alexander Klauer wrote: OK, I've updated the commit. sorry for being a pest, but this patchset still has not made it into the master branch at https://github.com/bagder/c-ares/commits/master. Is there still something wrong with it? What can I do to help? Best r

Re: [PATCH 2/3] library init: documentation update

2013-04-10 Thread Alexander Klauer
Hi Günter, On 04/10/2013 12:44 PM, Guenter wrote: Hi Alexander, On 10.04.2013 10:03, Alexander Klauer wrote: Any further comments? If not, could this patchset be committed, please? from what I see your patches are already committed: https://github.com/bagder/c-ares/commits/master on that pag

Re: [PATCH 2/3] library init: documentation update

2013-04-10 Thread Guenter
Hi Alexander, On 10.04.2013 10:03, Alexander Klauer wrote: Any further comments? If not, could this patchset be committed, please? from what I see your patches are already committed: https://github.com/bagder/c-ares/commits/master Gün.

Re: [PATCH 2/3] library init: documentation update

2013-04-10 Thread Alexander Klauer
On 04/10/2013 11:07 AM, Alexander Klauer wrote: Hi, no need to CC me, I'm subscribed. On 04/10/2013 10:44 AM, Saúl Ibarra Corretgé wrote: On 4/10/13 10:03 AM, Alexander Klauer wrote: On 03/18/2013 09:26 AM, Alexander Klauer wrote: On 03/15/2013 08:26 PM, Yang Tse wrote: On Fri, Mar 15, 2013

Re: [PATCH 2/3] library init: documentation update

2013-04-10 Thread Alexander Klauer
Hi, no need to CC me, I'm subscribed. On 04/10/2013 10:44 AM, Saúl Ibarra Corretgé wrote: On 4/10/13 10:03 AM, Alexander Klauer wrote: On 03/18/2013 09:26 AM, Alexander Klauer wrote: On 03/15/2013 08:26 PM, Yang Tse wrote: On Fri, Mar 15, 2013, Alexander Klauer wrote: This commit updates

Re: [PATCH 2/3] library init: documentation update

2013-04-10 Thread Saúl Ibarra Corretgé
On 4/10/13 10:03 AM, Alexander Klauer wrote: On 03/18/2013 09:26 AM, Alexander Klauer wrote: On 03/15/2013 08:26 PM, Yang Tse wrote: On Fri, Mar 15, 2013, Alexander Klauer wrote: This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the new re

Re: [PATCH 2/3] library init: documentation update

2013-04-10 Thread Alexander Klauer
On 03/18/2013 09:26 AM, Alexander Klauer wrote: On 03/15/2013 08:26 PM, Yang Tse wrote: On Fri, Mar 15, 2013, Alexander Klauer wrote: This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the new recursive behaviour. It might be better to use

Re: [PATCH 2/3] library init: documentation update

2013-03-18 Thread Alexander Klauer
On 03/15/2013 08:26 PM, Yang Tse wrote: On Fri, Mar 15, 2013, Alexander Klauer wrote: This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the new recursive behaviour. It might be better to use "Its reference counted initialize/deinitialize b

[PATCH 2/3] library init: documentation update

2013-03-18 Thread Alexander Klauer
This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the newly introduced reference counting of initializations and deinitializations. --- ares_library_cleanup.3 | 19 --- ares_library_init.3| 18 -- 2 files

Re: [PATCH 2/3] library init: documentation update

2013-03-15 Thread Yang Tse
On Fri, Mar 15, 2013, Alexander Klauer wrote: > This commit updates the documentation of ares_library_init() and > ares_library_cleanup() with regard to the new recursive behaviour. It might be better to use "Its reference counted initialize/deinitialize behavior," or something similar, instead

[PATCH 2/3] library init: documentation update

2013-03-15 Thread Alexander Klauer
This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the new recursive behaviour. --- ares_library_cleanup.3 | 18 +++--- ares_library_init.3| 18 -- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git