| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msg | Denys Vlasenko | 2010-01-28 | 1 | -49/+20 |
* | Bugzilla: attach backtrace even if it is small | Denys Vlasenko | 2010-01-21 | 1 | -5/+6 |
* | throw when some members are missing in xmlrpc response | Nikola Pajkovsky | 2010-01-21 | 1 | -6/+19 |
* | Merge branch 'master' into hotfix | Nikola Pajkovsky | 2010-01-21 | 1 | -2/+2 |
|\ |
|
| * | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 1 | -2/+2 |
* | | fix double filled bug with same status_whiteboard(abrt hash) | Nikola Pajkovsky | 2010-01-21 | 1 | -6/+20 |
|/ |
|
* | split load_crash_data_from_debug_dump from DebugDumpToCrashReport | Denys Vlasenko | 2010-01-20 | 1 | -4/+10 |
* | use get_crash_data_item_content() more widely. -4k. | Denys Vlasenko | 2010-01-19 | 1 | -7/+7 |
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -17/+17 |
* | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 1 | -1/+1 |
* | fix memory leaks in catcut plugin | Nikola Pajkovsky | 2010-01-13 | 1 | -0/+3 |
* | fix memory leaks in bugzilla | Nikola Pajkovsky | 2010-01-13 | 1 | -29/+109 |
* | src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cpp | Denys Vlasenko | 2010-01-12 | 1 | -2/+2 |
* | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 1 | -2/+2 |
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -1/+1 |
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 1 | -1/+1 |
* | closing rhbz#541459: "remove word 'detected' from description" | Denys Vlasenko | 2009-11-26 | 1 | -2/+2 |
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 1 | -15/+10 |
* | include abrt version in bug descriptions | Denys Vlasenko | 2009-11-18 | 1 | -1/+1 |
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -2/+1 |
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -41/+12 |
* | applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils. | Denys Vlasenko | 2009-11-09 | 1 | -93/+17 |
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -8/+6 |
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 1 | -2/+2 |
* | lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 always | Denys Vlasenko | 2009-11-03 | 1 | -189/+228 |
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -10/+97 |
* | lib/Plugins/Bugzilla: generate less sparse bug report comments | Denys Vlasenko | 2009-10-30 | 1 | -50/+2 |
* | lib/Plugins/Bugzilla: better message at login failure | Denys Vlasenko | 2009-10-30 | 1 | -7/+17 |
* | document a bad interaction with keyring | Denys Vlasenko | 2009-10-30 | 1 | -10/+24 |
* | Bugzilla: fix some memory leaks. More reamins on error path... | Denys Vlasenko | 2009-10-30 | 1 | -51/+42 |
* | Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files | Denys Vlasenko | 2009-10-30 | 1 | -33/+30 |
* | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 1 | -1/+26 |
* | trivial simplifications by removing redundant initializations | Denys Vlasenko | 2009-10-27 | 1 | -11/+9 |
* | remove redundant return after throw | Denys Vlasenko | 2009-10-27 | 1 | -1/+0 |
* | simplify messags handling | Denys Vlasenko | 2009-10-27 | 1 | -3/+2 |
* | simplify base64 conversion | Denys Vlasenko | 2009-10-27 | 1 | -28/+4 |
* | Bugzilla: simplifications: remove dead member m_bLoggedIn, use statics | Denys Vlasenko | 2009-10-26 | 1 | -26/+22 |
* | small corrections to nicola's new xmlrpc code | Denys Vlasenko | 2009-10-26 | 1 | -14/+10 |
* | New insides in bugzilla.{cpp/h}. Hole xmlrpc protocol was rewritten into C. | Nikola Pajkovsky | 2009-10-26 | 1 | -99/+114 |
* | rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_cc | Nikola Pajkovsky | 2009-10-22 | 1 | -194/+114 |
* | start rewriting login and check uuid from xmlrpc++ to xmlrpc | Nikola Pajkovsky | 2009-10-09 | 1 | -37/+160 |
* | Bugzilla: removed "+1" feature | Jiri Moskovcak | 2009-10-08 | 1 | -24/+1 |
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -1/+0 |
* | Added cleaning of attachment variable, so there should not be mixed attachmet... | Zdenek Prikryl | 2009-09-17 | 1 | -0/+1 |
* | Add checker if bugzilla login and password are filled in. | Nikola Pajkovsky | 2009-09-07 | 1 | -19/+24 |
* | Change report logic. | Nikola Pajkovsky | 2009-09-03 | 1 | -22/+25 |
* | if login fails, then bugzilla tries to find a bug without login | Zdenek Prikryl | 2009-09-03 | 1 | -3/+29 |
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 1 | -8/+10 |
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 1 | -8/+8 |
* | more sensible logging | Denys Vlasenko | 2009-08-25 | 1 | -8/+8 |