Mercurial > pidgin
graph
-
Fix a leak of the dns query results.Fri, 26 Oct 2007 05:10:16 +0000, by Daniel Atallah
-
merge of '624a8a3a5fd07708e24e8238a0d745c857ca9c72'Fri, 26 Oct 2007 05:07:17 +0000, by Daniel Atallah
-
Fix a double-free that was not fun to track down. Fixes #3688.Fri, 26 Oct 2007 04:52:56 +0000, by Daniel Atallah
-
Another patch from Andrew Gaul that plugs a leak:Fri, 26 Oct 2007 05:22:26 +0000, by Ka-Hing Cheung
-
Patch from Andrew Gaul to constify a bunch of static variables to reduceFri, 26 Oct 2007 04:59:23 +0000, by Ka-Hing Cheung
-
Return if we couldn't get our buddylist rather than trying toFri, 26 Oct 2007 00:13:18 +0000, by Mark Doliner
-
Fix a crash that occurs when the HTTP call to set/get yahoo aliases fails. When purple_util_fetch_url_request() returns NULL, it has already triggered the callback. Fixes #3668.Thu, 25 Oct 2007 23:28:01 +0000, by Daniel Atallah
-
Adjust ChangeLog.win32 slightly.Thu, 25 Oct 2007 20:12:01 +0000, by Kevin Stange
-
merge of '80428952b570d014e6a4014048edcf0bde18eebb'Thu, 25 Oct 2007 18:51:45 +0000, by Sean Egan
-
Note that imhtml->clipboard[text|html]_string are deprecated.Thu, 25 Oct 2007 04:43:01 +0000, by Daniel Atallah
-
Don't assign ownership of the CLIPBOARD to the IMHtml - it doesn't really own the data and then we don't have problems of overwriting what others put in the clipboard. Fixes #3616.Thu, 25 Oct 2007 04:36:18 +0000, by Daniel Atallah
-
merge of '7793ae5b4dd75b3c2f62c2502dbd08c76dbe7b1c'Thu, 25 Oct 2007 01:59:58 +0000, by Richard Laager
-
don't assume </stream:stream> means the conversation window is closed. Fixes #3690Thu, 25 Oct 2007 18:51:39 +0000, by Sean Egan
-
Use gtk_window_set_focus_on_map() to prevent focus on new conversation windows (hopefully only) when the new window was prompted by an external event. This seems to work pretty well, but I suppose those with higher expectations of their WM will be sure to tell me if this messes something up. References #3618.Wed, 24 Oct 2007 03:29:33 +0000, by Daniel Atallah
-
- Add finch.pc to finch-develTue, 23 Oct 2007 21:52:55 +0000, by Stu Tomlinson
-
Let's try this coloring instead.Thu, 25 Oct 2007 01:57:28 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 5b8360c29b011dc10812b101bc5fa0f63b598d0b)Tue, 23 Oct 2007 17:41:06 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 26e8d524b9c27b92a3614f69b1cd2fba504d7850)Tue, 23 Oct 2007 17:32:34 +0000, by Richard Laager
-
Bump the version to 2.2.3Tue, 23 Oct 2007 17:30:01 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)Tue, 23 Oct 2007 17:27:12 +0000, by Richard Laager
-
MSN personal status messages are plain text, not HTML. Previously, we were unescaping the message but not stripping it, which left any HTML tags intact.Fri, 19 Oct 2007 12:22:57 +0000, by Evan Schoenberg
-
There's an #ifdef in MSIM which, if enabled, allows the user to specifyFri, 19 Oct 2007 03:23:11 +0000, by Kevin Stange
-
Fix a warningFri, 19 Oct 2007 03:05:58 +0000, by Kevin Stange
-
Fix compile with --enable-debugFri, 19 Oct 2007 03:03:45 +0000, by Kevin Stange
-
Leak fix.Fri, 19 Oct 2007 02:12:00 +0000, by Daniel Atallah
-
Don't reinitialize the OIM session on subsequent calls.Fri, 19 Oct 2007 01:42:52 +0000, by Daniel Atallah
-
Cleanup some unnecessary NULL checks in g_strdup()/g_free().Fri, 19 Oct 2007 01:38:35 +0000, by Daniel Atallah
-
Leak fixes.Fri, 19 Oct 2007 01:28:55 +0000, by Daniel Atallah
-
Fix some leaks and prevent some unnecessary allocations and frees.Thu, 18 Oct 2007 23:51:10 +0000, by Daniel Atallah
-
Print debugging output when the win32 launcher gives up because Pidgin is already running.Thu, 18 Oct 2007 21:00:06 +0000, by Daniel Atallah
-
Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().Thu, 18 Oct 2007 20:20:57 +0000, by Daniel Atallah
-
Make Perl and Tcl debug information in the About dialog based on runtime information (the Perl and Tcl plugins being present) instead of compile time information. This should be more accurate. I don't know how this affects statically linked plugins (is that even possible for these plugins?).Thu, 18 Oct 2007 18:13:30 +0000, by Daniel Atallah
-
Update libxml2 to 2.6.30 for win32 build.Thu, 18 Oct 2007 16:23:23 +0000, by Daniel Atallah
-
merge of '3bee1aee40b5389caacd65f686618708d5bc65c8'Thu, 18 Oct 2007 14:37:23 +0000, by Daniel Atallah
-
Avoid unnecessary alloc/free.Wed, 17 Oct 2007 18:20:41 +0000, by Daniel Atallah
-
When getting info on a myspace user not on the buddy list, a temporaryThu, 18 Oct 2007 12:01:41 +0000, by Evan Schoenberg
-
Thanks to "phunkydizco" for noting some missing smileys in ICQ. Fixes #3522Thu, 18 Oct 2007 07:49:20 +0000, by Kevin Stange
-
Use the conversation title for unread message tooltips. Fixes #3557.Thu, 18 Oct 2007 06:15:56 +0000, by Casey Harkins
-
Prevent strlen() on non-nul-terminated string.Wed, 17 Oct 2007 18:13:33 +0000, by Daniel Atallah
-
Add notes about how the value argument to theWed, 17 Oct 2007 03:46:27 +0000, by Etan Reisner
-
merge of '216358713db91ffb0fc0dca95ad096c85290a20f'Wed, 17 Oct 2007 03:40:16 +0000, by Etan Reisner
-
merge of 'e33c17e58da161b8cffaf13e9d79e9bb4b9ce4ce'Wed, 17 Oct 2007 03:37:12 +0000, by Etan Reisner
-
Make binary zip when building the win32 installers.Tue, 16 Oct 2007 23:46:02 +0000, by Daniel Atallah
-
Etan pointed out that we should be using 64-bit variable types here.Tue, 16 Oct 2007 17:22:59 +0000, by Mark Doliner
-
Prevent a crash when the proxy username isn't specified. Fixes #3583.Tue, 16 Oct 2007 17:09:51 +0000, by Daniel Atallah
-
Updated Korean translation from Sushizang. He sent an email to theTue, 16 Oct 2007 08:01:45 +0000, by Mark Doliner
-
When signing on to an oscar account, if we check your screen name andTue, 16 Oct 2007 07:50:25 +0000, by Mark Doliner
-
Me and Jim Rodgers from meebo don't think that . _ and - are validTue, 16 Oct 2007 07:45:02 +0000, by Mark Doliner
-
Only free the GString "alt" if it's non-null. This was causing anTue, 16 Oct 2007 07:31:41 +0000, by Mark Doliner
-
Add the ability for our dbus server to send out int64 and uint64. ITue, 16 Oct 2007 07:24:25 +0000, by Mark Doliner
-
weight="bold" was getting set twice on tab titles when receiving anTue, 16 Oct 2007 07:10:33 +0000, by Mark Doliner
-
merge of '113d6b252a2d302b8b5d0fea0e2cc1d4abac3c9a'Tue, 16 Oct 2007 06:55:54 +0000, by Mark Doliner
-
merge of '51bc20100c62f71bc194d00b719c01b8dee40609'Tue, 16 Oct 2007 06:50:18 +0000, by Mark Doliner
-
merge of '4c59953fd39724c7b48e897585df61dab901c4d2'Tue, 16 Oct 2007 06:28:54 +0000, by Sadrul Habib Chowdhury
-
deryni noticed that the documentation and code do not match forTue, 16 Oct 2007 06:27:16 +0000, by Sadrul Habib Chowdhury
-
Use gtk_window_present() instead of gtk_widget_show() when showing theTue, 16 Oct 2007 06:54:55 +0000, by Mark Doliner
-
When checking for redirects in purple_util_fetch_url(), look forTue, 16 Oct 2007 06:40:06 +0000, by Mark Doliner
-
Make the docklet and buddy list menutray agree on unread messages. BothTue, 16 Oct 2007 04:27:20 +0000, by Casey Harkins
-
I think this was intendedTue, 16 Oct 2007 02:43:43 +0000, by Richard Nelson
-
Using i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) forMon, 15 Oct 2007 23:55:05 +0000, by Evan Schoenberg
-
merge of '59ab2b78429c94d5d0fc77b1b7892accb524e2a4'Mon, 15 Oct 2007 23:46:12 +0000, by Evan Schoenberg
-
merge of '8dfaab508a354f388e2c597bd4eef6e0703fa790'Mon, 15 Oct 2007 22:18:15 +0000, by Casey Harkins
-
merge of '107559a1f06aea6bcd2bc3914663a84a941f275c'Mon, 15 Oct 2007 18:56:04 +0000, by Sadrul Habib Chowdhury
-
merge of '732917d4f1ac90e4c7e5143bbd59513fd6eef921'Mon, 15 Oct 2007 11:19:33 +0000, by Will Thompson
-
Track the unseen state on the PurpleConversation for dettached convs. ThisMon, 15 Oct 2007 22:16:57 +0000, by Casey Harkins
-
Fix docklet blinking for real this time. Fixes #3211.Mon, 15 Oct 2007 04:45:51 +0000, by Casey Harkins
-
Handle unattached conversations appropriately when drawing tooltip forMon, 15 Oct 2007 04:37:41 +0000, by Casey Harkins
-
Fix some (rather large) leakage.Mon, 15 Oct 2007 04:48:28 +0000, by Daniel Atallah
-
Clarify the documentation for purple_notify_user_info_remove_entry() to indicated that it doesn't free the removed entry. Make purple_notify_user_info_remove_last_item() free the entry it is removing as that is the only sensible thing to do (otherwise purple_notify_user_info_remove_entry() should have been used instead). This fixes leakage in the msn prpl.Mon, 15 Oct 2007 04:46:53 +0000, by Daniel Atallah
-
merge of '4ac79800f2efc2dbe9a348189a545b149d6dfb44'Mon, 15 Oct 2007 04:42:44 +0000, by Daniel Atallah
-
merge of '60c313e0859ab5b5106920e3133826ed0ec09703'Mon, 15 Oct 2007 04:14:53 +0000, by Casey Harkins
-
More leak fixes.Mon, 15 Oct 2007 03:07:16 +0000, by Daniel Atallah
-
Leak fix.Mon, 15 Oct 2007 02:39:07 +0000, by Daniel Atallah
-
Prevent the rest of the list being leaked.Mon, 15 Oct 2007 02:12:29 +0000, by Daniel Atallah
-
merge of '4d5bbc54236419e777e3df044678b798605409bf'Mon, 15 Oct 2007 02:11:13 +0000, by Daniel Atallah
-
Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prplMon, 15 Oct 2007 23:46:02 +0000, by Evan Schoenberg
-
merge of '4d5bbc54236419e777e3df044678b798605409bf'Mon, 15 Oct 2007 01:44:52 +0000, by Evan Schoenberg
-
Fix CID 308, which was an error about code which could not be reached. IMon, 15 Oct 2007 00:47:48 +0000, by Richard Laager
-
disapproval of revision '9af00415175d29e7e9227c383939d392ea0af499'Mon, 15 Oct 2007 04:29:22 +0000, by Casey Harkins
-
Make the docklet blink again for unread messages. Fixes #3211.Mon, 15 Oct 2007 04:13:16 +0000, by Casey Harkins
-
Make clicking on the menutray in the buddy list present the first pendingMon, 15 Oct 2007 04:07:28 +0000, by Casey Harkins
-
Make sure that the "Change Status" submenu in the docklet context menuMon, 15 Oct 2007 01:53:38 +0000, by Casey Harkins
-
Fix some leaks.Mon, 15 Oct 2007 00:31:34 +0000, by Daniel Atallah
-
Fix reference leak of AtkObjects. Prevent an unnecessary allocation in pidgin_check_if_dir().Sun, 14 Oct 2007 23:26:52 +0000, by Daniel Atallah
-
Plug another leak.Sun, 14 Oct 2007 22:48:52 +0000, by Daniel Atallah
-
Plug a leak.Sun, 14 Oct 2007 21:42:50 +0000, by Daniel Atallah
-
Leak fix.Sun, 14 Oct 2007 20:25:20 +0000, by Daniel Atallah
-
merge of 'bc9860a748e1570dd84f3743dd22c9834f2d38aa'Sun, 14 Oct 2007 20:03:55 +0000, by Daniel Atallah
-
Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.Sun, 14 Oct 2007 19:52:38 +0000, by Richard Laager
-
s/@TODO/@todo/ for Doxygen.Sun, 14 Oct 2007 19:52:12 +0000, by Richard Laager
-
Fix a typo in a Doxygen comment.Sun, 14 Oct 2007 19:51:55 +0000, by Richard Laager
-
Add the constreturn macro. Perhaps I added this to Doxyfile and notSun, 14 Oct 2007 19:51:30 +0000, by Richard Laager
-
Use the patched GtkSpell to avoid excessive memory usage per-conversation. Fixes #1453.Sun, 14 Oct 2007 20:02:34 +0000, by Daniel Atallah
-
Fix linking with both Bonjour SDK 1.0.3 and 1.0.4 (which doesn't need to be done in the default build anyway).Sun, 14 Oct 2007 19:49:45 +0000, by Daniel Atallah
-
Fix all our calls to fcntl(listenfd, F_SETFL, O_NONBLOCK);Sun, 14 Oct 2007 09:57:32 +0000, by Mark Doliner
-
A patch from QuLogic to eliminate some duplication in the aMSN code, alsoSat, 13 Oct 2007 21:55:41 +0000, by Richard Laager
-
This is sure to be a controversial change... As I mentioned the other daySat, 13 Oct 2007 21:36:50 +0000, by Richard Laager
-
merge of '111659964eabcb60dd83e3598df42b5d4b788a90'Sat, 13 Oct 2007 21:23:54 +0000, by Richard Laager
-
Use glib guint32 type instead of uint32_t. Fixes #3511.Sat, 13 Oct 2007 17:37:55 +0000, by Daniel Atallah
-
nosnilmot points out that this is a better way to ensure the size is valid.Sat, 13 Oct 2007 17:23:40 +0000, by Daniel Atallah
-
disapproval of revision '94ce8a7c2dcd9c4ab8a0eff7fb4391ea043cd183'Sat, 13 Oct 2007 17:20:19 +0000, by Daniel Atallah
-
Prevent invalid data length from getting passed to fwrite.Sat, 13 Oct 2007 16:55:57 +0000, by Daniel Atallah
-
Patch from Will Hawkins for some cleanup of the SIMPLE notify message processing. This should hopefully fix some cases when a user signs off but we don't notice. Fixes #3507.Sat, 13 Oct 2007 16:36:06 +0000, by Daniel Atallah
-
Patch from Will Hawkins to publish a status of closed when signing out of a SIMPLE account. Fixes #1914.Sat, 13 Oct 2007 16:26:09 +0000, by Daniel Atallah
-
Add some xsl magic to generate a .devhelp index from doxygen's XML output,Sat, 13 Oct 2007 15:44:43 +0000, by Will Thompson
-
Close a dir after reading from it. Thanks, datallah.Mon, 15 Oct 2007 18:52:51 +0000, by Sadrul Habib Chowdhury
-
Since we are looking at the return value of fread, it actually matters thatFri, 12 Oct 2007 22:26:44 +0000, by Sadrul Habib Chowdhury
-
Use functions and loops and all those fancy things.Fri, 12 Oct 2007 22:12:29 +0000, by Sadrul Habib Chowdhury
-
Fix the searchresult thingy nosnilmot fixed in pidgin.Fri, 12 Oct 2007 21:39:31 +0000, by Sadrul Habib Chowdhury
-
merge of '93318cf87bdf841c216b3021f434057da03778f3'Fri, 12 Oct 2007 20:20:26 +0000, by Sadrul Habib Chowdhury
-
ChangeLog plugin actions in the docklet menu.Fri, 12 Oct 2007 19:34:57 +0000, by Casey Harkins
-
Fix pidgin_notify_searchresults to use the actual title for column headers,Fri, 12 Oct 2007 18:11:22 +0000, by Stu Tomlinson
-
Exclude the dbus client binding headers from processing by doxygen, which stopsFri, 12 Oct 2007 17:00:13 +0000, by Will Thompson
-
Add some (but not much!) documentation to PurplePluginProtocolInfo.Fri, 12 Oct 2007 16:27:41 +0000, by Will Thompson
-
Patch from Kramer to boldify the text in tab-titles when the user is typingFri, 12 Oct 2007 20:17:24 +0000, by Sadrul Habib Chowdhury
-
Patch from nix_nix to remove some dead code. Closes #3489.Fri, 12 Oct 2007 13:38:27 +0000, by Sadrul Habib Chowdhury
-
When drag-dropping an image onto a conversation, include 'Send image file' asFri, 12 Oct 2007 12:47:07 +0000, by Sadrul Habib Chowdhury
-
Another patch from QuLogic. This one makes sure the History plugin properlyFri, 12 Oct 2007 12:13:39 +0000, by Sadrul Habib Chowdhury
-
Pay attention to the return value of fread. I don't think not doing thisFri, 12 Oct 2007 12:06:35 +0000, by Sadrul Habib Chowdhury
-
Patch from QuLogic to add support for aMSN logs from the log-reader plugin.Fri, 12 Oct 2007 11:51:13 +0000, by Sadrul Habib Chowdhury
-
merge of '26e91b9e80a9d63c85455f11102f75f36cb95afc'Fri, 12 Oct 2007 11:22:04 +0000, by Sadrul Habib Chowdhury
-
merge of '0799c401a032f2fe66af5bbf14c1269fa11fe738'Fri, 12 Oct 2007 11:19:17 +0000, by Sadrul Habib Chowdhury
-
Patch from QuLogic to not use underscores in saved-statuses as mnemonicsFri, 12 Oct 2007 11:18:58 +0000, by Sadrul Habib Chowdhury
-
Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.Fri, 12 Oct 2007 23:22:46 +0000, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608)Fri, 12 Oct 2007 00:19:12 +0000, by Will Thompson
-
Replace a bunch of @return markers with @constreturn markers. I believe theseWed, 17 Oct 2007 03:36:54 +0000, by Etan Reisner
-
merge of 'b7ee9ed3d96546482462baf63c4127858553c275'Fri, 12 Oct 2007 03:49:39 +0000, by Richard Laager
-
merge of 'bb426e3c52ba2442bfbf7ec6159714fca242cb92'Sun, 28 Oct 2007 17:08:49 +0000, by Casey Harkins
-
disapproval of revision '03054fd9afde1bcdafb721ed7712638568c3a3e1'Sun, 28 Oct 2007 17:08:24 +0000, by Casey Harkins
-
merge of 'a9988692f118a65a6c2ebdfc62abfed71e403153'Sun, 28 Oct 2007 17:08:46 +0000, by Casey Harkins
-
disapproval of revision '17626bcf11654137e855476a7318abfa3687aa8c'Sun, 28 Oct 2007 17:08:13 +0000, by Casey Harkins
-
disapproval of revision '0ac7285573f2998a702d7cbc62e7e8cc91e616e8'Sun, 28 Oct 2007 17:07:48 +0000, by Casey Harkins
-
Overcoming my irrational fear of newlines.Fri, 12 Oct 2007 17:10:34 +0000, by Casey Harkins
-
This is probably a little more readable.Fri, 12 Oct 2007 15:16:48 +0000, by Casey Harkins
-
Add new API to the docklet for retrieving the geometry (x,y,w,h) and theFri, 12 Oct 2007 02:47:48 +0000, by Casey Harkins
-
Add plugin actions to the docklet context menu. These are the same actionsFri, 12 Oct 2007 02:33:31 +0000, by Casey Harkins
-
New bonjour SDK has a different file layout.Thu, 11 Oct 2007 22:58:08 +0000, by Kevin Stange
-
Try to fix msgfmt detection *again*. If this doesn't work, we'llThu, 11 Oct 2007 17:29:39 +0000, by Ethan Blanton
-
deryni noticed that my previous fix didn't address what was really wrong with this function. The request callback was removing stuff from the request internals without cleaning up. This is also cleaner and (hopefully) less error prone. I'm not at all happy with how other parts of this work, but I don't have a good way of testing, so I'm not going to make drastic changes.Wed, 10 Oct 2007 20:29:16 +0000, by Daniel Atallah
-
merge of '03251b6e4e7a7bf736ba0023dfe31a49e89d0f42'Wed, 10 Oct 2007 13:56:54 +0000, by Daniel Atallah
-
merge of '1e697229b1c9a564fa1e509cc9a4a83da6e664df'Wed, 10 Oct 2007 04:28:24 +0000, by Sadrul Habib Chowdhury
-
Doxygen @since tags for libpurple and pidgin.Wed, 10 Oct 2007 04:23:53 +0000, by Sadrul Habib Chowdhury
-
Add @since doxygen tags for finch/libgnt.Wed, 10 Oct 2007 03:54:14 +0000, by Sadrul Habib Chowdhury
-
Change Version to version to match the vast majority of entries.Wed, 10 Oct 2007 04:04:07 +0000, by Richard Laager
-
Prevent leakage of the prpl icon pixbuf because of an extra ref (it's bad enough that they aren't shared).Wed, 10 Oct 2007 04:11:52 +0000, by Daniel Atallah
-
Note that the signature for purple_util_write_data_to_file_absolute has changed slightly.Wed, 10 Oct 2007 02:18:48 +0000, by Daniel Atallah
-
merge of 'cd26f6af7f8ee75ef909ae08b06ad5a1978051d9'Wed, 10 Oct 2007 01:59:36 +0000, by Daniel Atallah
-
merge of '3efb5d625e5a73423be8be77a6baeed0b65f7e55'Wed, 10 Oct 2007 01:06:16 +0000, by Sadrul Habib Chowdhury
-
I'm not sure if this is possible unless the combo box doesn't have any entries. Fixes CID 305Wed, 10 Oct 2007 01:45:37 +0000, by Daniel Atallah
-
This change is really logically no change, but it is clearer as to what is going on and will prevent CID 5 and 313.Wed, 10 Oct 2007 01:39:20 +0000, by Daniel Atallah
-
Prevent null ptr deref (CID 336).Wed, 10 Oct 2007 01:16:06 +0000, by Daniel Atallah
-
Clarify code to remove unnecessary check (CID 309).Wed, 10 Oct 2007 01:14:34 +0000, by Daniel Atallah
-
Prevent null ptr deref (CID 346).Wed, 10 Oct 2007 01:09:55 +0000, by Daniel Atallah
-
This should be less confusing and fix CID 293.Wed, 10 Oct 2007 00:54:35 +0000, by Daniel Atallah
-
Fix CID 340; potential NULL deref.Wed, 10 Oct 2007 00:44:34 +0000, by Daniel Atallah
-
Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)Wed, 10 Oct 2007 00:08:54 +0000, by Daniel Atallah
-
Move NULL check earlier to prevent confusion when it is checked after being derefed. Fixes CID 350Wed, 10 Oct 2007 00:00:21 +0000, by Daniel Atallah
-
CID 358 (Unused Var)Tue, 09 Oct 2007 23:46:46 +0000, by Daniel Atallah
-
Prevent null pointer deref to fix CID 338Tue, 09 Oct 2007 23:45:16 +0000, by Daniel Atallah
-
Remove unused variables to fix CID 359 and 360.Tue, 09 Oct 2007 23:42:46 +0000, by Daniel Atallah
-
Prevent null pointer deref to fix CID 349. I don't think this is possible, but I suppose it may happen with a different UI.Tue, 09 Oct 2007 23:39:30 +0000, by Daniel Atallah
-
Prevent null pointer deref to fix CID 322.Tue, 09 Oct 2007 23:33:49 +0000, by Daniel Atallah
-
Protect from a buffer overrun if we get bogus data back from the request API. Fixes CID 331. There is also a fix to check that the connection returned by the request dialog is still valid before using it.Tue, 09 Oct 2007 23:22:20 +0000, by Daniel Atallah
-
purple_util_write_data_to_file_absolute() should take a signed argument for the size as -1 is used to indicate that the string is nul-delimited. This resolves CID 330.Tue, 09 Oct 2007 23:09:05 +0000, by Daniel Atallah
-
Fix CID 337, null pointer deref. Also plug a leak.Tue, 09 Oct 2007 23:01:11 +0000, by Daniel Atallah
-
Make sure that the xmlns isn't null before dereferencing it to fix CID 320.Tue, 09 Oct 2007 22:46:02 +0000, by Daniel Atallah
-
Fully comment out some disabled code to prevent CID 310.Tue, 09 Oct 2007 22:42:49 +0000, by Daniel Atallah
-
Fully comment out some disabled code to prevent CID 180.Tue, 09 Oct 2007 22:39:44 +0000, by Daniel Atallah
-
Fix CID 312 (Dead code).Tue, 09 Oct 2007 21:27:29 +0000, by Daniel Atallah
-
Fix CID 311 (Unnecessary null check)Tue, 09 Oct 2007 21:07:51 +0000, by Daniel Atallah
-
Fix CID 317 and 335 as well as an additional leak.Tue, 09 Oct 2007 20:40:49 +0000, by Daniel Atallah
-
Fix CID 318Tue, 09 Oct 2007 20:12:48 +0000, by Daniel Atallah
-
merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'Tue, 09 Oct 2007 13:41:11 +0000, by Luke Schierer
-
compute the new size by adding the difference to the actual allocated sizeTue, 09 Oct 2007 07:37:26 +0000, by Ka-Hing Cheung
-
Get rid of another unused variable. Coverity CID 365.Tue, 09 Oct 2007 07:31:09 +0000, by Mark Doliner
-
Get rid of an unused variable. Coverity found this. RememberTue, 09 Oct 2007 07:29:11 +0000, by Mark Doliner
-
uses the entry's allocated height instead of requested height, works aroundTue, 09 Oct 2007 03:38:47 +0000, by Ka-Hing Cheung
-
fix the auto resize code for the showing formatting toolbar case, whichTue, 09 Oct 2007 03:13:02 +0000, by Ka-Hing Cheung
-
fix up the aweful spacing hereTue, 09 Oct 2007 02:54:09 +0000, by Ka-Hing Cheung
-
Don't assume that the payload is nul delimited.Tue, 09 Oct 2007 00:38:12 +0000, by Daniel Atallah
-
Another couple leak fixes in the xmpp roster parsing.Tue, 09 Oct 2007 00:25:56 +0000, by Daniel Atallah
-
We need to unref the pixmaps after adding them to a list store.Tue, 09 Oct 2007 00:24:45 +0000, by Daniel Atallah
-
Fix a couple leaks in parsing the xmpp roster.Mon, 08 Oct 2007 20:46:00 +0000, by Daniel Atallah
-
Fix leak when initializing msn soap request.Mon, 08 Oct 2007 15:34:58 +0000, by Daniel Atallah
-
Prevent leakage of the cert returned by SSL_PeerCertificate(), and prevent allocation since it isn't used currently anyway. Also prevent an assertion when reading a cert file - there are a number of places where g_return_* are misused here that need to be cleaned up.Mon, 08 Oct 2007 14:45:01 +0000, by Daniel Atallah
-
Use purple_timeout_add(0... instead of g_idle_add() to avoid depending on the glib main loop.Mon, 08 Oct 2007 14:26:41 +0000, by Daniel Atallah
-
Fix a leak when a bonjour account is disconnected.Mon, 08 Oct 2007 14:25:54 +0000, by Daniel Atallah
-
Fix allocating a console for and friends on Windows Vista. Refs #3392.Mon, 08 Oct 2007 10:55:34 +0000, by Daniel Atallah
-
This is the correct fix.Sun, 07 Oct 2007 23:40:58 +0000, by Gary Kramlich
-
Simple patch from David Fang to fix an include typo in test_cipher.c"Sun, 07 Oct 2007 22:30:26 +0000, by Evan Schoenberg
-
merge of '7cc9174ede50bc7d7fdfbb47fbcdee031b053f08'Sun, 07 Oct 2007 19:07:59 +0000, by Will Thompson
-
merge of '017296ee954fb91349806c809983c916842603da'Sun, 07 Oct 2007 18:50:07 +0000, by Will Thompson
-
Document the creation of all the disconnection reason API.Thu, 11 Oct 2007 23:55:13 +0000, by Will Thompson
-
Add Collabora to COPYRIGHT.Thu, 11 Oct 2007 23:34:27 +0000, by Will Thompson
-
PURPLE_NUM_REASONS should not be a member of the enum.Thu, 11 Oct 2007 13:23:18 +0000, by Will Thompson
-
Update report_disconnect_reason documentation to match reality. Also includeThu, 11 Oct 2007 12:26:06 +0000, by Will Thompson
-
Show a snazzy message with a link to the SSL FAQ if the connection died forWed, 10 Oct 2007 15:35:01 +0000, by Will Thompson
-
Clarify the documentation of the return value ofWed, 10 Oct 2007 15:16:20 +0000, by Will Thompson
-
datallah pointed out that using g_return_if_fail() is preferable toTue, 09 Oct 2007 15:03:48 +0000, by Will Thompson
-
Remove explicit setting of wants_to_die from prpls.Tue, 09 Oct 2007 13:42:15 +0000, by Will Thompson
-
I missed some wants_to_dies in jabber.Tue, 09 Oct 2007 13:36:08 +0000, by Will Thompson
-
Stop jabber setting wants_to_die itself. This involved plumbing disconnectionTue, 09 Oct 2007 13:32:58 +0000, by Will Thompson
-
rlaager pointed out that purple_connection_error_reason should be settingTue, 09 Oct 2007 13:25:47 +0000, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)Sun, 07 Oct 2007 10:28:32 +0000, by Will Thompson
-
Fix the notorious log_reader plugin crash. It turns out that the file contents being freed wasn't the original pointer and, naturally, that doesn't work. There is some additional cleanup and prevention of unnecessary allocations. Fixes #3461, #1249.Sun, 07 Oct 2007 00:49:17 +0000, by Daniel Atallah
-
merge of '63f107d777d3af55ea0468202ae4d2fcc319f53f'Sat, 06 Oct 2007 21:59:41 +0000, by John Bailey
-
Fix the mIRC format handling bug that causes incorrect display of receivedSat, 06 Oct 2007 21:58:54 +0000, by John Bailey
-
I basically copied most ofSun, 07 Oct 2007 19:07:06 +0000, by Will Thompson
-
Add some links from signal documentation back to the documentation for theSun, 07 Oct 2007 18:49:50 +0000, by Will Thompson
-
Don't ignore everything in finch/ that starts with "finch"Sat, 06 Oct 2007 21:27:39 +0000, by Kevin Stange
-
Fix CID 353Wed, 10 Oct 2007 01:01:21 +0000, by Sadrul Habib Chowdhury
-
Resolve CID 364: 'Pointer returned from "g_hash_table_lookup" is never used'Wed, 10 Oct 2007 00:47:28 +0000, by Sadrul Habib Chowdhury
-
Thanks deryni.Sat, 06 Oct 2007 21:22:19 +0000, by Sadrul Habib Chowdhury
-
pkg-config shizzle for finch.Sat, 06 Oct 2007 20:37:48 +0000, by Sadrul Habib Chowdhury
-
merge of '7252a43314152ad33cc6dc4d65c0349a16575b81'Sat, 06 Oct 2007 20:08:32 +0000, by Sadrul Habib Chowdhury
-
Patch from nix_nix to add some links to signal documentation.Sat, 06 Oct 2007 19:44:49 +0000, by Will Thompson
-
All the links to libpurple signal pages were in the comment containing theSat, 06 Oct 2007 18:08:21 +0000, by Will Thompson
-
merge of '1757e82b3ed17d8ad45db9d2c62f0187a8bee93d'Sat, 06 Oct 2007 17:49:40 +0000, by Will Thompson
-
Clarify the doxygen details for the 'conversation-displayed' signal.Sat, 06 Oct 2007 20:06:56 +0000, by Sadrul Habib Chowdhury
-
Emit the 'conversation-displayed' signal when a conversation is created, in addition to when it's reattached.Sat, 06 Oct 2007 20:05:45 +0000, by Sadrul Habib Chowdhury
-
Add an accelerator for 'Buddies -> Show'. Fixes #3298.Sat, 06 Oct 2007 04:22:16 +0000, by John Bailey
-
merge of '2ed39e287c8bc0502ecaf3b390fc0441ab160a99'Sat, 06 Oct 2007 04:08:16 +0000, by Sadrul Habib Chowdhury
-
Fix a leak that occurs when getting the formatted buddy name under some conditions.Fri, 05 Oct 2007 19:23:55 +0000, by Daniel Atallah
-
Split the "you don't have SSL support" meaning ofSat, 06 Oct 2007 12:05:22 +0000, by Will Thompson
-
merge of 'b7cccbf3d88850c3dcf378f41a25883ceb9cbc5c'Fri, 05 Oct 2007 18:40:05 +0000, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 61346ebfdbe38e90d131141a7fa41abeda7984c5)Fri, 05 Oct 2007 16:54:38 +0000, by Will Thompson
-
Leak fix.Fri, 05 Oct 2007 16:22:03 +0000, by Daniel Atallah
-
Fix from "xjoe" to prevent a crash in the win32 transparency plugin when the conversation isn't (yet?) in a window. Fixes #3452.Fri, 05 Oct 2007 14:13:59 +0000, by Daniel Atallah
-
Fix #3349 ('Status box cannot be opened with the keyboard').Sat, 06 Oct 2007 04:06:30 +0000, by Sadrul Habib Chowdhury
-
merge of '077670cb60ab530215573771befe704110370be0'Fri, 05 Oct 2007 06:24:13 +0000, by Sadrul Habib Chowdhury
-
Fix leakage in the win32 dnsquery implementation.Fri, 05 Oct 2007 05:28:54 +0000, by Daniel Atallah
-
Fix a small leak in the log_reader plugin.Fri, 05 Oct 2007 05:18:11 +0000, by Daniel Atallah
-
More leak plugging.Fri, 05 Oct 2007 04:03:57 +0000, by Daniel Atallah
-
Fix small leak.Fri, 05 Oct 2007 03:52:44 +0000, by Daniel Atallah
-
I think this Fixes #3438.Thu, 04 Oct 2007 18:14:10 +0000, by Daniel Atallah
-
Top align the notification message.Fri, 05 Oct 2007 06:13:44 +0000, by Sadrul Habib Chowdhury