log

age author description
2007-10-10 Daniel Atallah Note that the signature for purple_util_write_data_to_file_absolute has changed slightly.
2007-10-10 Daniel Atallah merge of 'cd26f6af7f8ee75ef909ae08b06ad5a1978051d9'
2007-10-10 Sadrul Habib Chowdhury merge of '3efb5d625e5a73423be8be77a6baeed0b65f7e55'
2007-10-10 Daniel Atallah I'm not sure if this is possible unless the combo box doesn't have any entries. Fixes CID 305
2007-10-10 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.
2007-10-10 Daniel Atallah Prevent null ptr deref (CID 336).
2007-10-10 Daniel Atallah Clarify code to remove unnecessary check (CID 309).
2007-10-10 Daniel Atallah Prevent null ptr deref (CID 346).
2007-10-10 Daniel Atallah This should be less confusing and fix CID 293.
2007-10-10 Daniel Atallah Fix CID 340; potential NULL deref.
2007-10-10 Daniel Atallah Fix CID 342 (which wasn't wrong, but was inefficient and confusing.)
2007-10-10 Daniel Atallah Move NULL check earlier to prevent confusion when it is checked after being derefed. Fixes CID 350
2007-10-09 Daniel Atallah CID 358 (Unused Var)
2007-10-09 Daniel Atallah Prevent null pointer deref to fix CID 338
2007-10-09 Daniel Atallah Remove unused variables to fix CID 359 and 360.
2007-10-09 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.
2007-10-09 Daniel Atallah Prevent null pointer deref to fix CID 322.
2007-10-09 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.
2007-10-09 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.
2007-10-09 Daniel Atallah Fix CID 337, null pointer deref. Also plug a leak.
2007-10-09 Daniel Atallah Make sure that the xmlns isn't null before dereferencing it to fix CID 320.
2007-10-09 Daniel Atallah Fully comment out some disabled code to prevent CID 310.
2007-10-09 Daniel Atallah Fully comment out some disabled code to prevent CID 180.
2007-10-09 Daniel Atallah Fix CID 312 (Dead code).
2007-10-09 Daniel Atallah Fix CID 311 (Unnecessary null check)
2007-10-09 Daniel Atallah Fix CID 317 and 335 as well as an additional leak.
2007-10-09 Daniel Atallah Fix CID 318
2007-10-09 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.
2007-10-09 Luke Schierer merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'
2007-10-09 Ka-Hing Cheung compute the new size by adding the difference to the actual allocated size
2007-10-09 Mark Doliner Get rid of another unused variable. Coverity CID 365.
2007-10-09 Mark Doliner Get rid of an unused variable. Coverity found this. Remember
2007-10-09 Ka-Hing Cheung uses the entry's allocated height instead of requested height, works around
2007-10-09 Ka-Hing Cheung fix the auto resize code for the showing formatting toolbar case, which
2007-10-09 Ka-Hing Cheung fix up the aweful spacing here
2007-10-09 Daniel Atallah Don't assume that the payload is nul delimited.
2007-10-09 Daniel Atallah Another couple leak fixes in the xmpp roster parsing.
2007-10-09 Daniel Atallah We need to unref the pixmaps after adding them to a list store.
2007-10-08 Daniel Atallah Fix a couple leaks in parsing the xmpp roster.
2007-10-08 Daniel Atallah Fix leak when initializing msn soap request.
2007-10-08 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.
2007-10-08 Daniel Atallah Use purple_timeout_add(0... instead of g_idle_add() to avoid depending on the glib main loop.
2007-10-08 Daniel Atallah Fix a leak when a bonjour account is disconnected.
2007-10-08 Daniel Atallah Fix allocating a console for and friends on Windows Vista. Refs #3392.
2007-10-07 Gary Kramlich This is the correct fix.
2007-10-07 Evan Schoenberg Simple patch from David Fang to fix an include typo in test_cipher.c"
2007-10-07 Will Thompson merge of '7cc9174ede50bc7d7fdfbb47fbcdee031b053f08'
2007-10-07 Will Thompson merge of '017296ee954fb91349806c809983c916842603da'