summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *** Plucked rev 63c43b450346f157d7702f474b8108490188b3d9 (nosnilmot@pidgin.im):v2.7.7release-2.7.7John Bailey2010-11-241-2/+2
* NEWS and ChangeLog.API.John Bailey2010-11-242-0/+10
* This branch should be ready for release now.John Bailey2010-11-241-2/+2
* ChangeLog entries for what I've plucked. Some are better than what they were...John Bailey2010-11-241-0/+16
* Apply my specific AIM login fix listed below to the 2.7.7 branch.John Bailey2010-11-242-1/+2
* Apply Stu's specific certificate changes listed below to the 2.7.7 branch.John Bailey2010-11-242-16/+85
* Apply Mark's specific changes listed below to the 2.7.7 branch.John Bailey2010-11-243-8/+20
* Branch for 2.7.7.John Bailey2010-11-241-4/+4
* merge of '99a593a0819b562d803d1f963476a7cd0d4db7f7'v2.7.6Elliott Sales de Andrade2010-11-225-50/+9
|\
| * Sigh, so apparently, I broke receiving smileys with some over-zealousElliott Sales de Andrade2010-11-221-1/+6
| * Fix the possible leak in the function that's actually used.Elliott Sales de Andrade2010-11-221-3/+3
| * This function isn't used and I've been trying to find the bug in it.Elliott Sales de Andrade2010-11-222-45/+0
| * Fix possible leak.Elliott Sales de Andrade2010-11-221-3/+3
| * Oops, we shouldn't free the MsnMessage here, because it comes fromElliott Sales de Andrade2010-11-211-1/+0
* | pidgin: Remove a timeout when destroying this object to avoid a use-after-freeJakub Adam2010-11-212-0/+7
* | ChangeLog updates, NEWS, and prep for release.John Bailey2010-11-214-6/+35
* | Updated translations for the 2.7.6 release. Fixes #12855, #12859, #12883.John Bailey2010-11-2112-986/+1318
* | merge of 'c2c21299d153c1e726c4830ec68a1eaf15a2ded0'Mark Doliner2010-11-2114-141/+164
|\ \ | |/
| * merge of '4be6d38f76328cc60820f9f476b3dce525dfe7af'Elliott Sales de Andrade2010-11-212-131/+135
| |\
| | * merge of '11e15a7377382cff39897d6d5eb044d9adac7cb5'Mark Doliner2010-11-211-131/+133
| | |\
| | | * Hungarian translation updated for 2.7.6Kelemen G?bor2010-11-211-131/+133
| * | | It looks like this account proxy info is leaked, too.Elliott Sales de Andrade2010-11-211-0/+3
| * | | Fix a lot more leaks, some old, some new.Elliott Sales de Andrade2010-11-2110-7/+16
| * | | Fix some leaks. Header and footer are allocated, copied and not freed.Elliott Sales de Andrade2010-11-212-0/+6
| * | | Prevent a use-after-free. The timeout_cb may free the MsnTransaction,Elliott Sales de Andrade2010-11-211-1/+2
| * | | Don't attempt to process zero-length DC messages. We should probablyElliott Sales de Andrade2010-11-211-2/+4
| | |/ | |/|
* | | Add comments for translatorsMark Doliner2010-11-211-1/+16
| |/ |/|
* | Changelog that commitPaul Aurich2010-11-201-0/+2
|/
* merge of 'aacaa228480c4129f2a8b1ef2a70285027b542c0'Paul Aurich2010-11-201-1/+1
|\
| * jabber: Print out plaintext-equivalent passwords when PURPLE_UNSAFE_DEBUG is ...Paul Aurich2010-11-201-1/+1
* | Catalan translation updated.Josep Puigdemont2010-11-201-82/+104
|/
* Add new intermediate certificates that Microsoft have started using toStu Tomlinson2010-11-184-0/+69
* German translation updateBj?rn Voigt2010-11-171-14/+17
* Encryption keys were marked with the _N() translation macroBj?rn Voigt2010-11-171-1/+1
* ChangeLogMarcus Lundblad2010-11-151-0/+1
* Don't call purple_xfer_error before purple_xfer_cancel_remote when an error o...Marcus Lundblad2010-11-151-17/+0
* update for German translation, still incompleteJochen Kemnade2010-11-151-26/+55
* Make 'intltool-update --maintain' happy.John Bailey2010-11-131-0/+1
* Minor cleanup. Should be no functionality change, just a variableMark Doliner2010-11-101-14/+11
* Fix a bug where if we used fetch url with include_headers=FALSE andMark Doliner2010-11-101-1/+1
* Correct typo in commentMark Doliner2010-11-101-2/+2
* g_hash_table_get_keys is GLIB>2.14.0 but we maintain compatibility with 2.12.0.Mark Doliner2010-11-101-0/+14
* g_strcmp0 was added in glib 2.16.0, but we keep compatibility with 2.12.Mark Doliner2010-11-101-0/+11
* merge of 'b5d95fcb40e109cf59628ce4baceb47a78b9fd11'Daniel Atallah2010-11-0814-124/+194
|\
| * merge of '3ba1162548bcb9204d7742c83f81257cb693ece0'Paul Aurich2010-11-0822-167/+242
| |\
| | * merge of '7c9cabdaa68330083908cad821dbda84b2f50f7e'Elliott Sales de Andrade2010-11-067-68/+34
| | |\
| | | * slpcall is never NULL here.Elliott Sales de Andrade2010-11-061-4/+2
| | | * first can be NULL here, obviously, We don't want any NULL-pointerElliott Sales de Andrade2010-11-061-27/+29
| | | * Fix possible uninitialized value.Elliott Sales de Andrade2010-11-041-1/+1
| | | * One more dead assignment.Elliott Sales de Andrade2010-11-041-4/+0