log libpurple/upnp.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
Mon, 22 Aug 2011 02:07:41 +0000 Mark Doliner Don't use strlen() when all you're trying to do is check if the string
Sun, 21 Aug 2011 01:59:13 +0000 Mark Doliner Rename purple_util_fetch_url_request_len_with_account to
Sun, 21 Aug 2011 01:52:25 +0000 Mark Doliner Remove purple_util_fetch_url_request_len() and change the few places
Sun, 10 Jul 2011 13:11:36 +0000 Florian Qu«²ze Fix some closes on invalid fds, which can crash on Windows.
Tue, 28 Dec 2010 05:37:20 +0000 Paul Aurich upnp: Asynch-ronize the callbacks from UPnP to calling code. Refs #12387
Mon, 29 Nov 2010 06:03:44 +0000 Mark Doliner I prefer this syntax. Plus, it's slightly faster... right?
Mon, 12 Jul 2010 14:54:40 +0000 Sadrul Habib Chowdhury Remove some timeout/input handlers for upnp.
Sat, 29 May 2010 22:52:14 +0000 Elliott Sales de Andrade Fix a read-after-free from valgrind:
Sat, 29 May 2010 22:27:26 +0000 Elliott Sales de Andrade Comment spellcheck.
Thu, 04 Mar 2010 15:31:11 +0000 Ethan Blanton Handle read of length 0 in upnp code.
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Sat, 02 May 2009 18:19:55 +0000 Daniel Atallah Use matching buffer lengths to avoid confusion.
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Fri, 06 Feb 2009 03:50:26 +0000 Daniel Atallah Fix a null ptr deref/double free. Fixes #8336.
Sun, 16 Nov 2008 00:10:02 +0000 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
Fri, 08 Aug 2008 23:34:27 +0000 Daniel Atallah Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Thu, 25 Oct 2007 07:39:26 +0000 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
Thu, 20 Sep 2007 02:38:49 +0000 Sadrul Habib Chowdhury Reset file descriptors to -1 instead of 0. This should fix some weird unexpected
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Fri, 28 Sep 2007 15:37:10 +0000 Richard Laager applied changes from 7f71045586c32cffc40f836f3fba92c693adda57
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
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.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 11 Feb 2007 19:34:27 +0000 Mark Doliner Minor warning fix
Sun, 28 Jan 2007 15:05:23 +0000 Evan Schoenberg Fix a crash when a network_listen_range process is canceled before its UPnP port mapping completes, which occurs regularly on certain routers when file transfers are initiated and then quickly finished. Much thanks to Elliott Harris and Eric Richie for their hard work with me hunting this down and fixing it.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/