summaryrefslogtreecommitdiff
path: root/libpurple/protocols/msn/soap.c
Commit message (Expand)AuthorAgeFilesLines
* This cleans up a bunch of warnings that stem from the fact that size_t andJohn Bailey2008-05-031-4/+10
* Move some curly braces around so static analysis tools can properly detectStu Tomlinson2007-12-181-3/+1
* replace most calls to strerror with calls to g_strerror. strerror will returnNathan Walp2007-11-031-1/+1
* propagate from branch 'im.pidgin.pidgin' (head 5e7866d800e8121103c907ef2ce90f...Ka-Hing Cheung2007-10-241-7/+8
|\
| * Fix compile with --enable-debugKevin Stange2007-10-191-1/+1
| * Fix some leaks and prevent some unnecessary allocations and frees.Daniel Atallah2007-10-181-6/+7
* | propagate from branch 'im.pidgin.pidgin' (head 8b38519e2c02ea231eeda017cdb1b9...Ka-Hing Cheung2007-10-141-4/+3
|\ \ | |/
| * Fix leak when initializing msn soap request.Daniel Atallah2007-10-081-4/+3
* | propagate from branch 'im.pidgin.pidgin' (head 699feadcdd9ae3b3b0e20d0b4b6b62...Ka-Hing Cheung2007-10-041-133/+275
|\ \ | |/
| * merge of '370ee55e1acba3e17c7b99c8b1846f898eed57f3'Carlos Silva2007-10-041-4/+3
| |\
| | * Cleanup the SOAP SSL flag to be a gboolean for clarity. Various sanity check...Daniel Atallah2007-10-041-4/+3
| * | Correctly remove a buddy from the Pending list after it is accepted.Carlos Silva2007-10-041-1/+6
| |/
| * Hylke made a new win32 installer pixmapSean Egan2007-10-031-1/+1
| * Make use of the GQueue in MsnSoapConn to manage the SOAP requests, allowing t...Carlos Silva2007-09-191-128/+266
* | beginning of soap layer rewrite, does that even compile?Ka-Hing Cheung2007-09-191-1/+1
|/
* cleans up ownership of soap callback data, this soap stuff is perfectKa-Hing Cheung2007-09-091-9/+5
* Reset unsigned ints to 0 instead of to -1.Sadrul Habib Chowdhury2007-09-081-6/+7
* mostly fixed offline messaging, still 2 bugs:Ka-Hing Cheung2007-09-061-0/+1
* Fix a bug where we were g_strdup'ing a previously freed pointer. Thanks to kh...Carlos Silva2007-09-031-5/+7
* Make buddy and group management actually work, add some SOAP templates, redes...Carlos Silva2007-08-281-5/+20
* Improve MSN_SOAP_DEBUG and workaround a Win32 bug which would case Pidgin to ...Carlos Silva2007-08-081-57/+44
* msn_soap_read_buf() shouldn't be used after calling soapconn->read_cb as this...Carlos Silva2007-08-071-3/+1
* Add the possibility to create an Address Book, useful for newly registered MS...Carlos Silva2007-08-071-60/+140
* Misc cleanups, better error handling, and print the Address Book received fro...Carlos Silva2007-07-171-14/+14
* Fix authentication failures handling (ticket 1246) and fix some compiler warn...Carlos Silva2007-07-071-2/+20
* Handles SOAP redirects, thanks Sebasti?n E. PeyrottKa-Hing Cheung2007-05-191-0/+37
* Really the last of the merge changes.Richard Laager2007-04-151-0/+4
* Fix up some gaim -> purple issues.Richard Laager2007-04-151-46/+46
* propagate from branch 'im.pidgin.pidgin' (head 88b7040408c88e4516c008f4eac579...Richard Laager2007-04-151-0/+593