Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more fixes to report C API (based on Denys's review) | Jiri Moskovcak | 2011-05-20 | 3 | -73/+95 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-05-20 | 2 | -10/+76 | |
|\ | ||||||
| * | retrace client: add --status-delay option (and be more verbose - trac #269) | Michal Toman | 2011-05-20 | 2 | -10/+76 | |
| | | ||||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-05-20 | 3 | -52/+71 | |
|\| | ||||||
| * | gui: fil colors in list; wizard: a bit better navigation | Denys Vlasenko | 2011-05-19 | 3 | -52/+71 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-05-19 | 2 | -16/+39 | |
|\| | ||||||
| * | dump_dir: fix loading of Unicode texts. Closes bz#622223 | Denys Vlasenko | 2011-05-19 | 2 | -8/+28 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | wizard: Use better added_pages definition | Denys Vlasenko | 2011-05-19 | 1 | -8/+11 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-05-19 | 1 | -2/+2 | |
|\| | ||||||
| * | wizart: fix my last broken change | Denys Vlasenko | 2011-05-19 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-05-19 | 16 | -237/+398 | |
|\| | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Denys Vlasenko | 2011-05-19 | 1 | -0/+3 | |
| |\ | ||||||
| | * | build: gtk_assistant_commit in not in rhel6 gtk2 | Nikola Pajkovsky | 2011-05-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | | wizard: add empty line after each event log, add header at the start of the ↵ | Denys Vlasenko | 2011-05-19 | 1 | -10/+18 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log. closes bz#694369 Now two backtrace generations ran back-to-back look less messed up: --- Running analyze_LocalGDB --- Analyzing coredump 'coredump' Coredump references 14 debuginfo files, 1 of them are not installed Looking for needed packages in repositories ... Backtrace is generated and saved, 8575 bytes --- Running analyze_LocalGDB --- Analyzing coredump 'coredump' Coredump references 14 debuginfo files, 1 of them are not installed ... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | move vector of pd's cod to cli, its only user | Denys Vlasenko | 2011-05-19 | 4 | -26/+25 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | typo fix | Denys Vlasenko | 2011-05-19 | 3 | -3/+3 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt-action-bugzilla: better help/manpage. Closes bz#557943 | Denys Vlasenko | 2011-05-19 | 2 | -54/+44 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | wizard: allow user to return to reporting at the end | Denys Vlasenko | 2011-05-19 | 2 | -55/+113 | |
| | | | | | | | | | | | | | | Also replaces "cancel" button with "close". The name was bad: we do not cancel anything. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt-action-install-debuginfo: fix for download error | Denys Vlasenko | 2011-05-19 | 1 | -15/+20 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | reenable kernel taint | Nikola Pajkovsky | 2011-05-19 | 8 | -76/+174 | |
| | | | | | | | | | | | | | | | | abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-05-18 | 2 | -3/+3 | |
|\| | ||||||
| * | hook: truncate coredump in PWD to ulimit -c | HATAYAMA Daisuke | 2011-05-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | If MakeCompatCore = yes, coredumps are generated in user's current working directory for compatibility with the original kernel coredumper. This patch fixes the difference between ABRT and the original that: original kernel coredumper truncates coredump to ulimit -c, not to (ulimit-c - 1). Signed-off-by: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | report C API improvements | Jiri Moskovcak | 2011-05-18 | 6 | -34/+227 | |
|/ | ||||||
* | remove unused plugin option from default Kerneloops.conf | Miroslav Lichvar | 2011-05-18 | 1 | -4/+0 | |
| | ||||||
* | remove old plugin man pages | Miroslav Lichvar | 2011-05-18 | 3 | -97/+0 | |
| | ||||||
* | add abrt-action-upload man page (trac#245) | Miroslav Lichvar | 2011-05-18 | 2 | -0/+68 | |
| | ||||||
* | add abrt-action-kerneloops man page (trac#235) | Miroslav Lichvar | 2011-05-18 | 2 | -0/+69 | |
| | ||||||
* | run_event: explain pop_next_command, move free_rule_list inside it. | Denys Vlasenko | 2011-05-17 | 1 | -4/+13 | |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | bigger WIDTH for usage | Nikola Pajkovsky | 2011-05-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406 | Denys Vlasenko | 2011-05-17 | 3 | -28/+24 | |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | add additional headers into abrt_post() | Nikola Pajkovsky | 2011-05-17 | 3 | -11/+30 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | run_event.c: fix "EVENT=post-create component=mypkg doesn't work" bug. ↵ | Denys Vlasenko | 2011-05-17 | 2 | -235/+201 | |
| | | | | | | Closes bz#531365 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | smart_event.conf: suppress stray output of "which" command | Denys Vlasenko | 2011-05-17 | 6 | -13/+11 | |
| | | | | | | Also, fix some typos in comments Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | wizard: fix assertion failure with report-only option | Miroslav Lichvar | 2011-05-17 | 1 | -0/+4 | |
| | ||||||
* | remove abrt-handle-crashdump: abrt-cli now has all its features. closes 244 | Denys Vlasenko | 2011-05-16 | 3 | -125/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | Remove .py from abrt-action-install-debuginfo.py | Denys Vlasenko | 2011-05-16 | 5 | -13/+15 | |
| | | | | | | | | | Rename abrt-action-install-debuginfo to abrt-action-install-debuginfo-to-abrt-cache Yes, it's ugly long... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | abrt-action-install-debuginfo: support --ids=- (read from stdin) | Denys Vlasenko | 2011-05-16 | 2 | -15/+25 | |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | rename "rating" -> "backtrace_rating", "dsos" -> "dso_list" | Denys Vlasenko | 2011-05-16 | 2 | -3/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | suppress mails for cc and attachments | Nikola Pajkovsky | 2011-05-16 | 3 | -22/+40 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | retrace client: add manpage (trac #246) | Michal Toman | 2011-05-16 | 2 | -1/+86 | |
| | ||||||
* | removed accidentally pushed code | Jiri Moskovcak | 2011-05-16 | 1 | -28/+0 | |
| | ||||||
* | fixed copyright text | Jiri Moskovcak | 2011-05-16 | 2 | -4/+32 | |
| | ||||||
* | Merge branch 'report_api' | Jiri Moskovcak | 2011-05-16 | 9 | -28/+163 | |
|\ | ||||||
| * | fix the report API according to the review | Jiri Moskovcak | 2011-05-16 | 1 | -8/+17 | |
| | | ||||||
| * | Merge branch 'master' into report_api | Jiri Moskovcak | 2011-05-13 | 26 | -1118/+1252 | |
| |\ | ||||||
| * | | report api proposal | Jiri Moskovcak | 2011-05-13 | 9 | -28/+154 | |
| | | | ||||||
* | | | abrt-action-rhtsupport: tighten up error checks; better --help text | Denys Vlasenko | 2011-05-14 | 1 | -18/+49 | |
| |/ |/| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | add smart_event.conf | Denys Vlasenko | 2011-05-12 | 3 | -2/+45 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | Merge branch 'bz/xmlrpc-c' | Nikola Pajkovsky | 2011-05-12 | 9 | -1086/+1078 | |
|\ \ | | | | | | | | | | | | | | | | | | | * bz/xmlrpc-c: remove c++ism from configure abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.c xmlrpc and bugzilla in a new C coat | |||||
| * | | abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.c | Nikola Pajkovsky | 2011-05-12 | 2 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | no code change Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> |