log libpurple/win32/libc_interface.c @ 27058:08964b4b2fe4

age author description
2009-01-01 Daniel Atallah Fix from the QuteCom folks to compile with Glib < 2.8.5 with MSVC. Fixes #7761. Also some minor cleanup from me.
2008-12-02 Daniel Atallah (Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs.
2008-07-19 Daniel Atallah Fix running several Bonjour instances on the same machine.
2008-04-25 Daniel Atallah Use g_snprintf() instead of snprintf(), which isn't really available on
2008-03-17 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.
2007-11-26 Daniel Atallah Better error messages for common Winsock errors. This was Kevin's wonderful idea.
2007-11-16 Daniel Atallah Suppress warning
2007-11-03 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
2007-10-21 Luke Schierer applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-07-01 Nick Hebner Fix some S_ISDIR calls to work with Visual Studio. --rlaager
2007-06-08 Daniel Atallah Pretend that WSAEINPROGRESS is EAGAIN (for our purposes, I think they are equivalent). I think this might help #485. References #485.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/