log libpurple/win32/libc_interface.c @ 31773:e529d0b57a5f

age author description
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.
Fri, 16 Nov 2007 05:31:39 +0000 Daniel Atallah Suppress warning
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sun, 21 Oct 2007 04:46:33 +0000 Luke Schierer applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 01 Jul 2007 01:46:01 +0000 Nick Hebner Fix some S_ISDIR calls to work with Visual Studio. --rlaager
Fri, 08 Jun 2007 19:31:31 +0000 Daniel Atallah Pretend that WSAEINPROGRESS is EAGAIN (for our purposes, I think they are equivalent). I think this might help #485. References #485.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/