platform/upstream/libsoup.git
2009-04-18 Dan WinshipFix soup_date_to_string() to deal with non-UTC times...
2009-04-18 Enrico TrögerBug 579055 – SOUP_DATE_RFC2822 not handled in soup_date...
2009-04-18 Dan WinshipAdd a regression test for SOUP_SESSION_TIMEOUT
2009-04-18 Dan WinshipBug 578928 – SOUP_SESSION_TIMEOUT does not work with...
2009-04-18 Dan WinshipBug 574414 – Make SOUP_SESSION_TIMEOUT work with SoupSe...
2009-04-17 Dan WinshipAdd .gitignore
2009-04-17 Dan WinshipAdd libsoup.doap
2009-04-13 Dan Winship2.26.1 LIBSOUP_2_26_1
2009-04-13 Dan Winship2.26.1
2009-04-13 Dan Winshipfix use of async context here
2009-04-13 Dan Winship Bug 578809 – warnings in soup_address_equal_by_ip
2009-04-13 Dan Winship Bug 578746 – http_proxy env var set to ":80" in session
2009-04-11 Dan Winship Bug 578645 - crash in Rhythmbox Music Player
2009-04-08 Dan Winship2.26.0.9, aka "I can't believe it's not 2.26.1!", a... LIBSOUP_2_26_0_9
2009-04-08 Dan Winship Re-fix GNOME proxy resolution (qv bug 571527)
2009-04-08 Dan Winship Fix ISO 8601 parsing to accept either "." or ","
2009-04-05 Dan Winship Don't allow CR/LF in header names or values
2009-04-03 Dan Winship Bug 577386 – Fails to handle HTTPS redirect from a...
2009-04-03 Dan Winship Bug 577360 – handle cookies with same name but differe...
2009-04-03 Dan WinshipFix the -p option in tests/get again
2009-04-03 Dan Winship Bug 577630 - libsoup should ignore broken Content...
2009-04-03 Dan Winship Bug 577728 – soup_header_g_string_append_param should...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-27 Dan Winship Bug 576583 - Tests fail if "localhost" resolves to ::1
2009-03-27 Dan WinshipFix docs to not claim that the cookie domain can be...
2009-03-27 Dan Winshipclarify that SoupSessionAsync is not thread-safe, and...
2009-03-26 Milan CrhaBug 574957 - soup-session-sync doesn't unlock mutex...
2009-03-24 Dan Winship Bug 571283 - Allow LF LF instead of CRLF CRLF as heade...
2009-03-23 Dan Winship Bug 566530 - Handle (illegal) unencoded spaces in...
2009-03-16 Dan Winship2.26.0 LIBSOUP_2_26_0
2009-03-14 Xan LopezAdd G_{BEGIN,END}_DECLS guards to public headers.
2009-03-11 Dan Winshipadd more detail to the doc comment
2009-03-09 Dan Winship Bug 571527 – gvfsd-http crashed with SIGSEGV in
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-03-06 Dan WinshipProcess messages in the CONNECTING iostate before messa...
2009-02-20 Gustavo Noronha... now returns NULL if there is no Content-Type header...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2009-02-19 Dan Winshipexplain why @len normally needs to be at least @boundar...
2009-02-19 Xan LopezFix a series of issues that prevented SoupCookieJarSQLi...
2009-02-16 Dan Winship2.25.91 LIBSOUP_2_25_91
2009-02-15 Dan WinshipUpdates: Mention SoupSessionFeature (and link to SoupLo...
2009-02-06 Dan WinshipFix crash when getting a 407 when using SoupProxyResolv...
2009-02-02 Dan Winship2.25.5 LIBSOUP_2_25_5
2009-02-02 Dan Winshipfix docs build
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...
next