Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libsoup: Soup, an HTTP library implementation
- Summary
- Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.
libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).
Changelog
- * Wed Jun 8 19:00:00 2005 David Malcolm <dmalcolm{%}redhat{*}com> - 2.2.1-2
- add patch for NTLM domains (#159901)
- * Tue Oct 12 19:00:00 2004 David Malcolm <dmalcolm{%}redhat{*}com> - 2.2.1-1
- update from 2.2.0 to 2.2.1
- * Wed Oct 6 19:00:00 2004 David Malcolm <dmalcolm{%}redhat{*}com> - 2.2.0-3
- added requirement on libxml2 (#134700)