log libpurple/network.c @ 26137:c56e8826fed0

age author description
Thu, 22 Jan 2009 23:04:52 +0000 Marcus Lundblad Added support to generate relayed candidates (TURN).
Sat, 17 Jan 2009 01:38:44 +0000 Marcus Lundblad Run an asynchronous DNS lookup for the STUN server IP (to set as a property
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Fri, 02 Jan 2009 22:35:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
Fri, 28 Nov 2008 06:06:35 +0000 Richard Laager Add a -f/--force-online option to Pidgin which tells libpurple to claim the
Fri, 30 Jan 2009 17:48:47 +0000 Daniel Atallah Fix 3 different race conditions in the win32 network management functionality.
Thu, 01 Jan 2009 16:51:09 +0000 Paul Aurich Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.
Sun, 26 Oct 2008 00:29:27 +0000 Richard Laager Improve our NetworkManager support in a couple of ways:
Tue, 12 Aug 2008 23:35:02 +0000 Daniel Atallah More leaks of fds to client processes.
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
Thu, 19 Jun 2008 18:12:54 +0000 Stu Tomlinson Unleak
Sun, 11 May 2008 00:27:18 +0000 Richard Laager Use pkg-config to detect NetworkManager. Also, fail if it isn't present,
Sat, 10 May 2008 23:19:10 +0000 Richard Laager Modify the NetworkManager support to use "StateChange" directly, instead of
Sat, 10 May 2008 05:48:52 +0000 Richard Laager Fix some whitespace as noticed by QuLogic.
Sat, 10 May 2008 05:15:58 +0000 Richard Laager Changes suggested by QuLogic to fix my broken changes to the NetworkManager
Sat, 10 May 2008 03:32:58 +0000 Richard Laager Update configure.ac to properly detect Network Manager (via NetworkManager.h instead of libnm_glib). Also, change the code so that if NetworkManager is dead, we'll assume we're connected to the network and try anyway.
Sat, 10 May 2008 03:29:15 +0000 Richard Laager A patch from QuLogic to replace the libnm_glib calls with straight DBus
Mon, 31 Mar 2008 02:17:53 +0000 Stu Tomlinson Make some more things static
Tue, 18 Dec 2007 08:42:41 +0000 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
Sat, 01 Dec 2007 03:41:37 +0000 Etan Reisner merge of '282b4acb46729e4358221cb7cc78ad9373289199'
Fri, 30 Nov 2007 23:25:28 +0000 Daniel Atallah Allow UPnP and NAT-PMP port mapping to be disabled via a pref. This means that UPnP discovery will not occur if this new pref and the "Autodetect IP Address" pref are both unchecked. Fixes #4157.
Mon, 19 Nov 2007 23:06:16 +0000 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
Tue, 13 Nov 2007 04:29:06 +0000 Daniel Atallah Don't map the port used for bonjour file transfers externally. This adds a new function that will go away in 3.0.0 when we can modify purple_network_do_listen to take an additional parameter.
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Thu, 18 Oct 2007 02:11:23 +0000 Etan Reisner Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit
Sun, 21 Oct 2007 04:46:33 +0000 Luke Schierer applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
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.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 04 Sep 2007 18:08:14 +0000 Daniel Atallah Store the socket_type in the PurpleNetworkListenData correctly so that callback functions can use it correctly. Fixes #2933.