Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | GUI: more fixes by rrakus@redhat.com | Jiri Moskovcak | 2009-12-07 | 6 | -513/+642 | |
|/ | ||||||
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 9 | -24/+22 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | do not send "MISSING:" over dbus; clarify a message in debuginfo installer | Denys Vlasenko | 2009-12-04 | 1 | -0/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: gui fixes from rrakus@redhat.com | Jiri Moskovcak | 2009-12-04 | 1 | -40/+17 | |
| | ||||||
* | SQLite3: fix leak on error path; log SQL cmd and results on -vv | Denys Vlasenko | 2009-12-04 | 1 | -5/+9 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | whitespace cleanup | Denys Vlasenko | 2009-12-03 | 2 | -12/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 2 | -180/+187 | |
| | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB too | Denys Vlasenko | 2009-12-03 | 2 | -143/+168 | |
| | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-backtrace called with bt file path | Karel Klic | 2009-12-03 | 1 | -24/+8 | |
| | ||||||
* | build fixes | Jiri Moskovcak | 2009-12-03 | 1 | -1/+4 | |
| | ||||||
* | Comment out a debug message. | Karel Klic | 2009-12-02 | 1 | -0/+2 | |
| | ||||||
* | ccpp hook runs abrt-backtrace to get independent backtraces | Karel Klic | 2009-12-02 | 1 | -125/+91 | |
| | ||||||
* | Removed unused code (it's stored in git), ExecVP returns status integer, ↵ | Karel Klic | 2009-12-02 | 1 | -212/+21 | |
| | | | | break some too long lines, +emacs formatting options | |||||
* | ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) | Denys Vlasenko | 2009-11-30 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 | Denys Vlasenko | 2009-11-27 | 1 | -3/+8 | |
| | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | CCpp: moved the "Debuginfo absent" messsage to the end of the backtrace | Jiri Moskovcak | 2009-11-27 | 1 | -1/+1 | |
| | ||||||
* | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 2 | -1/+3 | |
| | | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | closing rhbz#541459: "remove word 'detected' from description" | Denys Vlasenko | 2009-11-26 | 2 | -11/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | kerneloops use only one config. Kerneloops.conf | Nikola Pajkovsky | 2009-11-23 | 4 | -11/+11 | |
| | | | | merge addon-kerneloops and plugin-kerneloopsreporter into one package | |||||
* | include RIP/RIP lines in oops reports | Denys Vlasenko | 2009-11-20 | 1 | -92/+68 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix a case where we don't process a crash if uid has no user record | Denys Vlasenko | 2009-11-20 | 1 | -4/+5 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Delete kerneloops fix. | Karel Klic | 2009-11-20 | 1 | -2/+2 | |
| | ||||||
* | include more info into oops (we were losing the stack dump) | Denys Vlasenko | 2009-11-19 | 1 | -95/+101 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 2 | -15/+11 | |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | move Catcut's description generation to lib/Utils/make_descr.cpp | Denys Vlasenko | 2009-11-19 | 1 | -56/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | include abrt version in bug descriptions | Denys Vlasenko | 2009-11-18 | 3 | -3/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPC | Denys Vlasenko | 2009-11-18 | 1 | -30/+26 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | lib/Plugins/CCpp.cpp: forgotten chunks | Denys Vlasenko | 2009-11-18 | 1 | -5/+5 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive | Denys Vlasenko | 2009-11-18 | 3 | -60/+93 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | whitespace cleanups | Denys Vlasenko | 2009-11-18 | 2 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add support for \" escaping in config file | Denys Vlasenko | 2009-11-18 | 1 | -1/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add experimental saving of /var/log/Xorg*.log for X crashes | Denys Vlasenko | 2009-11-16 | 1 | -7/+25 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | minor spec file fix, disabled compiling of firefox analyzer | Jiri Moskovcak | 2009-11-16 | 1 | -11/+11 | |
| | ||||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 13 | -17/+15 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | added firefox plugin | danny | 2009-11-13 | 3 | -1/+1086 | |
| | ||||||
* | lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k) | Denys Vlasenko | 2009-11-12 | 3 | -125/+111 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no | Denys Vlasenko | 2009-11-12 | 1 | -18/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Factored ParseArg | Nikola Pajkovsky | 2009-11-12 | 2 | -62/+3 | |
| | ||||||
* | KerneloopsSysLog: fix breakage in code which detects abrt marker | Denys Vlasenko | 2009-11-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 17 | -170/+149 | |
| | | | | | | | | | 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> | |||||
* | make syslog detection more robust; add oops examples (fixes #533901) | Denys Vlasenko | 2009-11-10 | 1 | -52/+38 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils. | Denys Vlasenko | 2009-11-09 | 3 | -275/+447 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | prevent gdb from i18izing its output | Denys Vlasenko | 2009-11-09 | 1 | -0/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix and update rating | danny | 2009-11-09 | 1 | -7/+6 | |
| | ||||||
* | fix my thinko in rate code. run tested | Denys Vlasenko | 2009-11-09 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | lib/Plugins/CCpp: simpler rating code (do not painfully concatenate ↵ | Denys Vlasenko | 2009-11-09 | 1 | -22/+33 | |
| | | | | | | byte-by-byte) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | reinstate code which returns rating 0 on empty backtraces | Denys Vlasenko | 2009-11-09 | 1 | -1/+5 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 22 | -111/+60 | |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix fallount from string types shuffling | Denys Vlasenko | 2009-11-06 | 1 | -3/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 6 | -27/+21 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |