Mercurial > pidgin
graph
-
Ref the slplink before destroying the DC, or we might lose our slpcall.Mon, 17 May 2010 08:45:46 +0000, by Elliott Sales de Andrade
-
Use msn_dc_fallback_to_p2p where possible.Mon, 17 May 2010 08:42:51 +0000, by Elliott Sales de Andrade
-
merge of '4fc447ffec2a8d0d5fde9ccdb17acf825a5ccab5'Mon, 17 May 2010 08:04:00 +0000, by Elliott Sales de Andrade
-
This is not a timeout, but an input handler.Mon, 17 May 2010 07:56:00 +0000, by Elliott Sales de Andrade
-
Fallback to P2P if connecting to external IP didn't work immediately.Mon, 17 May 2010 07:34:52 +0000, by Elliott Sales de Andrade
-
If removing a timeout and return FALSE in its handler isn't good, thenSat, 15 May 2010 08:02:08 +0000, by Elliott Sales de Andrade
-
merge of 'b5086a027dfbc0926b74627b9783794d250c2cb4'Fri, 14 May 2010 06:57:26 +0000, by Elliott Sales de Andrade
-
merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'Tue, 11 May 2010 06:32:00 +0000, by Elliott Sales de Andrade
-
We can't both remove a timeout and return FALSE in its callback.Sat, 08 May 2010 00:08:01 +0000, by Elliott Sales de Andrade
-
merge of '5378b2067023c1be51d87906196d87f03c9992e3'Fri, 07 May 2010 20:04:42 +0000, by Elliott Sales de Andrade
-
Close the DC when the slplink is empty.Thu, 06 May 2010 07:40:34 +0000, by Elliott Sales de Andrade
-
This should probably work a bit better. At least, we want to get rid of anyThu, 06 May 2010 07:36:56 +0000, by Elliott Sales de Andrade
-
I think user might be NULL here.Thu, 06 May 2010 05:24:06 +0000, by Elliott Sales de Andrade
-
Valgrind pointed out that dest and src may overlap, so we need to useWed, 05 May 2010 09:07:10 +0000, by Elliott Sales de Andrade
-
I've seen packet sizes larger than our current maximum. Hopefully 8KiB isWed, 05 May 2010 08:18:35 +0000, by Elliott Sales de Andrade
-
Remote more seemingly unnecessary stuff.Wed, 05 May 2010 08:14:40 +0000, by Elliott Sales de Andrade
-
I'm not sure what this stuff is, but it looks old and useless.Wed, 05 May 2010 08:11:05 +0000, by Elliott Sales de Andrade
-
I'm pretty sure we need to actually use dc->msg_pos for something, insteadWed, 05 May 2010 07:33:55 +0000, by Elliott Sales de Andrade
-
I think this finally works with both aMSN and the official client, forWed, 05 May 2010 07:32:45 +0000, by Elliott Sales de Andrade
-
Try and reduce some code duplication.Wed, 05 May 2010 07:29:24 +0000, by Elliott Sales de Andrade
-
Make msn_dc_fallback_to_p2p non-static, and remove some old code.Wed, 05 May 2010 07:26:57 +0000, by Elliott Sales de Andrade
-
It's probably a good idea to free the direct connection when the slplinkWed, 05 May 2010 07:15:55 +0000, by Elliott Sales de Andrade
-
The length of a DC packet does not include itself.Wed, 05 May 2010 07:02:05 +0000, by Elliott Sales de Andrade
-
It seems like every DC packet requires a length, so why make every littleSun, 25 Apr 2010 23:38:27 +0000, by Elliott Sales de Andrade
-
Obviously, if this comparison fails, I should be returning FALSE.Sun, 25 Apr 2010 23:15:32 +0000, by Elliott Sales de Andrade
-
All these processing functions are called from places where dc != NULL,Sat, 24 Apr 2010 20:39:06 +0000, by Elliott Sales de Andrade
-
Remove some duplicate code.Sat, 24 Apr 2010 20:37:49 +0000, by Elliott Sales de Andrade
-
Don't bother sending a direct connection request if the other side doesn'tSat, 24 Apr 2010 06:52:06 +0000, by Elliott Sales de Andrade
-
Support old-style Nonce, which should let us use direct connections toSat, 24 Apr 2010 06:41:52 +0000, by Elliott Sales de Andrade
-
These lines are redundant since this was allocated with g_new0.Sat, 24 Apr 2010 02:29:34 +0000, by Elliott Sales de Andrade
-
Save remote nonce, and verify we get the same data when initiating theFri, 23 Apr 2010 22:38:13 +0000, by Elliott Sales de Andrade
-
merge of '21280175da42b51e30e31b091bb3b4adf7708407'Fri, 23 Apr 2010 22:19:23 +0000, by Elliott Sales de Andrade
-
Fix some leaks, and simplify these branches.Fri, 23 Apr 2010 20:53:57 +0000, by Elliott Sales de Andrade
-
A direct connection shouldn't be FT-only.Fri, 23 Apr 2010 20:45:05 +0000, by Elliott Sales de Andrade
-
Set some information for debugging.Fri, 23 Apr 2010 00:03:20 +0000, by Elliott Sales de Andrade
-
I'm not sure how this worked, since g_strdup should stop at \0.Mon, 19 Apr 2010 08:37:10 +0000, by Elliott Sales de Andrade
-
NULL-ing this stuff after free is nice in theory, but totally pointlessMon, 19 Apr 2010 08:36:23 +0000, by Elliott Sales de Andrade
-
Remove one more unused code block, and unnecessary variable.Mon, 19 Apr 2010 08:27:05 +0000, by Elliott Sales de Andrade
-
This doesn't appear to be a programming error.Mon, 19 Apr 2010 08:20:24 +0000, by Elliott Sales de Andrade
-
Remove old code that was commented out, but is really just not necessary.Mon, 19 Apr 2010 08:05:55 +0000, by Elliott Sales de Andrade
-
Fix some double-frees and/or leaks.Mon, 19 Apr 2010 07:41:56 +0000, by Elliott Sales de Andrade
-
More minor fixes. Spelling, extra variables, etc.Mon, 19 Apr 2010 07:11:46 +0000, by Elliott Sales de Andrade
-
MSN caps are unsigned.Sun, 11 Apr 2010 07:39:02 +0000, by Elliott Sales de Andrade
-
Fix typo.Sun, 11 Apr 2010 05:54:05 +0000, by Elliott Sales de Andrade
-
Minor cleanups.Sun, 11 Apr 2010 05:53:02 +0000, by Elliott Sales de Andrade
-
This DC stuff is a bit verbose.Sun, 11 Apr 2010 05:27:20 +0000, by Elliott Sales de Andrade
-
This DC stuff seems a bit verbose.Sun, 11 Apr 2010 05:25:54 +0000, by Elliott Sales de Andrade
-
I don't like accessing memory by magic-constant.Thu, 18 Mar 2010 04:30:27 +0000, by Elliott Sales de Andrade
-
Clean up msn_dc_generate_nonce. It just looked weird.Thu, 18 Mar 2010 04:12:36 +0000, by Elliott Sales de Andrade
-
OK, so maybe this one does need to be static.Thu, 18 Mar 2010 03:54:48 +0000, by Elliott Sales de Andrade
-
I don't know why any of these variables need to be static.Thu, 18 Mar 2010 03:49:05 +0000, by Elliott Sales de Andrade
-
Tabs-to-spaces.Thu, 18 Mar 2010 03:40:07 +0000, by Elliott Sales de Andrade
-
Re-indent directconn.h, and fix a typo.Thu, 18 Mar 2010 03:29:28 +0000, by Elliott Sales de Andrade
-
De-spacify.Thu, 18 Mar 2010 03:15:01 +0000, by Elliott Sales de Andrade
-
Initial support for direct connections. Preliminary patch from ticket #247Wed, 17 Mar 2010 03:45:07 +0000, by kukkerman
-
Improve error handlingFri, 21 May 2010 21:28:24 +0000, by Daniel Atallah
-
jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.Fri, 21 May 2010 05:35:33 +0000, by Paul Aurich
-
jabber: trailing_whitespace--;Fri, 21 May 2010 05:28:59 +0000, by Paul Aurich
-
jabber: Fix a case where a broken server would hang the connection.Fri, 21 May 2010 03:26:15 +0000, by Paul Aurich