summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-1/+19
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-281-49/+20
* Bugzilla: attach backtrace even if it is smallDenys Vlasenko2010-01-211-5/+6
* throw when some members are missing in xmlrpc responseNikola Pajkovsky2010-01-211-6/+19
* Merge branch 'master' into hotfixNikola Pajkovsky2010-01-211-2/+2
|\
| * abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-2/+2
* | fix double filled bug with same status_whiteboard(abrt hash)Nikola Pajkovsky2010-01-211-6/+20
|/
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-4/+10
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-7/+7
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-17/+17
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-1/+1
* fix memory leaks in catcut pluginNikola Pajkovsky2010-01-131-0/+3
* fix memory leaks in bugzillaNikola Pajkovsky2010-01-131-29/+109
* src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-121-2/+2
* style fixes, no code changesDenys Vlasenko2009-12-101-2/+2
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-1/+1
* closing rhbz#541459: "remove word 'detected' from description"Denys Vlasenko2009-11-261-2/+2
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-15/+10
* include abrt version in bug descriptionsDenys Vlasenko2009-11-181-1/+1
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-2/+1
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-41/+12
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-091-93/+17
* 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-2/+2
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-031-189/+228
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-10/+97
* lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-301-50/+2
* lib/Plugins/Bugzilla: better message at login failureDenys Vlasenko2009-10-301-7/+17
* document a bad interaction with keyringDenys Vlasenko2009-10-301-10/+24
* Bugzilla: fix some memory leaks. More reamins on error path...Denys Vlasenko2009-10-301-51/+42
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-301-33/+30
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-291-1/+26
* trivial simplifications by removing redundant initializationsDenys Vlasenko2009-10-271-11/+9
* remove redundant return after throwDenys Vlasenko2009-10-271-1/+0
* simplify messags handlingDenys Vlasenko2009-10-271-3/+2
* simplify base64 conversionDenys Vlasenko2009-10-271-28/+4
* Bugzilla: simplifications: remove dead member m_bLoggedIn, use staticsDenys Vlasenko2009-10-261-26/+22
* small corrections to nicola's new xmlrpc codeDenys Vlasenko2009-10-261-14/+10
* New insides in bugzilla.{cpp/h}. Hole xmlrpc protocol was rewritten into C.Nikola Pajkovsky2009-10-261-99/+114
* rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_ccNikola Pajkovsky2009-10-221-194/+114
* start rewriting login and check uuid from xmlrpc++ to xmlrpcNikola Pajkovsky2009-10-091-37/+160
* Bugzilla: removed "+1" featureJiri Moskovcak2009-10-081-24/+1
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+0
* Added cleaning of attachment variable, so there should not be mixed attachmet...Zdenek Prikryl2009-09-171-0/+1
* Add checker if bugzilla login and password are filled in.Nikola Pajkovsky2009-09-071-19/+24
* Change report logic.Nikola Pajkovsky2009-09-031-22/+25
* if login fails, then bugzilla tries to find a bug without loginZdenek Prikryl2009-09-031-3/+29
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-8/+10
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-8/+8