log

age author description
Sun, 28 Oct 2007 17:08:46 +0000 Casey Harkins merge of 'a9988692f118a65a6c2ebdfc62abfed71e403153'
Sun, 28 Oct 2007 17:08:13 +0000 Casey Harkins disapproval of revision '17626bcf11654137e855476a7318abfa3687aa8c'
Sun, 28 Oct 2007 17:07:48 +0000 Casey Harkins disapproval of revision '0ac7285573f2998a702d7cbc62e7e8cc91e616e8'
Fri, 12 Oct 2007 17:10:34 +0000 Casey Harkins Overcoming my irrational fear of newlines.
Fri, 12 Oct 2007 15:16:48 +0000 Casey Harkins This is probably a little more readable.
Fri, 12 Oct 2007 02:47:48 +0000 Casey Harkins Add new API to the docklet for retrieving the geometry (x,y,w,h) and the
Fri, 12 Oct 2007 02:33:31 +0000 Casey Harkins Add plugin actions to the docklet context menu. These are the same actions
Thu, 11 Oct 2007 22:58:08 +0000 Kevin Stange New bonjour SDK has a different file layout.
Thu, 11 Oct 2007 17:29:39 +0000 Ethan Blanton Try to fix msgfmt detection *again*. If this doesn't work, we'll
Wed, 10 Oct 2007 20:29:16 +0000 Daniel Atallah 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 13:56:54 +0000 Daniel Atallah merge of '03251b6e4e7a7bf736ba0023dfe31a49e89d0f42'
Wed, 10 Oct 2007 04:28:24 +0000 Sadrul Habib Chowdhury merge of '1e697229b1c9a564fa1e509cc9a4a83da6e664df'
Wed, 10 Oct 2007 04:23:53 +0000 Sadrul Habib Chowdhury Doxygen @since tags for libpurple and pidgin.
Wed, 10 Oct 2007 03:54:14 +0000 Sadrul Habib Chowdhury Add @since doxygen tags for finch/libgnt.
Wed, 10 Oct 2007 04:04:07 +0000 Richard Laager Change Version to version to match the vast majority of entries.
Wed, 10 Oct 2007 04:11:52 +0000 Daniel Atallah 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 02:18:48 +0000 Daniel Atallah Note that the signature for purple_util_write_data_to_file_absolute has changed slightly.
Wed, 10 Oct 2007 01:59:36 +0000 Daniel Atallah merge of 'cd26f6af7f8ee75ef909ae08b06ad5a1978051d9'
Wed, 10 Oct 2007 01:06:16 +0000 Sadrul Habib Chowdhury merge of '3efb5d625e5a73423be8be77a6baeed0b65f7e55'
Wed, 10 Oct 2007 01:45:37 +0000 Daniel Atallah I'm not sure if this is possible unless the combo box doesn't have any entries. Fixes CID 305
Wed, 10 Oct 2007 01:39:20 +0000 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:16:06 +0000 Daniel Atallah Prevent null ptr deref (CID 336).
Wed, 10 Oct 2007 01:14:34 +0000 Daniel Atallah Clarify code to remove unnecessary check (CID 309).
Wed, 10 Oct 2007 01:09:55 +0000 Daniel Atallah Prevent null ptr deref (CID 346).
Wed, 10 Oct 2007 00:54:35 +0000 Daniel Atallah This should be less confusing and fix CID 293.
Wed, 10 Oct 2007 00:44:34 +0000 Daniel Atallah Fix CID 340; potential NULL deref.
Wed, 10 Oct 2007 00:08:54 +0000 Daniel Atallah Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)
Wed, 10 Oct 2007 00:00:21 +0000 Daniel Atallah Move NULL check earlier to prevent confusion when it is checked after being derefed. Fixes CID 350
Tue, 09 Oct 2007 23:46:46 +0000 Daniel Atallah CID 358 (Unused Var)
Tue, 09 Oct 2007 23:45:16 +0000 Daniel Atallah Prevent null pointer deref to fix CID 338
Tue, 09 Oct 2007 23:42:46 +0000 Daniel Atallah Remove unused variables to fix CID 359 and 360.
Tue, 09 Oct 2007 23:39:30 +0000 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:33:49 +0000 Daniel Atallah Prevent null pointer deref to fix CID 322.
Tue, 09 Oct 2007 23:22:20 +0000 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:09:05 +0000 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:01:11 +0000 Daniel Atallah Fix CID 337, null pointer deref. Also plug a leak.
Tue, 09 Oct 2007 22:46:02 +0000 Daniel Atallah Make sure that the xmlns isn't null before dereferencing it to fix CID 320.
Tue, 09 Oct 2007 22:42:49 +0000 Daniel Atallah Fully comment out some disabled code to prevent CID 310.
Tue, 09 Oct 2007 22:39:44 +0000 Daniel Atallah Fully comment out some disabled code to prevent CID 180.
Tue, 09 Oct 2007 21:27:29 +0000 Daniel Atallah Fix CID 312 (Dead code).
Tue, 09 Oct 2007 21:07:51 +0000 Daniel Atallah Fix CID 311 (Unnecessary null check)
Tue, 09 Oct 2007 20:40:49 +0000 Daniel Atallah Fix CID 317 and 335 as well as an additional leak.
Tue, 09 Oct 2007 20:12:48 +0000 Daniel Atallah Fix CID 318
Tue, 09 Oct 2007 19:28:48 +0000 Daniel Atallah I think this is the correct fix for CID 319 and 321. I added a note about two other cases where it appears that the xmlns isn't being compared correctly, but I'm afraid that fixing them will cause behavior change.
Tue, 09 Oct 2007 13:41:11 +0000 Luke Schierer merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'
Tue, 09 Oct 2007 07:37:26 +0000 Ka-Hing Cheung compute the new size by adding the difference to the actual allocated size
Tue, 09 Oct 2007 07:31:09 +0000 Mark Doliner Get rid of another unused variable. Coverity CID 365.
Tue, 09 Oct 2007 07:29:11 +0000 Mark Doliner Get rid of an unused variable. Coverity found this. Remember
Tue, 09 Oct 2007 03:38:47 +0000 Ka-Hing Cheung uses the entry's allocated height instead of requested height, works around
Tue, 09 Oct 2007 03:13:02 +0000 Ka-Hing Cheung fix the auto resize code for the showing formatting toolbar case, which
Tue, 09 Oct 2007 02:54:09 +0000 Ka-Hing Cheung fix up the aweful spacing here
Tue, 09 Oct 2007 00:38:12 +0000 Daniel Atallah Don't assume that the payload is nul delimited.
Tue, 09 Oct 2007 00:25:56 +0000 Daniel Atallah Another couple leak fixes in the xmpp roster parsing.
Tue, 09 Oct 2007 00:24:45 +0000 Daniel Atallah We need to unref the pixmaps after adding them to a list store.
Mon, 08 Oct 2007 20:46:00 +0000 Daniel Atallah Fix a couple leaks in parsing the xmpp roster.
Mon, 08 Oct 2007 15:34:58 +0000 Daniel Atallah Fix leak when initializing msn soap request.
Mon, 08 Oct 2007 14:45:01 +0000 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:26:41 +0000 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:25:54 +0000 Daniel Atallah Fix a leak when a bonjour account is disconnected.
Mon, 08 Oct 2007 10:55:34 +0000 Daniel Atallah Fix allocating a console for and friends on Windows Vista. Refs #3392.