log libpurple/dnssrv.c @ 32827:4a34689eeb33 default tip

age author description
Fri, 02 Sep 2011 03:18:15 +0000 Elliott Sales de Andrade Clean up SRV/TXT query functions.
Sun, 21 Aug 2011 00:54:23 +0000 Mark Doliner A while ago I noticed that we don't have enforce a max on the
Thu, 11 Aug 2011 16:24:26 +0000 Ethan Blanton Bounds check hostname lengths for DNS SRV lookups. (EFF)
Wed, 20 Jul 2011 16:51:55 +0000 Paul Aurich dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention
Wed, 20 Jul 2011 05:04:37 +0000 Paul Aurich dnssrv: Refactor to reduce code duplication
Tue, 19 Jul 2011 20:07:25 +0000 Paul Aurich Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.
Sun, 17 Jul 2011 20:08:13 +0000 Paul Aurich dnssrv: Proper memory management here, which stops random crashes elsewhere.
Sun, 17 Jul 2011 17:23:17 +0000 Paul Aurich dnssrv: Avoid a few extraneous iterations through the list. Refs #12647
Sun, 17 Jul 2011 17:15:13 +0000 Paul Aurich Whitespace changes
Sun, 17 Jul 2011 17:14:21 +0000 thijsalkemade Fixes to the PurpleSrvTxtQueryUiOps code. Refs #12647
Tue, 03 May 2011 05:19:14 +0000 Paul Aurich purple: Fix some compiler warnings related to new API and missing prototypes.
Tue, 19 Apr 2011 04:58:17 +0000 Daniel Atallah Add new DNS-related API to perform lookups in the context of an account.
Tue, 19 Apr 2011 00:21:32 +0000 Daniel Atallah The T_SRV and T_TXT defines are needed on WIN32 too.
Mon, 28 Mar 2011 21:53:46 +0000 thijsalkemade Fix the build on Windows of the added SRV/TXT UI ops. Based on a patch from Josh Mueller.
Thu, 24 Mar 2011 23:22:29 +0000 thijsalkemade Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms