Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kerneloop is more informative when failed | Nikola Pajkovsky | 2010-04-12 | 1 | -6/+9 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | Change kerneloops message when it failed | Nikola Pajkovsky | 2010-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | rhticket: factor out HTTP POST code into abrt_curl.{h,cpp} | Denys Vlasenko | 2010-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | use FILENAME_BACKTRACE for oops text too | Denys Vlasenko | 2010-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | license fix | Nikola Pajkovsky | 2010-02-16 | 1 | -23/+16 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | prevent destructors from throwing exceptions; check curl_easy_init errors | Denys Vlasenko | 2009-12-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix incorrect wording | Denys Vlasenko | 2009-12-09 | 1 | -1/+6 |
| | | | | | | | | | This looked wrong: "This crash has been reported, you can find the report(s) at: Kernel oops report was uploaded." Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 1 | -1/+1 |
| | | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -8/+13 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -5/+3 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 1 | -9/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -1/+3 |
| | |||||
* | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 1 | -1/+1 |
| | | | | Bugzilla memory leaks fix | ||||
* | kerneloops_reporter: fix the string | Anton Arapov | 2009-09-23 | 1 | -1/+1 |
| | | | | | thanks to Andreas Frische <andreasfrische@gmail.com> for pointing this out. | ||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -2/+6 |
| | |||||
* | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 1 | -8/+0 |
| | |||||
* | Kerneloops plugin: style fixes | Anton Arapov | 2009-08-10 | 1 | -10/+8 |
| | |||||
* | fix a bug where kerneloops segfaults on empty oops data | Anton Arapov | 2009-08-10 | 1 | -5/+15 |
| | | | | | | | also, we aren't interested in empty reports, so do not report anything when oops message was not provided. Signed-off-by: Anton Arapov <aarapov@redhat.com> | ||||
* | fix compile-time warnings. | Denys Vlasenko | 2009-08-09 | 1 | -2/+3 |
| | | | | | | | One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp. | Denys Vlasenko | 2009-08-07 | 1 | -4/+1 |
| | | | | | | 30k smaller code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -6/+19 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -0/+9 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | KerneloopsReporter: plug a leak in writefunction | Denys Vlasenko | 2009-07-31 | 1 | -14/+36 |
| | | | | | | Also some preparatory cleanups for future dumpoops patch are included Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | bug fixes in kerneloops scanner | Denys Vlasenko | 2009-07-31 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | CKerneloopsScanner::Run - scan syslog file first, then dmesg (was other way around) CKerneloopsScanner::SaveOopsToDebug - cast time_t and size_t to long when we feed them to snprintf CKerneloopsScanner::ScanSysLogFile - do not seek to negative offsets, POSIX does not allow that CSysLog::QueueOops - plug memory leak Also used some abrtlib functions where appropriate, use open instead of fopen where appropriate, do not check error in time() - it never fails, move around bits of code in CKerneloopsScanner to make it easier in future to create a tool for parsing arbitrary files for oopses. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 1 | -2/+2 |
| | | | | new lock method in debugdump | ||||
* | new commlayerinner interface | Zdenek Prikryl | 2009-04-28 | 1 | -1/+3 |
| | |||||
* | - reporter plugins can tak an argiment | Zdenek Prikryl | 2009-04-16 | 1 | -1/+1 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | renamed MW library | Zdenek Prikryl | 2009-04-08 | 1 | -1/+3 |
| | | | | | | renamed Utils library added check for plugins init method renamed crash types | ||||
* | new crash types | Zdenek Prikryl | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | added new interface frof settings | Zdenek Prikryl | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | added new DebugDump support | Zdenek Prikryl | 2009-04-01 | 1 | -2/+2 |
| | |||||
* | kerneloops: correct copyrights and package relation. | Anton Arapov | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | kerneloops - reporter: headers clean-up | Anton Arapov | 2009-03-26 | 1 | -5/+0 |
| | |||||
* | kerneloops - reporter: clean-ups | Anton Arapov | 2009-03-26 | 1 | -4/+3 |
| | |||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -3/+7 |
| | | | | | added action plugin simplify plugin iface | ||||
* | added kerneloops addon and plugin (aarapov) | Jiri Moskovcak | 2009-03-11 | 1 | -0/+96 |