master
reporter-bugzilla: send API key in HTTP header
Replace libreport_xasprintf with g_strdup_printf
Remove GHashTable aliases
abrt_xmlrpc: Don't warn about discarded const
Replace libreport_xrealloc with g_realloc
Replace libreport_xstrdup with g_strdup
lib: compress: Use libarchive
Use g_autofree where possible
Use g_free for GLib-alloc'd memory
configuration_files: Fix leaks
internal_libreport: Fix namespacing with #defines
reporter-upload: Fix double free crash
Add support for unpacking coredumps
Replace libreport_xmalloc with g_malloc
debuginfo-install is a dnf command
event_xml_parser: Use g_steal_pointer() where appropriate
glib_support: Clean up properly after g_strsplit
Replace libreport_xstrndup with g_strndup
lib: add global configuration option for excluded elements
localization: fix gettext
lib: Fix potential null pointer dereference
Remove remnants of Red Hat Customer Portal support
reporter_bugzilla.py: Initial commit
Avoid direct use of libproxy
add optional support for libproxy
events: improve example
Replace strbuf with GString
Use g_autoptr where possible
Use g_clear_pointer to free and NULL
steal_directory: Silence a warning
Simplify malloc arguments
Add missing va_end