Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed executing of yum in abrt-debuginfo-install | Jiri Moskovcak | 2009-12-01 | 1 | -1/+1 | |
| | | | | | | - since some update it seems that the behavior of bash has changed and yum has been passed wrong arguments, so it couldn't find required debuginfo rpms | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-01 | 7 | -41/+43 | |
|\ | ||||||
| * | fixed wrong commit | Jiri Moskovcak | 2009-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | APPLET: stop animation when it's not needed rhbz#542157 | Jiri Moskovcak | 2009-12-01 | 1 | -0/+1 | |
| | | ||||||
| * | fixes on top of AutoReportUIDs change. run tested | Denys Vlasenko | 2009-11-30 | 6 | -41/+42 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Build requires bison package | Karel Klic | 2009-12-01 | 1 | -0/+1 | |
| | | ||||||
* | | configure script explicitly checks for bison, yacc is not enough | Karel Klic | 2009-12-01 | 1 | -1/+8 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-11-30 | 10 | -24/+56 | |
|\ | ||||||
| * | ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) | Denys Vlasenko | 2009-11-30 | 6 | -16/+46 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | a few fixes in automatic reporter | Nikola Pajkovsky | 2009-11-30 | 4 | -8/+10 | |
| | | ||||||
* | | Added -Wall CFLAG and fixed all warnings. | Karel Klic | 2009-11-30 | 5 | -3/+15 | |
|/ | ||||||
* | abrt-backtrace handle more corner cases, silently exit on python backtraces | Karel Klic | 2009-11-30 | 3 | -51/+124 | |
| | ||||||
* | Add abrt-backtrace to rpm | Karel Klic | 2009-11-30 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-11-30 | 21 | -153/+510 | |
|\ | ||||||
| * | Hooks/CCpp.cpp: cosmetics after last big commit | Denys Vlasenko | 2009-11-27 | 1 | -38/+38 | |
| | | | | | | | | 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 | 2 | -38/+193 | |
| | | | | | | | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | PyHOOK: close pyhook.conf rhzb#541712 | Jiri Moskovcak | 2009-11-27 | 1 | -0/+1 | |
| | | ||||||
| * | CCpp: moved the "Debuginfo absent" messsage to the end of the backtrace | Jiri Moskovcak | 2009-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | SPEC: removed sqlite3 package, fixed some update problems | Jiri Moskovcak | 2009-11-27 | 1 | -18/+7 | |
| | | ||||||
| * | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 8 | -1/+91 | |
| | | | | | | | | | | | | 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> | |||||
| * | hookCCpp: check total dump dir size and delete the largest/oldest one | Denys Vlasenko | 2009-11-26 | 11 | -90/+212 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Support more corner cases in the parser. Added more broken backtraces. | Karel Klic | 2009-11-26 | 2 | -3/+12 | |
|/ | ||||||
* | Template parser | Karel Klic | 2009-11-26 | 1 | -9/+54 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-11-26 | 5 | -7/+31 | |
|\ | ||||||
| * | split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller. | Denys Vlasenko | 2009-11-25 | 5 | -7/+31 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Support more corner cases in the parser. Added more broken backtraces. | Karel Klic | 2009-11-26 | 2 | -24/+103 | |
|/ | ||||||
* | More backtrace cases handled | Karel Klic | 2009-11-25 | 1 | -5/+7 | |
| | ||||||
* | Newline at the end of script run | Karel Klic | 2009-11-25 | 1 | -1/+2 | |
| | ||||||
* | More broken backtraces | Karel Klic | 2009-11-25 | 1 | -4/+6 | |
| | ||||||
* | Parser simplified and even more corner cases added. Backtrace file is now ↵ | Karel Klic | 2009-11-25 | 5 | -98/+130 | |
| | | | | loaded into memory and preprocessed before parsing. Backtrace file size limit increased to ~20 MB | |||||
* | Added some more ignored backtraces | Karel Klic | 2009-11-25 | 1 | -1/+2 | |
| | ||||||
* | Backtrace parsability checker script | Karel Klic | 2009-11-24 | 1 | -0/+18 | |
| | ||||||
* | Add more corner cases to parser | Karel Klic | 2009-11-24 | 1 | -2/+23 | |
| | ||||||
* | Fix a crash in fallback implementation | Karel Klic | 2009-11-24 | 1 | -2/+5 | |
| | ||||||
* | Skip broken backtraces when downloading. | Karel Klic | 2009-11-24 | 1 | -0/+12 | |
| | ||||||
* | Fixed parser priorities, added the possibility of a backtrace without crash ↵ | Karel Klic | 2009-11-24 | 1 | -17/+25 | |
| | | | | frame | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-11-24 | 20 | -175/+267 | |
|\ | ||||||
| * | fix infinity loop when installing abrt from rpm | Nikola Pajkovsky | 2009-11-23 | 1 | -11/+3 | |
| | | ||||||
| * | src/Hooks/CCpp.cpp: print signal name; document future work in comments | Denys Vlasenko | 2009-11-23 | 1 | -2/+14 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... | Denys Vlasenko | 2009-11-23 | 1 | -7/+27 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-11-23 | 6 | -17/+24 | |
| |\ | ||||||
| | * | kerneloops use only one config. Kerneloops.conf | Nikola Pajkovsky | 2009-11-23 | 6 | -17/+24 | |
| | | | | | | | | | | | | merge addon-kerneloops and plugin-kerneloopsreporter into one package | |||||
| * | | CCpp.cpp: quote parameters if needed. closes 540164 | Denys Vlasenko | 2009-11-23 | 1 | -31/+69 | |
| |/ | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | SPEC: fixed rpmlint error | Jiri Moskovcak | 2009-11-22 | 1 | -2/+5 | |
| | | ||||||
| * | New version 1.01.0 | Jiri Moskovcak | 2009-11-22 | 2 | -2/+31 | |
| | | ||||||
| * | GUI: reorder question_dialog buttons | Jiri Moskovcak | 2009-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | bump text size threshold 1k -> 2k | Denys Vlasenko | 2009-11-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | include RIP/RIP lines in oops reports | Denys Vlasenko | 2009-11-20 | 3 | -92/+78 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | preparation for test script in examples/* | Denys Vlasenko | 2009-11-20 | 4 | -0/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |