summaryrefslogtreecommitdiffstats
path: root/src/lib/abrt_xmlrpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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>