Mercurial > pidgin
log libpurple/dnssrv.c @ 32292:e164f7815b52
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. |