log libpurple/win32/libc_interface.c @ 32778:1c0d9e817dcc

age author description
Tue, 13 Dec 2011 15:33:12 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin.2.x.y' (head 83dd0d90742e9ccf6890fc21736440df73e48f24)
Tue, 13 Dec 2011 15:24:16 +0000 Eion Robb Fix the compilation of the Bonjour prpl on Windows.
Thu, 15 Sep 2011 21:52:28 +0000 andrew victor Remove deprecated wpurple_g_access().
Fri, 26 Aug 2011 19:26:33 +0000 Daniel Atallah Remove wpurple_rename(). I suspect nobody actually ever used it directly
Sun, 17 Jul 2011 17:48:47 +0000 Ethan Blanton Replace an unchecked strcpy with g_strlcpy().
Fri, 17 Sep 2010 14:40:13 +0000 Daniel Atallah Fix some cases where an arbitrary string was being specified as a printf format.
Mon, 01 Mar 2010 04:29:18 +0000 Daniel Atallah Warning fixes
Thu, 18 Feb 2010 23:32:18 +0000 Daniel Atallah Win32 build updates
Sat, 22 Aug 2009 21:47:20 +0000 John Bailey Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.
Thu, 01 Jan 2009 23:17:11 +0000 Daniel Atallah Fix from the QuteCom folks to compile with Glib < 2.8.5 with MSVC. Fixes #7761. Also some minor cleanup from me.
Tue, 02 Dec 2008 02:06:19 +0000 Daniel Atallah (Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs.
Sat, 19 Jul 2008 00:18:18 +0000 Daniel Atallah Fix running several Bonjour instances on the same machine.
Fri, 25 Apr 2008 17:49:25 +0000 Daniel Atallah Use g_snprintf() instead of snprintf(), which isn't really available on
Mon, 17 Mar 2008 20:32:02 +0000 Daniel Atallah I was wondering why the more sane error messges were never appearing... now I know. There is also a fix here that uses glib's internal rename stuff on recent versions because it is more robust than our win32 version.
Mon, 26 Nov 2007 23:39:42 +0000 Daniel Atallah Better error messages for common Winsock errors. This was Kevin's wonderful idea.