log libpurple/upnp.c @ 31921:0e7c5fe661e5

age author description
2010-12-28 Paul Aurich upnp: Asynch-ronize the callbacks from UPnP to calling code. Refs #12387
2010-11-29 Mark Doliner I prefer this syntax. Plus, it's slightly faster... right?
2010-07-12 Sadrul Habib Chowdhury Remove some timeout/input handlers for upnp.
2010-05-29 Elliott Sales de Andrade Fix a read-after-free from valgrind:
2010-05-29 Elliott Sales de Andrade Comment spellcheck.
2010-03-04 Ethan Blanton Handle read of length 0 in upnp code.
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-05-02 Daniel Atallah Use matching buffer lengths to avoid confusion.
2009-03-02 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
2009-01-26 Mark Doliner Remove trailing whitespace
2009-02-06 Daniel Atallah Fix a null ptr deref/double free. Fixes #8336.
2008-11-16 Richard Laager propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)
2008-08-08 Daniel Atallah Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2007-10-25 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
2007-09-20 Sadrul Habib Chowdhury Reset file descriptors to -1 instead of 0. This should fix some weird unexpected
2007-09-28 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
2007-09-28 Richard Laager applied changes from 7f71045586c32cffc40f836f3fba92c693adda57
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-03-31 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.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-11 Mark Doliner Minor warning fix
2007-01-28 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.
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/