platform/upstream/libsoup.git
2004-07-08 Dan WinshipBasic SOAP test, using Aonaware's SOAP->DICT gateway
2004-07-07 Dan Winshipif the protocol is http or https, require a hostname...
2004-06-09 Dan Winshipupdated todo ideas
2004-06-03 JP Rosevearbump version to 2.1.11, libtool number LIBSOUP_2_1_11
2004-06-02 Dan WinshipRedo the various IPv4/IPv6-abstracting macros to not...
2004-06-02 Dan WinshipSimple test of the dns code
2004-05-19 JP Rosevearbump version, libtool numbers LIBSOUP_2_1_10
2004-05-18 Dan Winshipdefine some GError codes and stuff
2004-05-11 Dan WinshipDo this less kludgefully, using the magic of GClosure...
2004-05-04 Sivaiah Nallagatlafree the elements of priv structure before freeing...
2004-04-20 Dan Winshipif re-sending the message, call soup_message_restarted...
2004-04-15 Dan WinshipConnect to the socket's "disconnect" signal. (We were...
2004-04-02 JP Rosevearbump version, libtool number LIBSOUP_2_1_9
2004-03-15 Dan WinshipFix up types to kill a warning with -Wall -O2
2004-03-05 JP Rosevearbump version, libtool number LIBSOUP_2_1_8
2004-03-02 Dan WinshipOnly loop on EINTR if bytes_read is -1, since the value...
2004-03-01 Rodrigo Moyaremoved not-implemented function's prototype.
2004-02-27 Rodney DawesUse a different variable for linking to the static...
2004-02-20 Dan WinshipPass gsize *, not guint *, to soup_socket_read/write...
2004-02-20 Dan Winshipupdate this a bunch libsoup-hacking-branch-base
2004-02-18 Rodrigo MoyaFixes #54512
2004-02-18 Dan WinshipLikewise
2004-02-17 Dan WinshipFix a typo. #54433, from Mariano Suarez-Alvarez.
2004-02-17 Rodney DawesHTTP connections require a hostname, and we also hash...
2004-02-14 Dan WinshipUse POSIX-compliant "test $foo = bar", rather than...
2004-02-13 Joe ShawCall read() in a do-while loop to prevent DNS errors...
2004-02-11 Joe ShawBumped version number to 2.1.7 and libtool current. LIBSOUP_2_1_7
2004-02-11 Dan WinshipUpdate Joe's comment here with a gory explanation of...
2004-02-10 Joe ShawAdd a workaround for SSL connections which time-out...
2004-02-09 JP RosevearBump libtool numbers LIBSOUP_2_1_6
2004-02-06 Dan WinshipRef the filter when adding it. (soup_session_remove_fil...
2004-02-05 Joe ShawDon't try to free the hostent if it's NULL. (soup_dns_e...
2004-02-05 Dan WinshipAlways remove the WWW-Authenticate headers before retur...
2004-02-03 Dan WinshipCall soup_message_io_stop so we don't get a callback...
2004-02-03 Dan WinshipUse memmove rather than memcpy here, since the source...
2004-02-02 Joe ShawCall gnutls_bye() with the GNUTLS_SHUT_WR flag (instead...
2004-01-30 Rodrigo Moyabumped version number to 2.1.6.
2004-01-29 Rodrigo Moyanew function.
2004-01-29 Rodrigo Moyaremoved 'const' from return type.
2004-01-29 Joe ShawInitialize the certificate before we try to use it...
2004-01-26 Joe Shawforgot these on friday
2004-01-21 Joe ShawRequire at least GnuTLS 1.0.0. LIBSOUP_2_1_5
2004-01-20 Joe Shawgnutls_bye() doesn't close the socket itself, so we...
2004-01-19 Jacob Leachbuilddir != srcdir fix.
2004-01-14 Joe ShawRemove the check for GNUTLS_CERT_CORRUPTED, it's not...
2004-01-12 JP Rosevearbump version and libtool revision LIBSOUP_2_1_4
2004-01-12 Dan WinshipAdd a g_thread_init() so this works again.
2004-01-10 Larry Ewinguse LIBGNUTLS_LIBS in the substitution string.
2004-01-09 Joe ShawInclude the libgnutls.m4 file.
2004-01-09 Harish Krishnaswamyallow soup_soap_response_from_string to ignore header...
2004-01-09 Harish Krishnaswamyadded code to soup_soap_response_from_string to ignore...
2004-01-05 Dan WinshipRemove no-longer-relevant socklen_t check
2003-12-29 JP Rosevearbump version and libtool number LIBSOUP_2_1_3
2003-12-22 Dan WinshipUpdate these
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-20 Joe ShawIf const_path is NULL un the non-proxy case, then use...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-18 Dan WinshipActually disconnect the socket rather than just unreffi...
2003-12-17 Dan Winshipcomment out some code that doesn't work currently
2003-12-17 Rodrigo Moyainstall soup-message-queue.h with the rest
2003-12-17 Dan Winshipremove some dead code to make this compile
2003-12-17 Dan WinshipAdd gthread to glib check
2003-12-16 Rodrigo Moyanew function.
2003-12-16 Rodrigo Moyanew function.
2003-12-16 Joe ShawOnly set up a tunnel if the destination protocol is...
2003-12-15 Dan Winships/guint/gsize/ to match the definitions in soup-socket...
2003-12-12 Rodrigo Moyaremoved debugging of the messages here.
2003-12-12 Rodrigo Moyaadded information for SOAP-ENV namespace.
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
2003-12-10 Tambet IngoUse autoconfig to check for socklen_t ...
2003-12-09 Rodrigo Moyaprint out request/response's contents, if in debug...
2003-12-07 JP RosevearBump version LIBSOUP_2_1_2
2003-11-28 Rodrigo Moyanew functions to manage SoupSoapParameter's children.
2003-11-26 Rodrigo Moyanew function.
2003-11-26 Rodrigo Moyaadded SoupSoapParameter structure, to "hide" the usage...
2003-11-25 Rodrigo Moyafixed typo.
2003-11-25 Rodrigo Moyanew functions. (finalize): NULL out new private fields.
2003-11-24 Rodrigo Moyanew class for managing SOAP responses.
2003-11-18 Rodney DawesAdd gtk-doc.make to cvs for systems without gtk-doc
2003-11-18 Rodney DawesAdd GTK_DOC_CHECK
2003-11-18 Dan WinshipReplace old gtk-doc test with GTK_DOC_CHECK() (AC_OUTPU...
2003-11-18 Dan Winshipfix last fix
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-11-18 Dan Winshipfix
2003-11-18 Dan WinshipFix up the SSL checks some. Remove some useless old...
2003-11-18 Dan Winshipdeclare soup_ssl_supported.
2003-11-18 Rodrigo Moyanew functions from old SoupSerializer.
2003-11-17 Rodrigo Moyaadded a bunch of initialization parameters.
2003-11-17 Joe ShawAdd in the --enable-libgpg-error flag from the 2.0...
2003-11-17 Rodrigo Moyanew class to make it easier to build SOAP messages.
2003-10-24 Joe ShawCall soup_dns_entry_get_hostent() on the SoupAddress...
2003-10-24 Joe Shaw*** empty log message ***
2003-10-23 Dan WinshipInitialize flags to default values.
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan Winship (soup_session_abort): New, to cancel all pending requests.
2003-09-17 Dan WinshipFix two bugs (one that pruned too little, one that...
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
next