Mercurial > pidgin
graph
-
first can be NULL here, obviously, We don't want any NULL-pointer2010-11-06, by Elliott Sales de Andrade
-
Fix possible uninitialized value.2010-11-04, by Elliott Sales de Andrade
-
One more dead assignment.2010-11-04, by Elliott Sales de Andrade
-
Remove dead assignments in new MSN code.2010-11-04, by Elliott Sales de Andrade
-
merge of '2dfb64bc744cbdfa05ad4ebc9d940e9f078650ef'2010-11-05, by ivan komarov
-
No need to clutter the debug log with dozens of lines when2010-11-05, by ivan komarov
-
A followup commit to d849dc2a852a4ffdd345a150f0b88ab37de36e36.2010-11-04, by ivan komarov
-
The end user is not going to be amused when he sees a "<URL>: Ok" connection2010-11-04, by ivan komarov
-
Build the "Pidgin Theme Editor" plugin on Windows too.2010-11-04, by Daniel Atallah
-
Removed an abstruse Easter Egg from 869efa8a750e9eee235af2ec631e7554cb373778.2010-11-02, by ivan komarov
-
merge of '5e579d58062410991f6268b66906fb7434730423'2010-11-02, by ivan komarov
-
jabber: Protect against broken OSes and printf("%s", NULL) crashes2010-11-02, by Paul Aurich
-
merge of '837b54a614756c96003b17bffd4864c0e86d651f'2010-11-02, by Paul Aurich
-
merge of 'a620b30d584e5cb6309f10afa12d79f6b5f0a9b2'2010-11-02, by Paul Aurich
-
Removed unhelpful warning.2010-11-01, by ivan komarov
-
Continuing Daniel's quest for safety in Pidginland (see b01c2771dfe0c2c521afb1699a3a9c509c12567d).2010-11-01, by ivan komarov
-
jabber: Add abstraction functions for adding/removing auth mechs. Closes #127152010-11-01, by eion
-
A gboolean doesn't need to be '1' to be TRUE. This is safer.2010-11-01, by Daniel Atallah
-
Remove unneeded returns2010-11-01, by Mark Doliner
-
Better phrasing for Masca's ChangeLog entries.2010-11-01, by John Bailey
-
merge of 'a05232ffa430529ccf3e31b0b2006324a28ef9bd'2010-11-01, by ivan komarov
-
Add some stuff to Changelog and NEWS.2010-11-01, by masca
-
Manually propagate the fix for CVE-2010-3711.2010-10-30, by masca
-
This function is now in slp.h, it doesnt need to be here.2010-09-22, by masca
-
Enable MSNP16 since it looks quite stable now.2010-09-19, by masca
-
Fix a crash when we want to remove a user that is not in the switchboard.2010-09-18, by masca
-
applied changes from cc2567c1558bffb058fda6a6319faf70206a8c342010-08-01, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)2010-07-31, by Elliott Sales de Andrade
-
ref_count is an int2010-08-10, by Mark Doliner
-
Use the documented enum flag instead of a magic number.2010-08-06, by masca
-
Get rid of the Flags field in the SlpMessage in favor of the one in the Header.2010-08-06, by masca
-
Use the flag util function here too.2010-08-05, by masca
-
Avoid duplicated code using a util function to check the flags.2010-08-05, by masca
-
Get rid of the ack_sub_id field in the SlpMessage in favor of the one in the Header.2010-08-05, by masca
-
Get rid of the ack_id field in the SlpMessage in favor of the one in the Header.2010-08-05, by masca
-
Get rid of the offset field in the SlpMessage in favor of the one in the Header.2010-08-05, by masca
-
Add DC packet lenght when creating the SlpPart.2010-07-30, by masca
-
Split a little more msn_slplink_process_msg. I think this way is easier to read.2010-07-29, by masca
-
Process SlpMessageParts, a sequence of parts will generate a SlpMessage.2010-07-29, by masca
-
Split msn_slplink_process_msg in three smaller functions.2010-07-28, by masca
-
Fix a warning about a static function.2010-07-28, by masca
-
Remove session_id from SlpMsg and use the one from the header.2010-07-21, by masca
-
Do not send the extended caps when using msnp < 16.2010-07-07, by masca