summaryrefslogtreecommitdiffstats
path: root/src/lib/abrt_xmlrpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-102/+0
| | | | | | | | | | | 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>
* bugzilla reporter fixesDenys Vlasenko2011-03-161-2/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove C++-ism ssprintf from abrtlib.hDenys Vlasenko2011-01-111-4/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* 666893 - Unable to make sense of XML-RPC response from serverNikola Pajkovsky2011-01-051-0/+11
| | | | | | | By default, XML data from the network may be no larger than 512K. We have a bug which is 733402 bytes long. Limit is now 2 * 512K. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-081-3/+1
| | | | | | | | | | | | | This patch converts libabrt usage of C++ map<string, string> to a glib-based container, GHashTable. It is typedef-ed to map_string_h. We can't typedef it to map_string_t, since other parts of ABRT (daemon, cli) still use that name for C++ container. Also, exceptions are removed everywhere. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-0/+97
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>