platform/upstream/libsoup.git
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...
2008-03-13 Xan Lopezg_thread_init should be called before any other glib...
2008-03-10 Dan Winship2.4.0! LIBSOUP_2_4_0
2008-02-28 Dan Winshiptypo in a comment
2008-02-28 Dan Winship (redirect_handler): PROPFIND is defined to be "safe and
2008-02-28 Dan WinshipRe-revert the change from 2008-02-09; the problem with...
2008-02-28 Dan Winshipfree priv->user_agent. #518798, Wouter Cloetens.
2008-02-27 Benjamin Otteensure that nread/nwrote parameters aren't NULL. They...
2008-02-25 Dan Winship2.3.4 LIBSOUP_2_3_4
2008-02-25 Dan Winshiprename from libsoup to libsoup-2.4 (TARGET_DIR): don...
2008-02-25 Dan Winshipremove old .cvsignore files...
2008-02-25 Benjamin Otteuse an underscore for struct definitions. Fixes bug...
2008-02-20 Sebastian DrögeAdd gobject-2.0 and gio-2.0 to Requires. Move libxml...
2008-02-12 Dan Winshippost-release bump to 2.3.3
2008-02-11 Dan Winshipfix a copy-and-pasto noticed by David Weinehall
2008-02-11 Dan Winship2.3.2 (SOUP_CURRENT): bump for API changes LIBSOUP_2_3_2
2008-02-11 Dan WinshipMisc gtk-doc fix-ups
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-09 Dan Winship First draft of libsoup python bindings. Not complete...
2008-02-09 Dan Winshipremove prototype for soup_signal_connect_once, which...
2008-02-09 Dan Winshipmark the DES magic number arrays const
2008-02-09 Dan WinshipAdd an iterator type for SoupMessageHeaders.
2008-02-07 Dan WinshipRef the auth domain when adding it.
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-02-07 Dan Winshipclamp the result to the time_t range, and document...
2008-02-04 Dan WinshipFix the handling of soup-enum-types.h to ensure that...
2008-02-03 Benjamin Otteupdate documentation to new API
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-02-03 Dan Winshipif the request headers contain an unrecognized Expect...
2008-02-03 Dan WinshipMisc fixes: don't redirect on "300 Multiple Choices...
2008-02-02 Dan WinshipFix these so that direct comparisons against them actua...
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-02-01 Dan WinshipReorganize this; emitting DISCONNECTED may cause the...
2008-02-01 Dan Winshipoverride this to include the API version, to fix the...
2008-02-01 Dan Winshipdon't use "stdout" as a variable name; it's allowed...
2008-02-01 Dan Winshipnew
2008-01-28 Dan Winshippost-release bump to 2.3.1
2008-01-28 Dan WinshipBump version to 2.3.0.1 LIBSOUP_2_3_0_1
2008-01-28 Dan WinshipUse soup_message_headers_replace(), not soup_message_he...
next