Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)
[platform/upstream/libsoup.git] / tests /
2008-02-01 Dan Winshipdon't use "stdout" as a variable name; it's allowed...
2008-02-01 Dan Winshipnew
2008-01-28 Dan WinshipUse soup_message_headers_replace(), not soup_message_he...
2008-01-27 Dan Winshipfix mutex use to avoid a race condition
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-24 Tor LillqvistAllow autogening even without AM_PATH_LIBGCRYPT available
2008-01-18 Dan Winshiptest SOUP_AUTH_DOMAIN_REMOVE_PATH
2008-01-16 Dan WinshipDeal with Shoutcast servers, which return "ICY 200...
2008-01-16 Dan WinshipAllow the session authenticate signal to be handled...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-26 Dan Winshipwait for apache to exit, to avoid spurious test failures
2007-11-21 Dan Winshipdon't leak the async_context
2007-11-21 Dan Winshipdon't leak the SoupAddress.
2007-11-19 Dan WinshipFix the guards around the got_chunk emission so that...
2007-10-28 Dan Winshipref the socket around the processing of the message...
2007-10-28 Dan Winshipfree proxy-related stuff
2007-10-28 Dan WinshipMake these less verbose by default (to make it easier...
2007-10-09 Dan WinshipUpdate for current soup-ssl.h prototypes
2007-10-05 Dan Winshipsrcdir != builddir fixes LIBSOUP_2_2_101
2007-09-25 Dan Winshipminor rfc850-date parsing improvement suggested by...
2007-09-24 Dan WinshipOnly remove the Authorization / Proxy-Authorization...
2007-09-14 Dan Winship Make "make check" pass on Fedora 7:
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2007-03-16 Dan Winshipupdate the handling of CONNECT: it has no response...
2007-03-16 Dan Winshipadd <sys/socket.h> for solaris. #418919, from Wang Xin
2007-03-13 Dan Winshipadd $(LIBGNUTLS_CFLAGS) for ssl-test. #417617, patch...
2007-03-13 Dan Winshipif soup_connection_connect_sync() returns SOUP_STATUS_T...
2007-03-08 Dan Winshipdon't return G_IO_STATUS_AGAIN if we're doing blocking...
2007-01-16 Dan Winshipinitialize "errors" to 0. duh. Pointed out by Michael...
2007-01-06 Dan WinshipRewrite this to be easier to understand and more correc...
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-06-19 Dan Winshipdon't build xmlrpc-test unless we have apache/php/xmlrp...
2006-06-19 Dan Winshipadd tests for apache mod_php5 and xmlrpc-epi-php
2006-06-12 Dan Winshipmake auth-test distcheck
2006-06-09 Dan WinshipAdd tests for apache, output tests/httpd.conf
2006-05-29 Dan Winshipadd a new state "FINISHING" which means "done I/O,...
2006-04-02 Dan Winshipreplace locale-ish strcasecmps with g_ascii_strcasecmp
2005-12-21 Dan Winshipfix two bugs in the YYYYMMDD case.
2005-10-28 Dan Winshipupdate usage message to match reality
2005-07-15 Dan WinshipAllow relative URIs, since some servers are lame. Based...
2005-06-14 Dan Winshipcheck for gmtime_r
2005-04-19 Tor LillqvistCall AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automak...
2005-04-12 Dan WinshipRemove the various gethostbyname_r checks and just...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
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-02 Dan WinshipSimple test of the dns code
2004-02-20 Dan WinshipPass gsize *, not guint *, to soup_socket_read/write...
2004-01-12 Dan WinshipAdd a g_thread_init() so this works again.
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan Winshipcomment out some code that doesn't work currently
2003-12-17 Dan WinshipAdd gthread to glib check
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-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-25 Dan WinshipTake a uri string instead of a context. Also, swap...
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 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-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 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
2002-11-18 Dan WinshipAdd "-6" to listen on the IPv6 local address instead...
2002-11-15 Frank Belew (Myth)tests/Makefile.am: uncomment lines to make timeserver...
2002-11-13 Dan WinshipOops, commit this.
2002-11-13 Joe ShawReplace the BINDIR define with LIBEXECDIR. (install...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-11 Dan WinshipMove the SoupAddress code from soup-socket.c and soup...