platform/upstream/libsoup.git
2009-02-02 Dan WinshipRemove this, as it was incomplete, and libproxy is...
2009-01-29 Dan WinshipFix this; previously it would discard the entire messag...
2009-01-21 Dan Winshipremove the dummy typedef for struct SoupSessionFeature...
2009-01-12 Dan WinshipDon't pass NULL to soup_message_headers_replace(),...
2009-01-05 Dan Winship 2.25.4 LIBSOUP_2_25_4
2008-12-23 Dan Winshipdoh. belatedly commit the 2.25.3 commit, and then bump...
2008-12-23 Dan Winshipadd these to query session features. #565392.
2008-12-23 Dan Winshipadd some more warning CFLAGS, inspired by Benjamin...
2008-12-09 Dan WinshipExplicitly document the fact that you have to call...
2008-12-05 Dan WinshipCorrectly handle forms that have URI-encoded parameter...
2008-12-03 Dan Winshipdisconnect from gconf notifications. Fixes a crash...
2008-12-01 Dan Winship2.25.2 LIBSOUP_2_25_2
2008-11-28 Dan WinshipFix this so we choose the *strongest* auth type first...
2008-11-28 Dan Winshipmake this $(includedir)/libsoup-gnome-2.4/libsoup rathe...
2008-11-28 Dan Winshipfix method name in example. #562411, Andreas Bruse.
2008-11-24 Dan Winshipclarify exactly when stuff gets logged (and in particul...
2008-11-06 Dan Winshipfix linking with --as-needed. #559342, pointed out...
2008-11-04 Dan Winship2.25.1 LIBSOUP_2_25_1
2008-11-04 Dan Winshipfix to mention that xan and diegoe did most of the...
2008-11-04 Dan Winshipmisc doc fixes
2008-11-04 Dan Winshipimplementation of SoupCookieJar that persists to a...
2008-11-03 Dan Winshipdon't remove the item from the queue here; it should...
2008-11-03 Dan Winshipfix srcdir/builddir mixup.
2008-11-03 Dan Winshipdon't leak the header string
2008-11-03 Dan WinshipFix the signal handler disconnection here: for "finishe...
2008-10-31 Dan Winshipcommit changelog for previous commit. oops
2008-10-31 Dan Winship Add libsoup-gnome, for new features that depend on...
2008-10-31 Dan Winshiprename from libsoup.pc.in; the attempt to keep the...
2008-10-31 Dan Winshipnew abstract base class for a SoupSessionFeature that...
2008-10-30 Dan Winshipdo directory listings. (wrote this a long time ago...
2008-10-27 Dan Winshipfree the expires date, if set
2008-10-22 Dan Winshipfix up some of the regression test configuration stuff...
2008-10-22 Dan Winshipremove gtk-doc.make. i'm not sure why it was ever committed
2008-10-20 Dan Winshipadd SOUP_MAINTAINER_FLAGS here too.
2008-10-20 Cosimo CecchiBuild with G_DISABLE_DEPRECATED and G_DISABLE_SINGLE_IN...
2008-10-19 Dan Winshipcompare scheme name case-insensitively, to prevent...
2008-10-10 Dan Winshipif the caller passed the total_length of the message...
2008-10-10 Andrew W. NosenkoVerify whether uri is non-NULL and avoid crash on NULL...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-10-03 Dan WinshipMake this more complicated, with a SoupMessageQueueItem...
2008-10-03 Dan Winshipupdate
2008-10-01 Dan WinshipNew type and methods for working with multipart HTTP...
2008-10-01 Dan WinshipUpdate these to deal with RFC2231-encoded UTF-8 header...
2008-10-01 Dan Winshipadd a new -s flag to indicate that it's being run from...
2008-10-01 Dan Winshipbump version to 2.25.0
2008-10-01 Dan Winshipdoc fixups
2008-09-30 Dan Winshipsoup_value_hash_insert_value() copies the value, so...
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-09-26 Dan Winshiplibsoup/soup-auth-manager-ntlm.c libsoup/soup-auth...
2008-09-24 Dan Winship2.24.0.1
2008-09-22 Dan Winship2.24.0 LIBSOUP_2_24_0
2008-09-16 Dan Winship2.23.92 (belated; I apparently forgot to commit this... LIBSOUP_2_23_92
2008-09-07 Dan Winshipa 302 response to HEAD (or any other safe method) shoul...
2008-09-01 Dan Winship2.23.91 LIBSOUP_2_23_91
2008-08-25 Dan Winshipnew macro to check if a URI is a valid http or https...
2008-08-22 Bastien NoceraAdd a SoupDate to GTimeVal conversion function, for...
2008-08-18 Dan WinshipRevert previous commit; that would still fail in the...
2008-08-14 Dan Winshipg_return_if_fail if either username or password is...
2008-08-14 Dan WinshipAdd gthread-2.0; the app must call g_thread_init()...
2008-08-04 Dan Winship2.23.6 LIBSOUP_2_23_6
2008-07-26 Dan WinshipFix horrible bizarre brokenness in GIOChannel subclassi...
2008-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-07-26 Dan Winshipdon't add a Host header to the message if the caller...
2008-07-26 Dan Winshipchange read_length, write_length, and written to goffse...
2008-07-26 Dan Winshipif the server response doesn't include an algorithm...
2008-07-26 Dan Winshipadd $(GLIB_LIBS) so this still works when building...
2008-06-04 Tor LillqvistThe SO_RCVTIMEO and SO_SNDTIMEO options to setsockopt...
2008-05-02 Dan Winshipfix the path checking
2008-04-29 Tor LillqvistFix compilation error in the !HAVE_IPV6 && !HAVE_INET_P...
2008-04-21 Dan Winship2.23.1, bump AGE and CURRENT LIBSOUP_2_23_1
2008-04-20 Dan Winship Fixes for GnuTLS support on Win32. #528752, patch...
2008-04-14 Chris LordCheck that the cookie was parsed successfully before...
2008-04-09 Dan Winship Initial HTTP cookie support imported from development...
2008-04-08 Dan WinshipMake this a GObject and specifically a SoupSessionFeatu...
2008-04-08 Dan WinshipNew interface type representing a feature that can...
2008-04-08 Dan WinshipHaving branched for gnome-2-22, bump version to 2.23...
2008-04-07 Dan Winship2.4.1. Bump AGE and CURRENT. LIBSOUP_2_4_1
2008-04-07 Dan WinshipIf pausing a message that was waiting to unpause, cance...
2008-04-05 Dan WinshipDon't cache negative results, even if the DNS server...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-04-05 Dan Winshipfix test for AI_ADDRCONFIG. Noticed while looking at...
2008-04-05 Dan Winshipglobally ignore SIGPIPE rather than only doing it aroun...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-04-05 Dan WinshipExplicitly assign each of the variables to NULL, becaus...
2008-04-05 Dan WinshipExplicitly assign each of the variables to NULL, becaus...
2008-04-04 Dan Winshipadd a new signal "wrote-body-data" to address the probl...
2008-04-03 Dan Winship Be more aggressive about closing unused persistent...
2008-03-29 Dan Winshipde-constify msg->reason_phrase; it's no more const...
2008-03-29 Dan Winshipfix the test for no-day-parsed (parse_year): likewise...
2008-03-29 Dan Winshipupdate to latest
2008-03-25 Dan Winshipdon't crash if the auth_callback returns NULL (meaning...
2008-03-25 Dan WinshipRemove erroneous local run_tests variable. (Noted by...
2008-03-19 Dan Winshipcompare WWW-Authenticate auth schemes case-insensitively.
2008-03-18 Dan WinshipAdd a new property, SOUP_SESSION_IDLE_TIMEOUT, to speci...
2008-03-18 Dan Winshipif delaying the unpause to idle time, we need to keep...
2008-03-16 Dan WinshipDefine two new signals, request_queued and request_unqu...
2008-03-14 Dan WinshipFix Host header syntax when the host is an IPv6 address...
2008-03-14 Dan Winshipadd an orig_http_version field.
2008-03-13 Xan LopezFix ChangeLog
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
next