Mercurial > pidgin
graph
-
optimization: finding offsets without converting to UTF8 and escapingTue, 26 Jun 2007 11:11:40 +0000, by Michael Shkutkov
-
avoiding some finding EOL and creating new log only in one placeTue, 26 Jun 2007 10:39:41 +0000, by Michael Shkutkov
-
using purple_debug_info instead of purple_debug_errorTue, 26 Jun 2007 09:58:05 +0000, by Michael Shkutkov
-
using while cycle instead of g_strrstr, because g_strrstr doesn't work properly. g_strrstr finds the last '(' of the string, not the line.Tue, 26 Jun 2007 09:50:40 +0000, by Michael Shkutkov
-
Optimize this QIP code some more.Mon, 25 Jun 2007 00:47:02 +0000, by Richard Laager
-
Trying to avoid duplicating a single line of code is stupid. I've finallyMon, 25 Jun 2007 00:13:01 +0000, by Richard Laager
-
Prepend to lists for performance, and use g_list_reverse when the list isSun, 24 Jun 2007 23:52:08 +0000, by Richard Laager
-
Remove trailing whitespace.Sun, 24 Jun 2007 23:40:09 +0000, by Richard Laager
-
Avoid some extra nesting.Sun, 24 Jun 2007 23:37:53 +0000, by Richard Laager
-
Eliminate some leaks.Sun, 24 Jun 2007 22:20:15 +0000, by Richard Laager
-
Change the purple_debug(level, ...) statements to purple_debug_level(...)Sun, 24 Jun 2007 22:19:51 +0000, by Richard Laager
-
internal.h includes config.h, so let's not do it twiceSun, 24 Jun 2007 21:13:33 +0000, by Richard Laager