summaryrefslogtreecommitdiffstats
path: root/lib/Utils/abrt_xmlrpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* *: 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-8/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix memory leaks in bugzillaNikola Pajkovsky2010-01-131-2/+14
|
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-0/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-1/+1
| | | | 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/+76
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>