log libpurple/protocols/msn/directconn.c @ 30438:e0c368986e1f

age author description
Thu, 18 Mar 2010 03:54:48 +0000 Elliott Sales de Andrade OK, so maybe this one does need to be static.
Thu, 18 Mar 2010 03:49:05 +0000 Elliott Sales de Andrade I don't know why any of these variables need to be static.
Thu, 18 Mar 2010 03:40:07 +0000 Elliott Sales de Andrade Tabs-to-spaces.
Thu, 18 Mar 2010 03:29:28 +0000 Elliott Sales de Andrade Re-indent directconn.h, and fix a typo.
Thu, 18 Mar 2010 03:15:01 +0000 Elliott Sales de Andrade De-spacify.
Wed, 17 Mar 2010 03:45:07 +0000 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
Thu, 13 Aug 2009 01:47:54 +0000 Mark Doliner Just add a note that this code sucks
Thu, 13 Aug 2009 01:31:15 +0000 Mark Doliner The amount of indirection in the msn prpl bothers me, so I'm flatteneing
Sun, 02 Aug 2009 05:04:41 +0000 Paul Aurich Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.
Fri, 12 Dec 2008 07:26:20 +0000 Richard Laager Remove a hardcoded file path in some debugging code.
Fri, 12 Dec 2008 06:52:39 +0000 Richard Laager Remove some #if 0'ed debugging code.
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.
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
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);
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Thu, 20 Sep 2007 17:45:37 +0000 Daniel Atallah Fix incorrect purple_proxy_connect() callback and comment out an unused function.
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Sat, 07 Jul 2007 03:52:12 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 007693114b23cd2711c1cb9030a148e2f63de8c8)
Sat, 26 May 2007 13:59:07 +0000 Stu Tomlinson Revert a bunch of whitespace changes so reviewing a diff against
Sun, 21 Oct 2007 04:46:33 +0000 Luke Schierer applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
Fri, 28 Sep 2007 15:42:52 +0000 Richard Laager applied changes from c18e666803193ac1b4f024b704371b20ca347246
Sun, 15 Apr 2007 04:12:27 +0000 Ka-Hing Cheung Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 04 Jul 2007 15:26:17 +0000 Evan Schoenberg accept() wants a pointer to a socklen_t, not an unsigned int. This has no programattic effect, since we don't actually use the return value, but it silences a warning on my system.
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/