summaryrefslogtreecommitdiffstats
path: root/src/lib/abrt_xmlrpc.c
Commit message (Collapse)AuthorAgeFilesLines
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-0/+137
Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>