summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated po files2.0.2Jiri Moskovcak2011-05-0545-6443/+8288
|
* 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-044-1/+66
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-trim-files manpage. Closes #241Denys Vlasenko2011-05-034-1/+33
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added abrt-action-generate-backtrace manpageDenys Vlasenko2011-05-034-2/+51
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-analyze-backtrace manpage. Closes #227Denys Vlasenko2011-05-034-1/+56
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install-debuginfo: make reponse to ask_yes_no question translatable trac#147Jiri Moskovcak2011-05-032-142/+175
| | | | - + 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-028-17/+162
| |\
| * | 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>
* | | POTFILES.in: abrt_conf.c is in lib directoryKarel Klic2011-05-021-2/+2
| | |
* | | btparser: Remove top frame withKarel Klic2011-05-021-0/+20
| |/ |/| | | | | address 0x0000 (jump to NULL) during normalization to avoid incorrect backtrace ratings (rhbz#639049)
* | Asciidoc manpage support; abrt-action-mailx manpageKarel Klic2011-05-027-2/+148
| |
* | list-dsos: don't list the same library multiple timesJiri Moskovcak2011-05-021-2/+3
| | | | | | | | - + minor fix of my last commit
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-024-50/+123
|\|
| * call abrt-action-trim-files from abrt-action-install-debuginfoDenys Vlasenko2011-05-024-50/+123
| | | | | | | | | | | | This allows us to not setuid abrt-action-trim-files Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-021-38/+29
|\|
| * retrace client: handle messages in HTTP bodyMichal Toman2011-05-021-38/+29
| |
* | list-dsos: added package install time trac#123Jiri Moskovcak2011-05-021-14/+12
|/ | | | | - also clened-up the python code a bit - removed support for gettext
* gui: items in gui are sorted by time by default (descending) trac#116Jiri Moskovcak2011-05-021-0/+5
|
* retrace server: remove chroot on failureMichal Toman2011-05-022-8/+10
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-04-292-2/+8
|\
| * build fixesJiri Moskovcak2011-04-291-4/+6
| |
| * spec: use versioned deps on libreportJiri Moskovcak2011-04-291-0/+2
| |
| * build: run autoconf --force before build rpm to avoid missing tarballNikola Pajkovsky2011-04-291-0/+2
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Typo fix in commentDenys Vlasenko2011-04-291-1/+1
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Logger: output "END:" line to delimit appended reports. closes bz#698458Denys Vlasenko2011-04-2810-245/+256
| | | | | | Also changes Bugzilla and abrt-cli output format. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'abrt/gen-version'Nikola Pajkovsky2011-04-285-25/+32
|\ | | | | | | | | * abrt/gen-version: generate abrt version from git
| * generate abrt version from gitNikola Pajkovsky2011-04-275-25/+32
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt-action-install-debuginfo: handle exception in result = ↵Denys Vlasenko2011-04-273-3/+11
|/ | | | | | downloader.download(missing). Closes bz#695452 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install-debuginfo: minor fix to help textJiri Moskovcak2011-04-261-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-04-262-1/+13
|\
| * abrt-action-trim-files: use correct PROGNAMEDenys Vlasenko2011-04-261-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo: set real uid/gid to euid/gidDenys Vlasenko2011-04-261-0/+12
| | | | | | | | | | | | | | Fixes EPERM when abrt-action-install-debuginfo runs under root. Tested to work both under root and non-root Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | fixed trac#223: regression: abrt-action-install-debuginfo.py --help display ↵Jiri Moskovcak2011-04-262-13/+13
|/ | | | is wrong
* icons updateJiri Moskovcak2011-04-2612-0/+0
| | | | | - Lapo created a new set of red siren icons, so now we have nice 256x256 icon which comply with gnome3 policies. Thank you Lapo!
* increase version to 2.0.2Jiri Moskovcak2011-04-262-2/+2
|
* abrt-action-trim-files needs to be suided rhbz#699098Jiri Moskovcak2011-04-261-1/+1
|