Mercurial > pidgin
log libpurple/win32/libc_interface.c @ 22005:829d054f4f1a
age | author | description |
---|---|---|
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. |