log libpurple/proxy.c @ 32524:0c2efa69492b

age author description
Sat, 18 Feb 2012 23:26:02 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head 9e9d09486a04f5adb2e51b0f5aada69a9b053e93)
Mon, 23 Jan 2012 16:22:33 +0000 Daniel Atallah xnyhps noticed that 'purple_proxy_connect_socks5' is passing the handle to the
Thu, 22 Dec 2011 08:39:45 +0000 Elliott Sales de Andrade Remove dead assignments found with clang-analyzer.
Mon, 05 Sep 2011 20:37:04 +0000 andrew victor purple_proxy_connect_socks5() was deprecated in 2.8.0, and can be removed for 3.0.0.
Fri, 02 Sep 2011 02:42:39 +0000 Elliott Sales de Andrade Hide PurpleProxyInfo struct.
Fri, 02 Sep 2011 01:57:25 +0000 Elliott Sales de Andrade Replace purple_dnsquery_a_account with purple_dnsquery_a.
Sun, 17 Jul 2011 21:04:52 +0000 Ethan Blanton Copy hostname fallbacks using g_strlcpy instead of strcpy.
Tue, 03 May 2011 12:49:56 +0000 Daniel Atallah merge of '8a2ad25fe0712bc0d47a1229671868560599a2cd'
Tue, 03 May 2011 04:57:17 +0000 Daniel Atallah proxy: Use account proxy when making standalone SOCKS5 connections.
Tue, 03 May 2011 05:19:14 +0000 Paul Aurich purple: Fix some compiler warnings related to new API and missing prototypes.
Tue, 19 Apr 2011 04:58:17 +0000 Daniel Atallah Add new DNS-related API to perform lookups in the context of an account.
Tue, 19 Apr 2011 04:41:59 +0000 Daniel Atallah Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can be
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Thu, 22 Apr 2010 03:09:15 +0000 mklencke Fix an invalid memory deref with Windows proxy settings when there's no ":port"
Sun, 14 Feb 2010 08:05:08 +0000 Paul Aurich proxy: Fix printing IPv6 addresses