Wed, 05 Jan 2011 02:01:54 +0000 |
Elliott Sales de Andrade |
Sanitizing the soap connection would have cleared the current request,
|
Wed, 05 Jan 2011 01:56:45 +0000 |
Elliott Sales de Andrade |
Setting handled=TRUE will call _handle_next at the end of the function
|
Tue, 04 Jan 2011 23:43:40 +0000 |
Elliott Sales de Andrade |
Using conn->current_request looks a bit iffy here. And even if it
|
Tue, 04 Jan 2011 23:36:56 +0000 |
Elliott Sales de Andrade |
Everyone provides a callback here. Might as well make it required.
|
Fri, 06 Aug 2010 17:24:10 +0000 |
Mark Doliner |
There's no reason to cache this value, right?
|
Sat, 22 Aug 2009 23:32:38 +0000 |
Paul Aurich |
Oops, Elliott correctly pointed out this was wrong...
|
Sat, 22 Aug 2009 02:57:41 +0000 |
Paul Aurich |
Fix some more incorrect addresses.
|
Wed, 29 Jul 2009 01:50:54 +0000 |
Elliott Sales de Andrade |
If the SOAP server returns a 503 AND we haven't yet authenticated, then
|
Sat, 04 Jul 2009 23:33:01 +0000 |
John Bailey |
Convert all uses of PURPLE_UNSAFE_DEBUG to the new API I added.
|
Sun, 21 Jun 2009 16:40:15 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
|
Sun, 17 May 2009 01:55:15 +0000 |
John Bailey |
propagate from branch 'im.pidgin.cpw.sulabh.yahoo_16' (head c1ede5faf776dc1cc966dabb42c1ef0dbaea31db)
|
Thu, 14 May 2009 02:12:40 +0000 |
John Bailey |
Only log requested HTTP URL's when PURPLE_UNSAFE_DEBUG is set and change MSN
|
Sat, 16 May 2009 22:58:46 +0000 |
Sadrul Habib Chowdhury |
Get rid of a runtime warning on connect.
|
Fri, 19 Jun 2009 01:30:45 +0000 |
John Bailey |
*** Plucked rev c1ede5faf776dc1cc966dabb42c1ef0dbaea31db (rekkanoryo@pidgin.im):
|
Thu, 14 May 2009 21:17:11 +0000 |
Daniel Atallah |
propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)
|
Tue, 28 Apr 2009 20:49:36 +0000 |
Ethan Blanton |
applied changes from 6572a403c4d945662240548bd49dd8b8a47f6fc8
|
Thu, 30 Apr 2009 01:57:32 +0000 |
Daniel Atallah |
Use sscanf to parse to parse the Content-Length to ensure consistent parsing for the target variable type. This comes out of the Veracode analysis.
|
Mon, 02 Feb 2009 16:13:11 +0000 |
Daniel Atallah |
conn->current_request can be NULL here.
|
Sun, 11 Jan 2009 22:31:01 +0000 |
Ka-Hing Cheung |
make this toggleable via env instead of #define
|
Sun, 11 Jan 2009 22:28:21 +0000 |
Ka-Hing Cheung |
disapproval of revision '86902651768595e46a7e1225a210055c92954448'
|
Sun, 11 Jan 2009 22:27:23 +0000 |
Ka-Hing Cheung |
make this togglable via env rather than #define
|
Thu, 18 Dec 2008 10:05:58 +0000 |
Mark Doliner |
I'm guessing this is what was intended here?
|
Thu, 18 Dec 2008 07:25:37 +0000 |
Ka-Hing Cheung |
a patch from eperez that corrects EOF detection, Fixes #7726
|
Mon, 15 Dec 2008 00:08:45 +0000 |
Ka-Hing Cheung |
fixes a crash, I think I've seen this before somewhere else
|
Tue, 25 Nov 2008 21:35:59 +0000 |
Mark Doliner |
Remove the timer if sess->soap_table is NULL. I don't think this ever
|
Tue, 25 Nov 2008 02:43:56 +0000 |
Mark Doliner |
Use separate variables to keep track of the timer and the watcher.
|
Tue, 25 Nov 2008 02:18:00 +0000 |
Mark Doliner |
Formatting change: Split these if statements on to two lines
|
Tue, 25 Nov 2008 02:08:22 +0000 |
Mark Doliner |
I don't believe message should ever be null
|
Tue, 25 Nov 2008 02:02:21 +0000 |
Mark Doliner |
Minor whitespace changes and shuffle functions around to be in a more
|
Tue, 25 Nov 2008 01:32:20 +0000 |
Mark Doliner |
Is it valid to use purple_timeout_remove() to remove a timer when
|