log libpurple/win32/libc_interface.c @ 23567:a9db0aec7e59

age author description
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/