summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-128-821/+813
| | | | | | | | | | | Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* wizard: fix navigation but when "go to reporting step" leads to empty pageDenys Vlasenko2011-05-111-5/+11
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* whitespace fixes. no code changesDenys Vlasenko2011-05-1111-13/+13
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: require comment to have at least 10 chars (bz#702262)Miroslav Lichvar2011-05-112-5/+60
| | | | Also show the red label as used to be in older abrt-gui.
* wizard: return control to analyze step if non-executed analyzers existDenys Vlasenko2011-05-102-22/+31
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects ~/.xsession-errors. Closes bz#539532Denys Vlasenko2011-05-105-19/+30
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-105-47/+75
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* do not send all errors from xmlto to /dev/nullNikola Pajkovsky2011-05-102-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #236 document abrt-action-list-dsosNikola Pajkovsky2011-05-102-2/+47
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* prune old logger manNikola Pajkovsky2011-05-102-45/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* prune old Mailx manNikola Pajkovsky2011-05-102-58/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* forgot remove old bugzilla man from spec and MakefileNikola Pajkovsky2011-05-101-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #232 document abrt-action-bugzillaNikola Pajkovsky2011-05-103-44/+98
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Do away with reanalyze eventsDenys Vlasenko2011-05-1010-47/+103
| | | | | | | | Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: added report-only optionJiri Moskovcak2011-05-094-28/+58
| | | | - for use from 3rd party apps to show just a reporter selector
* wizard: make it impossible to navigate while event is runningDenys Vlasenko2011-05-091-1/+8
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: use spacing in VBox'es to separate elements, not ypad!=0 in the elementsDenys Vlasenko2011-05-091-34/+22
| | | | | | | ...because labels (a typical element of VBox) with ypad!=0 can't have text properly wrapped by Gtk. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* fixed a typoKarel Klic2011-05-091-1/+1
|
* reinstated g_set_prgname("abrt")Denys Vlasenko2011-05-063-1/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace server: fix running jobs regexpMichal Toman2011-05-061-1/+1
|
* retrace client: default URL retrace01.fpo.org -> retrace.fpo.orgMichal Toman2011-05-061-1/+1
|
* retrace client: flush stdout after each status message in batch modeMichal Toman2011-05-061-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-053-31/+59
|\
| * abrt-cli: improve analyzer selection dialogMiroslav Lichvar2011-05-051-11/+7
| |
| * abrt-cli: fix crash when only one analyzer is availableMiroslav Lichvar2011-05-051-1/+1
| |
| * abrt-cli: select reporters by numbers (trac#194)Miroslav Lichvar2011-05-051-15/+43
| |
| * silent xmlto generationNikola Pajkovsky2011-05-052-2/+2
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * silent asciidoc generationNikola Pajkovsky2011-05-052-2/+6
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | URL retrace01.fpo.org -> retrace.fpo.orgKarel Klic2011-05-051-1/+1
|/
* analyze_RetraceServer: fail on servers with problematic SSL certificatesKarel Klic2011-05-051-2/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-0528-483/+385
|\
| * build: missing abrt-cli.txt man page in tarballNikola Pajkovsky2011-05-051-0/+3
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * abrt-cli: add -L[PFX] "list possible events" functionDenys Vlasenko2011-05-042-15/+37
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-cli: update manpage. Closes #243Denys Vlasenko2011-05-043-60/+88
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-cli: incorporate most of abrt-handle-crashdump functionalityDenys Vlasenko2011-05-043-172/+121
| | | | | | | | | | | | The only finction not included is -l[PFX] - list possible events. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * move abrt-handle-crashdump to abrt-cli package. No code changesDenys Vlasenko2011-05-043-22/+23
| | | | | | | | | | | | ...for assimilation into abrt-cli tool Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-0422-229/+128
| | | | | | | | | | | | | | I'm sick of fixing incorrect PROGNAME defines. Now g_progname is a variable and it is set from argv[0]. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | retrace-client: Load system-wide certificates. Move NSS init/shutdown to ↵Karel Klic2011-05-051-18/+62
|/ | | | main, as it shouldn't be run multiple times.
* add abrt-action-print manpage. Closes #238Denys Vlasenko2011-05-043-1/+65
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-trim-files manpage. Closes #241Denys Vlasenko2011-05-033-1/+32
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added abrt-action-generate-backtrace manpageDenys Vlasenko2011-05-033-2/+50
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-analyze-backtrace manpage. Closes #227Denys Vlasenko2011-05-033-1/+55
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install-debuginfo: make reponse to ask_yes_no question translatable trac#147Jiri Moskovcak2011-05-031-4/+4
| | | | - + minor update in cs translation to reflect this change
* analyze-core: minor fixesJiri Moskovcak2011-05-031-3/+3
|
* retrace server: fix missing declarationMichal Toman2011-05-031-0/+1
|
* retrace server: do not create zombie workersMichal Toman2011-05-032-2/+15
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-023-9/+31
|\
| * abrt-gui: better list refreshing. Closes #251Denys Vlasenko2011-05-021-6/+18
| | | | | | | | | | | | Fixes "crash list in gui is not refreshed when a new crash is detected" Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-05-024-16/+122
| |\
| * | fix for spurious "Lock file 'DIR/.lock' is locked by process PID" messageDenys Vlasenko2011-05-023-3/+13
| | | | | | | | | | | | | | | | | | | | | Message was caused by concurrent access by abrt-gui (refreshing the list) and wizard (running events). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>