summaryrefslogtreecommitdiffstats
path: root/lib/Utils/abrt_xmlrpc.h
Commit message (Collapse)AuthorAgeFilesLines
* mv devel header files to inc/ and install themJiri Moskovcak2010-07-091-48/+0
| | | | | | - header files are required to write the custom plugins plugins without downloading the whole git tree, user just need to install abrt-devel package
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-251-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-281-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix memory leaks in bugzillaNikola Pajkovsky2010-01-131-1/+1
|
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-091-0/+27
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>