Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-message-body.c
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipUse G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE
2012-07-13 Dan WinshipUse g_slist_free_full()
2012-05-25 Dan WinshipFix a warning in last commit
2012-05-24 Jasper St. Pierresoup-message-body: Add a soup_buffer_get_as_bytes method
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2011-08-04 Evan NemersonSoup-2.4.gir: add missing introspection data from Vala...
2011-03-21 David WoodhouseReset priv->base_offset in soup_message_body_truncate()
2010-10-14 Dan WinshipAppease some gcc 4.5 warnings
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-05-03 Andreas RottmannAdd some helper functions to aid language bindings
2010-04-26 Andreas RottmannAdd gobject-introspection support
2009-07-27 Dan WinshipDo not discard the request body after sending, even...
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-01-29 Dan WinshipFix this; previously it would discard the entire messag...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk