platform/upstream/libsoup.git
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-11-10 Dan Winshipupdate gnome-2-12-base
2005-11-01 Dan Winshiptell it to generate an index libsoup-pre214-branch-base
2005-11-01 Dan WinshipCast the argument to g_object_add/remove_weak_pointer...
2005-10-28 Dan Winshipupdate usage message to match reality
2005-10-27 Dan Winship (socket_read_watch, read_from_network, socket_write_watch,
2005-10-27 Dan Winshipunref the SoupAddress passed to soup_socket_connect...
2005-10-27 Dan Winshipgr. save then commit
2005-10-27 Dan Winship bgo #316313 / bnc #116762, and probably also bgo ...
2005-10-27 Dan Winshipupdatage
2005-08-30 Tor LillqvistInclude documentation in developer zipfile.
2005-08-22 Dan WinshipCall g_type_class_add_private. LIBSOUP_2_2_6_1
2005-08-22 Dan WinshipBump to 2.2.6. Bump SOUP_AGE and SOUP_CURRENT for soup_... LIBSOUP_2_2_6
2005-08-22 Dan WinshipFix g_object_add/remove_weak_pointer usage to prevent...
2005-08-16 Dan Winship Fix a connection leak reported by Tambet.
2005-08-15 Dan Winshipuse G_GNUC_NULL_TERMINATED.
2005-08-15 Tambet IngoFix compilation errors.
2005-08-12 Dan Winshipnew method to get the server's listening socket.
2005-08-05 Dan WinshipFree priv->read_buf. From Tambet. (soup_socket_connect...
2005-08-01 Dan Winshipdrop version back down to 2.2.5 and SOUP_API_VERSION... LIBSOUP_2_2_5
2005-08-01 Dan WinshipFinalize a SoupMD5Context and write out the digest...
2005-07-15 Dan WinshipAllow relative URIs, since some servers are lame. Based...
2005-07-06 Tor LillqvistMention in the doc comment that gmtime() is thread...
2005-06-14 Dan Winshipcheck for gmtime_r
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-06-14 Tor LillqvistCheck also for inet_ntop(). Pre-cache knowledge that...
2005-06-08 Dan WinshipFix this to use just the domain name for the domain...
2005-06-07 Dan Winshiplock host_lock around this, since it can be called...
2005-05-05 Dan WinshipUse --type-init-func to force g_thread_init to be calle...
2005-05-02 Dan Winshipignore libsoup-zip
2005-04-19 Tor LillqvistCall AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automak...
2005-04-15 Dan Winshipmake this work with pre-EAI_OVERFLOW glibc [#300620]
2005-04-14 Dan Winshipupdate
2005-04-12 Dan WinshipRemove the various gethostbyname_r checks and just...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2005-04-11 Dan Winshipbump version to 2.3.0. bump SOUP_API_VERSION to 2.4
2005-04-11 Dan Winshipbelatedly pull up changes from gnome-2-10 branch
2005-01-12 Not Zed** See ximian bug #70323.
2004-10-06 Dan Winshipupdate
2004-10-06 Dan Winshipoops, forgot to save after adding bug #
2004-10-06 Dan Winshipadd SOUP_SSL_ERROR_CERTIFICATE.
2004-10-04 Dan WinshipAdd this, with some extra initialization needed for...
2004-08-31 Dan Winshipadd some things
2004-08-26 Dan WinshipBump version to 2.2.0. LIBSOUP_2_2_0
2004-08-26 Dan WinshipUpdate this to reflect the last 2 years.
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-08-13 JP Rosevearbump version, libtool number LIBSOUP_2_1_13
2004-08-10 Dan WinshipDon't use conn after emitting the "connect_result"...
2004-08-09 Dan WinshipAdd flag "broken_encoding" to SoupUri.
2004-07-19 JP Rosevearbump version, libtool number LIBSOUP_2_1_12
2004-07-19 Dan WinshipSimplify this. If the message comes back from soup_conn...
2004-07-14 Dan WinshipIf the connection attempt succeeded, reserve the connec...
2004-07-12 Dan Winshipsignal the "connections available" condition after...
2004-07-08 Dan WinshipRevert previous change for now; it breaks the build...
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-09 Dan Winshipupdated todo ideas
2004-06-03 JP Rosevearbump version to 2.1.11, libtool number LIBSOUP_2_1_11
2004-06-02 Dan WinshipRedo the various IPv4/IPv6-abstracting macros to not...
2004-06-02 Dan WinshipSimple test of the dns code
2004-05-19 JP Rosevearbump version, libtool numbers LIBSOUP_2_1_10
2004-05-18 Dan Winshipdefine some GError codes and stuff
2004-05-11 Dan WinshipDo this less kludgefully, using the magic of GClosure...
2004-05-04 Sivaiah Nallagatlafree the elements of priv structure before freeing...
2004-04-20 Dan Winshipif re-sending the message, call soup_message_restarted...
2004-04-15 Dan WinshipConnect to the socket's "disconnect" signal. (We were...
2004-04-02 JP Rosevearbump version, libtool number LIBSOUP_2_1_9
2004-03-15 Dan WinshipFix up types to kill a warning with -Wall -O2
2004-03-05 JP Rosevearbump version, libtool number LIBSOUP_2_1_8
2004-03-02 Dan WinshipOnly loop on EINTR if bytes_read is -1, since the value...
2004-03-01 Rodrigo Moyaremoved not-implemented function's prototype.
2004-02-27 Rodney DawesUse a different variable for linking to the static...
2004-02-20 Dan WinshipPass gsize *, not guint *, to soup_socket_read/write...
2004-02-20 Dan Winshipupdate this a bunch libsoup-hacking-branch-base
2004-02-18 Rodrigo MoyaFixes #54512
2004-02-18 Dan WinshipLikewise
2004-02-17 Dan WinshipFix a typo. #54433, from Mariano Suarez-Alvarez.
2004-02-17 Rodney DawesHTTP connections require a hostname, and we also hash...
2004-02-14 Dan WinshipUse POSIX-compliant "test $foo = bar", rather than...
2004-02-13 Joe ShawCall read() in a do-while loop to prevent DNS errors...
2004-02-11 Joe ShawBumped version number to 2.1.7 and libtool current. LIBSOUP_2_1_7
2004-02-11 Dan WinshipUpdate Joe's comment here with a gory explanation of...
2004-02-10 Joe ShawAdd a workaround for SSL connections which time-out...
2004-02-09 JP RosevearBump libtool numbers LIBSOUP_2_1_6
2004-02-06 Dan WinshipRef the filter when adding it. (soup_session_remove_fil...
2004-02-05 Joe ShawDon't try to free the hostent if it's NULL. (soup_dns_e...
2004-02-05 Dan WinshipAlways remove the WWW-Authenticate headers before retur...
2004-02-03 Dan WinshipCall soup_message_io_stop so we don't get a callback...
2004-02-03 Dan WinshipUse memmove rather than memcpy here, since the source...
2004-02-02 Joe ShawCall gnutls_bye() with the GNUTLS_SHUT_WR flag (instead...
2004-01-30 Rodrigo Moyabumped version number to 2.1.6.
2004-01-29 Rodrigo Moyanew function.
2004-01-29 Rodrigo Moyaremoved 'const' from return type.
2004-01-29 Joe ShawInitialize the certificate before we try to use it...
2004-01-26 Joe Shawforgot these on friday
2004-01-21 Joe ShawRequire at least GnuTLS 1.0.0. LIBSOUP_2_1_5
2004-01-20 Joe Shawgnutls_bye() doesn't close the socket itself, so we...
2004-01-19 Jacob Leachbuilddir != srcdir fix.
2004-01-14 Joe ShawRemove the check for GNUTLS_CERT_CORRUPTED, it's not...
2004-01-12 JP Rosevearbump version and libtool revision LIBSOUP_2_1_4
next