summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Catcut.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-281-29/+15
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-1/+1
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-5/+5
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-15/+15
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-3/+3
* fix memory leaks in bugzillaNikola Pajkovsky2010-01-131-14/+29
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-8/+8
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-8/+1
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-2/+2
* get rid of ugly sleep call inside while()Denys Vlasenko2009-12-141-6/+10
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
* closing rhbz#541459: "remove word 'detected' from description"Denys Vlasenko2009-11-261-9/+9
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-191-56/+2
* include abrt version in bug descriptionsDenys Vlasenko2009-11-181-1/+1
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-39/+3
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-091-181/+428
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-8/+6
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-4/+2
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-031-2/+4
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-1/+2
* Bugzilla: fix some memory leaks. More reamins on error path...Denys Vlasenko2009-10-301-0/+4
* lib/Plugins/Catcut.cpp: fix two instances of use-after-freeDenys Vlasenko2009-10-271-37/+37
* adding experimental Catcut plugin. Run-testedDenys Vlasenko2009-10-271-0/+365