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
|
Thu, 13 Nov 2008 08:26:12 +0000 |
Mark Doliner |
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
|
Thu, 11 Sep 2008 04:19:37 +0000 |
Ka-Hing Cheung |
shuffle some code around to make sure are using the right errno,
|
Sat, 30 Aug 2008 03:41:18 +0000 |
Elliott Sales de Andrade |
Print out SOAP response data as it's received in chunks. Sure, that
|
Fri, 15 Aug 2008 04:31:38 +0000 |
Elliott Sales de Andrade |
I seem to have accidentally turned on those "unsafe" SOAP debug messages.
|
Wed, 13 Aug 2008 15:25:51 +0000 |
Will Thompson |
Relegate XML dumped by msn's SOAP code to MISC from INFO.
|
Fri, 01 Aug 2008 02:04:36 +0000 |
Elliott Sales de Andrade |
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
|
Tue, 29 Jul 2008 07:01:30 +0000 |
Elliott Sales de Andrade |
Don't print SOAP messages to debug log for "secure" requests. This is
|
Sat, 12 Jul 2008 06:44:19 +0000 |
Elliott Sales de Andrade |
Take care of more cleanup in the MSN code.
|
Sat, 28 Jun 2008 06:01:22 +0000 |
Elliott Sales de Andrade |
Clean up some MSN SOAP stuff.
|
Sat, 07 Jun 2008 03:10:15 +0000 |
Elliott Sales de Andrade |
explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'
|
Wed, 14 May 2008 04:38:26 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
|
Wed, 26 Dec 2007 00:34:50 +0000 |
Elliott Sales de Andrade |
Patch 3 from Qulogic, this one updates contact list actions to use ticket
|
Fri, 06 Jun 2008 22:46:04 +0000 |
Mark Doliner |
Delete trailing whitespace
|
Sat, 03 May 2008 02:12:26 +0000 |
John Bailey |
This cleans up a bunch of warnings that stem from the fact that size_t and
|
Tue, 18 Dec 2007 15:56:06 +0000 |
Stu Tomlinson |
Move some curly braces around so static analysis tools can properly detect
|