platform/upstream/libsoup.git
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...
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-09-09 Dan Winship Beginnings of improved synchronous API support
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-26 Dan WinshipDefine SoupMessage signal stuff (READ_HEADERS, READ_CHU...
2003-08-25 Dan WinshipAdd a "user_data" arg, pass it to the callbacks.
2003-08-25 Dan Winshipfix a doc comment
2003-08-25 Dan WinshipTake a uri string instead of a context. Also, swap...
2003-08-22 Dan WinshipNew file containing SoupMessagePrivate and some other
2003-08-22 Dan Winshipbelated fix to make this compile again
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-19 Dan WinshipNew API for doing socket IO. Works both synchronously...
2003-08-19 Dan WinshipRemove this. RC doesn't let you configure it, and no...
2003-08-19 Dan WinshipMake this a GObject. Remove SoupServerMessage code (to
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2003-08-14 Antonio XuAdd signal.h to solve the problem of building on Solaris 8
2003-08-14 Dan WinshipFix a spelling mistake.
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...
2003-08-12 Dan WinshipUpdate for pc file rename
2003-08-12 Dan WinshipBump API version to 2.2 and package version to 2.1...
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-07-29 Dan Winship1.99.25 ("Potato and Leek Soup") LIBSOUP_1_99_25
2003-06-26 Joe ShawVersion 1.99.24 LIBSOUP_1_99_24
2003-06-24 Dan WinshipCheck pkgconfig for openssl, since 0.9.7 (a) uses it...
2003-06-23 Dan Winshipunref the old read_tag before changing/clearing it.
next