log libpurple/nat-pmp.c @ 31172:e89df17f5ae7

age author description
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Thu, 21 May 2009 05:56:53 +0000 Paul Aurich Fix two warnings when building on OS X
Sat, 28 Mar 2009 04:30:40 +0000 Elliott Sales de Andrade disapproval of revision '77d562b624d9b55c9ff165d5797b72ba553e3256'
Fri, 27 Mar 2009 08:53:09 +0000 Mark Doliner Remove some unused fields. Thanks to Mayank Jain Nawal's email to the
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Wed, 18 Jun 2008 00:24:44 +0000 Richard Laager Some header inclusion fixes to help on NetBSD/FreeBSD.
Tue, 27 May 2008 01:11:46 +0000 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Fri, 21 Mar 2008 00:52:51 +0000 Evan Schoenberg Improved some of the debug output from nat-pmp
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 14 Aug 2007 18:31:01 +0000 Daniel Atallah bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on one of his obscure systems (and I fixed some other stuff that I noticed at the same time).
Sat, 05 May 2007 16:48:06 +0000 Evan Schoenberg I expanded your patch, Richard, to also do appropriate header checking in the configure script and then use that information. I removed some other #includes which don't appear to be needed.
Sat, 05 May 2007 14:50:00 +0000 Richard Laager Change the nat-pmp code to use glib's integer types instead of those from
Mon, 23 Apr 2007 17:19:11 +0000 Richard Laager Death to // comments.