log libpurple/protocols/msn/servconn.c @ 24386:6e4979001d6d

age author description
Wed, 12 Nov 2008 09:10:29 +0000 Mark Doliner The "processing" flag basically says "this connection is busy, don't
Tue, 30 Sep 2008 06:40:11 +0000 Ka-Hing Cheung print out the servconn number when it's disconnected
Tue, 12 Aug 2008 23:35:02 +0000 Daniel Atallah More leaks of fds to client processes.
Sun, 10 Aug 2008 04:59:17 +0000 Elliott Sales de Andrade Fix up some types.
Fri, 01 Aug 2008 04:06:42 +0000 Elliott Sales de Andrade Update MSN's last_received time when we receive something on the NS
Sun, 13 Jul 2008 01:15:09 +0000 Elliott Sales de Andrade On MSN, cancel the connection process to a server before checking
Wed, 09 Jul 2008 04:39:02 +0000 Elliott Sales de Andrade In MSN servconn, make handling of EAGAIN similar to that in httpconn.
Mon, 23 Jun 2008 04:10:46 +0000 Elliott Sales de Andrade Allow forcing an MSN HTTP connection to connect to a new server. This
Fri, 06 Jun 2008 22:46:04 +0000 Mark Doliner Delete trailing whitespace
Mon, 12 May 2008 02:24:20 +0000 Daniel Atallah Build fixes for MSVC
Fri, 25 Jan 2008 13:43:46 +0000 Stu Tomlinson compile fix
Wed, 23 Jan 2008 23:28:38 +0000 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Sun, 14 Oct 2007 09:57:32 +0000 Mark Doliner Fix all our calls to fcntl(listenfd, F_SETFL, O_NONBLOCK);