summaryrefslogtreecommitdiff
path: root/libpurple/nat-pmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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