platform/upstream/libsoup.git
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-27 Dan WinshipFix session ids by using weak refs for the logger clean...
2008-01-27 Dan WinshipDon't run the queue again if the callback destroyed...
2008-01-27 Srinivasa Ragavan** Fix for bug #511980
2008-01-24 Tor LillqvistAllow autogening even without AM_PATH_LIBGCRYPT available
2008-01-18 Dan Winshiptest SOUP_AUTH_DOMAIN_REMOVE_PATH
2008-01-18 Dan Winshiprequire glib 2.15.3, not 2.15.0, since AM_PATH_GLIB_2_0...
2008-01-18 Dan Winshipadd a new generic auth callback that can be used with...
2008-01-17 Dan Winshipcast the second arg to g_checksum_update to (guchar...
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-16 Dan WinshipBomb out if glib 2.15.0 isn't found. (AM_PATH_GLIB_2_0...
2008-01-15 Dan WinshipReplaces SoupConnectionNTLM; now works as a SoupSession...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2008-01-09 Benjamin Otteclarify docs for new-connetion signal.
2007-11-26 Dan Winshipwait for apache to exit, to avoid spurious test failures
2007-11-26 Dan Winship2.2.104
2007-11-26 Dan Winshipfix docs
2007-11-21 Dan Winshipmake this non-static.
2007-11-21 Dan Winshipadd bug reference to previous commit:
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 Winship2.2.103 LIBSOUP_2_2_103
2007-10-28 Dan Winshipremove the g_return_if_fail()s from the last patch...
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-15 Dan Winship2.2.102 LIBSOUP_2_2_102
2007-10-15 Dan Winshipupdate
2007-10-09 Dan WinshipUpdate for current soup-ssl.h prototypes
2007-10-05 Dan Winshipsrcdir != builddir fixes LIBSOUP_2_2_101
2007-10-05 Dan Winship2.2.101
2007-10-05 Dan WinshipDon't crash if the authenticate callback returns a...
2007-09-25 Dan Winshipadd "realm" field to the struct. (SoupAuthClass) remove...
2007-09-25 Dan Winshipminor rfc850-date parsing improvement suggested by...
2007-09-24 Dan Winshipremove a mysterious partial sentence in the ::wrote...
2007-09-24 Dan Winshipupdate
2007-09-24 Dan WinshipOnly remove the Authorization / Proxy-Authorization...
2007-09-14 Dan Winship Make "make check" pass on Fedora 7:
2007-08-09 Dan Winshipupdate for new maintainers format (and remove old email...
2007-06-01 Dan Winshipfix. noted by "cascardo" on libsoup-list.
2007-06-01 Jonathon Jongsmaadd G_BEGIN_DECLS / G_END_DECLS to all installed header...
2007-04-16 Dan WinshipMake a real SoupSSLCredentials type rather than just...
2007-03-30 Dan WinshipImplement this by sending the message (synchronously...
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2007-03-17 Dan Winshiprequire glib 2.12. check for timegm().
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-02-19 Dan WinshipGet gcrypt libs/cflags.
2007-02-12 Dan WinshipFixed soup_headers_parse_status_line() so WebDAV respon... LIBSOUP_2_2_100 SOUP_2_2_100
2007-02-12 Dan WinshipFix this to handle "\0"-terminated status lines (eg...
2007-01-16 Dan Winshipinitialize "errors" to 0. duh. Pointed out by Michael...
2007-01-08 Dan Winship2.2.99 LIBSOUP_2_2_99
2007-01-06 Dan WinshipRewrite this to be easier to understand and more correc...
2006-12-05 Dan WinshipFree ssl_creds. Pointed out by Chris Austin.
2006-12-05 Dan WinshipRemove the calls to soup_message_io_stop() here; the...
2006-11-20 Dan Winship2.2.98 LIBSOUP_2_2_98
2006-11-20 Dan Winship Patch from Andrew W. Nosenko:
2006-11-20 Dan WinshipAdd some missing "static"s. Patch from Matthias Clasen...
2006-11-20 Dan Winship<value>foo</value> should mean the same thing as
2006-11-06 Dan WinshipBump version to 2.2.97. Bump AGE and CURRENT for additi... LIBSOUP_2_2_97
2006-11-06 Dan Winshipnew method to find a "real" (ie, not comment or whitesp...
2006-11-05 Dan Winshipmisc minor updates
2006-11-05 Dan Winshipdocument this (in particular, point out that str+len...
2006-11-03 Dan WinshipFix an off by one pointed out by Andrew W. Nosenko.
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2006-11-03 Dan Winshipremove gnutls stuff (we're using pkg-config now)
2006-11-03 Dan Winshipuninstall the pkgconfig file. Based on #356809 from...
2006-11-03 Dan WinshipFix leaks pointed out by Paolo Borelli. #351500
2006-11-03 Dan WinshipUse pkgconfig to find gnutls. Remove old static linking...
2006-11-03 Dan Winshipfix build on cygwin. From "Cygwin Ports maintainer...
2006-11-03 Dan Winshipupdate
2006-07-24 Dan Winship2.2.96. bump AGE and CURRENT for new API LIBSOUP_2_2_96
2006-07-24 Dan WinshipNew, from Fernando Herrera, bug 348532.
2006-07-21 Dan Winshipif the constructed auth doesn't have a realm, it's...
2006-07-21 Dan Winshipupdate to mention mailing list and bugzilla
2006-07-21 Dan WinshipIf the server handler set a Content-Length header on...
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-07-13 Dan Winshipsync to xmlrpc changes
2006-07-10 Dan Winship2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this time... LIBSOUP_2_2_95_1
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 Winship2.2.94 LIBSOUP_2_2_94
2006-06-12 Dan Winshipmake auth-test distcheck
2006-06-12 Dan Winshipdist client-howto.xml and server-howto.xml
2006-06-12 Dan Winships/SOAP/XMLRPC/ in one place where it was missed long ago
2006-06-12 Dan WinshipNew client and server API tutorials.
2006-06-12 Dan WinshipFurther fixes from Brent Smith. #344458. (soup_xmlrpc_v...
2006-06-09 Dan WinshipAdd tests for apache, output tests/httpd.conf
2006-06-08 Dan WinshipCheck return value of strtol/g_ascii_strtod correctly...
2006-06-07 Dan Winshiprecord whether or not the response was a fault.
2006-05-29 Dan Winship2.2.93 LIBSOUP_2_2_93
2006-05-29 Dan Winshipadd a new state "FINISHING" which means "done I/O,...
2006-05-26 Dan Winship#include <sys/time.h> for struct timeval. #342048
2006-05-26 Dan WinshipStart SSL after CONNECTing! Doh. Part of bnc #174255.
2006-05-26 Dan Winshiptests if IO is currently in progress on a message.
next