Mercurial > pidgin.yaz
graph
-
Use MAXPATHLEN instead of 256 for some path buffer sizesThu, 11 Aug 2011 16:08:40 +0000, by Ethan Blanton
-
Patch up mergeThu, 11 Aug 2011 14:45:26 +0000, by Ethan Blanton
-
merge of '269c6e29c67a1c066871499e76575d4700bf6744'Thu, 11 Aug 2011 14:44:44 +0000, by Ethan Blanton
-
Update ChangeLog for EFF credit, completenessSun, 17 Jul 2011 21:57:50 +0000, by Ethan Blanton
-
Change another hostname lookup fallback to use g_strlcpy.Sun, 17 Jul 2011 21:14:23 +0000, by Ethan Blanton
-
Use g_strlcpy instead of strcpy in MSN alias string creation.Sun, 17 Jul 2011 21:10:42 +0000, by Ethan Blanton
-
Copy hostname fallbacks using g_strlcpy instead of strcpy.Sun, 17 Jul 2011 21:04:52 +0000, by Ethan Blanton
-
Complete the conversion of win32 utsname construction to bounds-checked access.Sun, 17 Jul 2011 20:55:12 +0000, by Ethan Blanton
-
Fill out struct utsname on win32 using g_strlcpy instead of strcpy.Sun, 17 Jul 2011 20:52:50 +0000, by Ethan Blanton
-
Changed a strcpy in the mxit prpl to a bounds-checked g_strlcpy.Sun, 17 Jul 2011 20:36:15 +0000, by Ethan Blanton
-
Replace an unchecked strcpy with g_strlcpy().Sun, 17 Jul 2011 17:48:47 +0000, by Ethan Blanton
-
Fix up several Tcl loader string copies to use g_strlcpy().Sun, 17 Jul 2011 17:34:55 +0000, by Ethan Blanton
-
Fix up Zephyr g_strlcpy patchSun, 17 Jul 2011 17:17:19 +0000, by Ethan Blanton
-
Replace numerous strcpy() invocations with strlcpy() in Zephyr.Sun, 17 Jul 2011 03:57:21 +0000, by Ethan Blanton
-
Credit the EFF for the following diffsSun, 17 Jul 2011 03:56:39 +0000, by Ethan Blanton
-
German translation update for 2.10.0Thu, 11 Aug 2011 08:28:31 +0000, by Bj«Órn Voigt
-
merge of '56ec802a4201a596a1bf852cae8f08819ca6bedc'Thu, 11 Aug 2011 06:36:47 +0000, by Mark Doliner
-
Fix this compile warning:Mon, 08 Aug 2011 03:52:25 +0000, by Mark Doliner
-
Don't accidentally add a second login timeout. This shouldn't happenMon, 08 Aug 2011 21:49:06 +0000, by Elliott Sales de Andrade
-
Don't request the AB if getting the contact list failed. Either there'sMon, 08 Aug 2011 21:43:19 +0000, by Elliott Sales de Andrade
-
Fix logging into Yahoo! JAPAN. Fixes #14259.Sun, 07 Aug 2011 02:10:04 +0000, by John Bailey
-
Bj«Órn Voigt pointed out that my plugin info dialog doesn't show the e-mailSat, 06 Aug 2011 04:52:18 +0000, by John Bailey
-
German translation updateSun, 31 Jul 2011 10:35:47 +0000, by Bj«Órn Voigt
-
Fix crash selecting Tools->Set Mood when you're online with anTue, 26 Jul 2011 06:32:35 +0000, by Mark Doliner
-
Add Maiku's revision b22fe1b183e37298da577f19bdca6f318b209324 to the changelog.Tue, 26 Jul 2011 06:22:43 +0000, by Mark Doliner
-
Destroy the existing Nexus if we get a second USR SSO. This mightFri, 22 Jul 2011 19:55:24 +0000, by Elliott Sales de Andrade
-
log_reader: Properly fix the QIP crash, and unbreak the Trillian reader (c is NULL the last time through, so just quit out early then)Thu, 21 Jul 2011 06:10:54 +0000, by Paul Aurich
-
sametime: Compile! (other build environment apparently lacked libmeanwhile...)Thu, 21 Jul 2011 05:55:03 +0000, by Paul Aurich
-
log_reader: Fix an actual crash in the QIP reader.Thu, 21 Jul 2011 05:39:48 +0000, by Paul Aurich
-
merge of '60a632cb295df557713697e92727d551d7345451'Thu, 21 Jul 2011 05:37:06 +0000, by Paul Aurich
-
log_reader: strchr(), and some simplifying to make clang happierThu, 21 Jul 2011 05:36:54 +0000, by Paul Aurich
-
sametime: Avoid a theoretical null strcmpThu, 21 Jul 2011 03:26:18 +0000, by Paul Aurich
-
prefs: Avoid an atoi(NULL) when reading the prefs from diskThu, 21 Jul 2011 03:16:51 +0000, by Paul Aurich
-
dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attentionWed, 20 Jul 2011 16:51:55 +0000, by Paul Aurich
-
dnssrv: Refactor to reduce code duplicationWed, 20 Jul 2011 05:04:37 +0000, by Paul Aurich
-
Fix build of dnssrv.c on Windows; thanks to eschman for pointing this out.Tue, 19 Jul 2011 20:07:25 +0000, by Paul Aurich
-
Fix the handling of IRC formatting following mIRC ^O.Tue, 19 Jul 2011 16:56:23 +0000, by Ethan Blanton
-
dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.Sun, 17 Jul 2011 20:38:09 +0000, by Paul Aurich
-
dnssrv: Proper memory management here, which stops random crashes elsewhere.Sun, 17 Jul 2011 20:08:13 +0000, by Paul Aurich
-
dnssrv: Avoid a few extraneous iterations through the list. Refs #12647Sun, 17 Jul 2011 17:23:17 +0000, by Paul Aurich
-
Whitespace changesSun, 17 Jul 2011 17:15:13 +0000, by Paul Aurich
-
Fixes to the PurpleSrvTxtQueryUiOps code. Refs #12647Sun, 17 Jul 2011 17:14:21 +0000, by thijsalkemade
-
La de dah, thanks JohnSun, 17 Jul 2011 05:29:19 +0000, by Paul Aurich
-
jabber: Fix /join behavior. Closes #14205.Sun, 17 Jul 2011 05:08:07 +0000, by Paul Aurich
-
pidgin: Fix building on GTK+ less than 2.14.Sun, 17 Jul 2011 04:03:42 +0000, by Paul Aurich
-
gg: Fix build w/ older versions of GnuTLS.Sun, 17 Jul 2011 03:55:29 +0000, by Paul Aurich
-
More debugging informations when updating avatars in Gadu-GaduThu, 14 Jul 2011 21:59:44 +0000, by tomkiewicz
-
Remove duplicate calls to msn_slpmsg_set_slplink. This function isThu, 14 Jul 2011 05:54:10 +0000, by Elliott Sales de Andrade
-
Suppress error spews when we've left an IRC channel but the window is open.Tue, 12 Jul 2011 19:49:44 +0000, by Ethan Blanton
-
Fix some closes on invalid fds, which can crash on Windows.Sun, 10 Jul 2011 13:11:36 +0000, by Florian Qu«²ze
-
ChangeLogging.Sat, 09 Jul 2011 22:34:25 +0000, by John Bailey
-
Make the ChangeLog.API entry accurate.Sat, 09 Jul 2011 22:33:41 +0000, by John Bailey
-
We're now 2.10.0 because I added the plugin info dialog.Sat, 09 Jul 2011 22:32:24 +0000, by John Bailey
-
Add a plugin information dialog that shows information for all plugins, evenSat, 09 Jul 2011 22:27:13 +0000, by John Bailey
-
We have not been in 2009 while ago nor this project is dead.Fri, 08 Jul 2011 01:37:00 +0000, by masca
-
Update the AUTHORS file with the information in the Developer Information window.Fri, 08 Jul 2011 01:35:31 +0000, by masca