log libpurple/nat-pmp.c @ 32827:4a34689eeb33 default tip

age author description
Mon, 15 Aug 2011 04:18:59 +0000 Ethan Blanton Fix formatting by a third grader with a crayon
Mon, 15 Aug 2011 04:16:23 +0000 Ethan Blanton Rationalize nat_pmp.c:default_gw() and free leaked buffer.
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.
Sat, 31 Mar 2007 21:48:11 +0000 Daniel Atallah fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
Sat, 31 Mar 2007 20:33:54 +0000 Evan Schoenberg The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.
Tue, 27 Mar 2007 04:33:51 +0000 Evan Schoenberg Using rt_msghdr instead of rt_msghdr2 compiles on a greater number of systems -- specifically Mac OS X 10.3.x, in addition to the previous compilation on OS X 10.4.x and above -- and seems to work just as well. If anyone knows how the use of these seemingly very similar structs differs, enlightenment would be appreciated.
Sun, 25 Mar 2007 20:22:52 +0000 Evan Schoenberg These should return FALSE, not NULL, when NET_RT_DUMP2 isn't available; they return a gboolean, not a pointer.
Sun, 25 Mar 2007 01:45:10 +0000 Evan Schoenberg Whitespace fixes
Sun, 25 Mar 2007 01:29:58 +0000 Evan Schoenberg Cleanup and fixes for nat-pmp. We no longer do the whole 'try 10 times, doubling the delay in a blocking manner' ttempt from the original code; as I note in the comments above where the attempt is made a single time, this leads to about 8 minutes of nonresponsiveness if the router both doesn't support nat-pmp and doesn't send back a response to let the program know.
Sun, 25 Mar 2007 00:41:31 +0000 Mark Doliner More complete namespacing of nat-pmp
Thu, 22 Mar 2007 12:51:33 +0000 Evan Schoenberg nat-pmp is now functional with a compatible router. I'm not enabling this code yet because it hasn't been tested with a router which doesn't support nat-pmp.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 18 Feb 2007 18:26:55 +0000 Evan Schoenberg Added nat-pmp implementation and #ifdef'd out changes to network.c which would utilize it.