summaryrefslogtreecommitdiff
path: root/libpurple/nat-pmp.c
Commit message (Expand)AuthorAgeFilesLines
* Include 'internal.h' before all other headers to make some non-gcc compilers ...Paul Aurich2009-11-271-1/+1
* Fix two warnings when building on OS XPaul Aurich2009-05-211-1/+1
* disapproval of revision 'd8cf7a583b30714030386f9f3897142b1b2ddcd2'Elliott Sales de Andrade2009-03-281-0/+2
* Remove some unused fields. Thanks to Mayank Jain Nawal's email to theMark Doliner2009-03-271-2/+0
* Remove trailing whitespaceMark Doliner2009-01-261-15/+15
* Some header inclusion fixes to help on NetBSD/FreeBSD.Richard Laager2008-06-181-0/+4
* A patch from Peter O'Gorman at The Written Word, Inc. to fix variousPeter O'Gorman2008-05-271-1/+15
* Improved some of the debug output from nat-pmpEvan Schoenberg2008-03-211-4/+6
* replace most calls to strerror with calls to g_strerror. strerror will returnNathan Walp2007-11-031-6/+6
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')Sadrul Habib Chowdhury2007-09-051-5/+5
* bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on...Daniel Atallah2007-08-141-15/+15
* I expanded your patch, Richard, to also do appropriate header checking in the...Evan Schoenberg2007-05-051-16/+11
* Change the nat-pmp code to use glib's integer types instead of those fromRichard Laager2007-05-051-20/+19
* Death to // comments.Richard Laager2007-04-231-2/+2
* fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.Daniel Atallah2007-03-311-4/+6
* The network module now registers the signal 'network-configuration-changed' a...Evan Schoenberg2007-03-311-10/+81
* Using rt_msghdr instead of rt_msghdr2 compiles on a greater number of systems...Evan Schoenberg2007-03-271-6/+6
* These should return FALSE, not NULL, when NET_RT_DUMP2 isn't available; they ...Evan Schoenberg2007-03-251-2/+2
* Whitespace fixesEvan Schoenberg2007-03-251-24/+24
* Cleanup and fixes for nat-pmp. We no longer do the whole 'try 10 times, doub...Evan Schoenberg2007-03-251-167/+171
* More complete namespacing of nat-pmpMark Doliner2007-03-251-25/+26
* nat-pmp is now functional with a compatible router. I'm not enabling this co...Evan Schoenberg2007-03-221-49/+87
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-39/+39
* Added nat-pmp implementation and #ifdef'd out changes to network.c which woul...Evan Schoenberg2007-02-181-0/+436