diff --git a/ChangeLog b/ChangeLog index 1461ea4..7f22282 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ Version 1.6.7 ******************************************************************************* +2009-03-06 Oxygenic + * parameter problem fixed in soap_request_and_response(), 2nd call to + http_RequestAndResponse() was wrong (thanks to Kim Kyungsan) + 2008-07-25 Marcelo Jimenez * Added upnp/m4/libupnp.m4 to the distribution tarball. @@ -323,7 +327,7 @@ Version 1.6.1 handle accordingly. 2007-08-05 Marcelo Jimenez - * Merge of Mac OS X patch from Stéphane Corthésy (davelopper), + * Merge of Mac OS X patch from Stéphane Corthésy (davelopper), SF Bug Tracker [ 1686420 ] Modifications for MacOSX. Some of the proposed changes were already done by Rene Hexel's patch. @@ -747,14 +751,14 @@ Version 1.4.0 FORK FROM DEAD libupnp ******************************************************************************* -2006-04-29 Rémi Turboult +2006-04-29 Rémi Turboult * THANKS: new file with list of contributors * upnp/src/gena/gena_device.c (respond_ok): add 'Content-Length: 0' in subscription response. Patch by Chaos (Bug # 1455367). -2006-04-08 Rémi Turboult +2006-04-08 Rémi Turboult * upnp/doc/UPnP_Programming_Guide.pdf: replace this document with the one in libupnp-doc-1.2.1 because current CVS version @@ -765,20 +769,20 @@ FORK FROM DEAD libupnp * changes applied to several files to work under Sparc Solaris, temporarily requiring a define SPARC_SOLARIS -2006-04-03 Rémi Turboult +2006-04-03 Rémi Turboult * upnp/Makefile.am: install upnp samples in $(docdir)/examples -2006-03-28 Rémi Turboult +2006-03-28 Rémi Turboult * configure.ac: add --with-docdir option to choose where documentation is installed (or -without-docdir to not install the documentation) -2006-03-27 Rémi Turboult +2006-03-27 Rémi Turboult * ixml/test: add simple test suite for xml parser -2006-03-26 Rémi Turboult +2006-03-26 Rémi Turboult * ixml/src/ixmlparser.c (Parser_processCDSect): fix bug which prevents CDATA sections which contain a 0 (zero) to be parsed (instead the @@ -789,18 +793,18 @@ FORK FROM DEAD libupnp option, and move samples compilation from check_PROGRAMS to noinst_PROGRAMS -2006-03-25 Rémi Turboult +2006-03-25 Rémi Turboult * upnp/src/genlib/miniserver/miniserver.c (get_miniserver_sockets): fix bug if new socket created has fd 0 (can only occur when stdin has been closed). Patch by Oskar Liljeblad 2004-07-02 : http://sourceforge.net/mailarchive/message.php?msg_id=8870528 -2006-03-21 Rémi Turboult +2006-03-21 Rémi Turboult * upnp/test/test_init.c: add some version checks and exit if failure -2006-03-05 Rémi Turboult +2006-03-05 Rémi Turboult * libupnp version 1.3.1 @@ -815,11 +819,11 @@ FORK FROM DEAD libupnp dependencies between upnp and ixml / threadutil, so that programs linking against upnp only still work. -2006-03-04 Rémi Turboult +2006-03-04 Rémi Turboult * libupnp version 1.3.0 -2006-03-03 Rémi Turboult +2006-03-03 Rémi Turboult * upnp/src/genlib/net/http/httpreadwrite.c (get_sdk_info): use package version string from configure to set sdk info @@ -827,7 +831,7 @@ FORK FROM DEAD libupnp * upnp/Makefile.am: add sample/tvdevice/web/ files in EXTRA_DIST + do not distribute generated upnpconfig.h file. -2006-02-28 Rémi Turboult +2006-02-28 Rémi Turboult * upnp/src/inc/config.h, configure.ac: use only new defines UPNP_HAVE_xx instead of INCLUDE_yyy_APIS and INTERNAL_WEB_SERVER @@ -836,7 +840,7 @@ FORK FROM DEAD libupnp the librarie LDFLAGS in order to export only the symbols defined in the API -2006-02-27 Rémi Turboult +2006-02-27 Rémi Turboult * configure.ac: add libtool versions for the 3 libraries @@ -844,7 +848,7 @@ FORK FROM DEAD libupnp * threadutil/src/ThreadPool.c (SetSeed): add missing 'static' -2006-02-26 Rémi Turboult +2006-02-26 Rémi Turboult * threadutil/inc/iasnprintf.h: add gcc __printf__ format attribute to "iasnprintf" @@ -865,11 +869,11 @@ FORK FROM DEAD libupnp the configuration of the installed libraries (generates installed file ) -2006-02-22 Rémi Turboult +2006-02-22 Rémi Turboult * upnp/ : add missing include of config.h in some .c files -2006-02-21 Rémi Turboult +2006-02-21 Rémi Turboult * upnp/inc/upnp.h: move some definitions which should not be exported into "upnp/src/inc/util.h" @@ -877,12 +881,12 @@ FORK FROM DEAD libupnp * import all modifications below from libupnp in djmount 0.51 into official libupnp -2006-01-17 Rémi Turboult +2006-01-17 Rémi Turboult * threadutil/Makefile.am (libthreadutil_la_SOURCES): remove extraneous file -2006-01-15 Rémi Turboult +2006-01-15 Rémi Turboult * configure.ac: add checks for large-file support @@ -902,53 +906,53 @@ FORK FROM DEAD libupnp * ixml/src/node.c (ixmlNode_getNodeType): fix compilation warning on const return type -2006-01-12 Rémi Turboult +2006-01-12 Rémi Turboult * upnp/src/inc/readwrite.h : suppress unused C++ header file -2006-01-11 Rémi Turboult +2006-01-11 Rémi Turboult * upnp/inc/config.h, upnp/src/inc/upnpapi.h, upnp/src/inc/httpreadwrite.h: remove internal configuration variable MINIMUM_DELAY (no clear purpose) -2005-12-05 Rémi Turboult +2005-12-05 Rémi Turboult * upnp/inc/upnp.h: re-declare obsolete method UpnpSetContentLength, for binary compatibility with previous libupnp version. * upnp/src/api/upnpapi.c: correct type of g_maxContentLength to size_t -2005-11-01 Rémi Turboult +2005-11-01 Rémi Turboult * autoconfiscate library : replace all makefiles by Makefile.am for automake support, + preliminary autoconf support (generated config.h not yet used in source files) -2005-10-18 Rémi Turboult +2005-10-18 Rémi Turboult * upnp/src/makefile: fix location of DEBUG STATIC libupnp library * upnp/sample/tvctrlpt/linux/Makefile, upnp/sample/tvdevice/linux/Makefile: fix STATIC library support -2005-10-16 Rémi Turboult +2005-10-16 Rémi Turboult * threadutil/src/Makefile (clean): remove built library -2005-08-28 Rémi Turboult +2005-08-28 Rémi Turboult * ixml/src/ixml.h, ixml/src/ixml.c (ixmlRelaxParser) : new function * ixml/src/ixmlparser.h, ixml/src/ixmlparser.c (Parser_setErrorChar) : new function -2005-08-02 Rémi Turboult +2005-08-02 Rémi Turboult * ixml/src/Makefile: correct bug for static library being incorrectly stripped when building non-debug -2005-06-09 Rémi Turboult +2005-06-09 Rémi Turboult * ixml/src/element.c (ixmlElement_removeAttributeNode): remove some compilation warning @@ -959,7 +963,7 @@ FORK FROM DEAD libupnp * upnp/inc/upnptools.h, upnp/src/api/upnptools.c : add missing const's in public API -2005-05-28 Rémi Turboult +2005-05-28 Rémi Turboult * upnp/inc/config.h: suppress HTTP_READ_BYTES (unused) and replace by DEFAULT_SOAP_CONTENT_LENGTH (previously in upnpapi.h) @@ -980,7 +984,7 @@ FORK FROM DEAD libupnp * upnp/src/genlib/net/http/httpreadwrite.c : corrected an incorrect sprintf format -2005-05-27 Rémi Turboult +2005-05-27 Rémi Turboult * upnp/makefile, upnp/src/makefile, ixml/Makefile, ixml/src/Makefile, @@ -988,7 +992,7 @@ FORK FROM DEAD libupnp implement STATIC library support (from patch at http://sourceforge.net/tracker/?group_id=7189&atid=307189 ) -2005-05-26 Rémi Turboult +2005-05-26 Rémi Turboult * upnp/src/api/upnpapi.c, upnp/src/soap/soap_device.c, upnp/src/soap/makefile : diff --git a/upnp/src/soap/soap_ctrlpt.c b/upnp/src/soap/soap_ctrlpt.c index 43970be..474bb65 100644 --- a/upnp/src/soap/soap_ctrlpt.c +++ b/upnp/src/soap/soap_ctrlpt.c @@ -368,8 +368,9 @@ soap_request_and_response( IN membuffer * request, // try again ret_code = http_RequestAndResponse( destination_url, request->buf, + request->length, HTTPMETHOD_MPOST, - request->length, UPNP_TIMEOUT, + UPNP_TIMEOUT, response ); if( ret_code != 0 ) { httpmsg_destroy( &response->msg );